#4D3560

Color #4D3560 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #4D3560

Tints of Scarlet Gum #4D3560

Color information

#4D3560 (or 0x4D3560) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 35 and 60. RGB value is (77,53,96). Sum of RGB (Red+Green+Blue) = 77+53+96=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D3560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3560 is #B2CA9F. Grayscale: #404040. Windows color (decimal): -11717280 or 6305101. OLE color: 6305101.

HSL color Cylindrical-coordinate representation of color #4D3560: hue angle of 273.49º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D3560 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB775396-
CMYK0.200.4500.62
HSL273.49º28.86%29.22%-
HSV(B)273.49º44.79%37.65%-
XYZ6.444.9711.69-
YUV65.08145.45136.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 34.07%
GREEN value IS 53 (21.09% from 255) = 23.45%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=34.07%
G=23.45%
B=42.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7753960.200.4500.62273.4928.8629.22
Hex4D3560142D03E1111d1d
Octal1156514024550764213535
Binary100110111010111000001010010110101111101000100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D3560; }

 p { color: rgb(77,53,96); }

 H1.HeaderClassName
 {
   color: #4D3560;
 }
 .AnyTagClassName
 {
   color: #4D3560;
 }
</style>
background-color css

<style>
 a { background-color: #4D3560; }

 a { background-color: rgb(77,53,96); }

 div.DivClassName
 {
   background-color: #4D3560;
 }
 .BgClassName
 {
   background-color: #4D3560;
 }
</style>
border-color css

<style>
 span { border-color: #4D3560; }

 span { border-color: rgb(77,53,96); }

 td.TdClassName
 {
   border-color: #4D3560;
 }
 .TagClassName
 {
   border-color: #4D3560;
 }
</style>