#4C2459

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

Shades of Scarlet Gum #4C2459

Tints of Scarlet Gum #4C2459

Color information

#4C2459 (or 0x4C2459) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 24 and 59. RGB value is (76,36,89). Sum of RGB (Red+Green+Blue) = 76+36+89=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #4C2459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2459 is #B3DBA6. Grayscale: #353535. Windows color (decimal): -11787175 or 5841996. OLE color: 5841996.

HSL color Cylindrical-coordinate representation of color #4C2459: hue angle of 285.28º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C2459 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB763689-
CMYK0.150.6000.65
HSL285.28º42.4%24.51%-
HSV(B)285.28º59.55%34.9%-
XYZ5.413.529.85-
YUV54147.75143.69-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.81%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 89 (35.16% from 255) = 44.28%
R=37.81%
G=17.91%
B=44.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7636890.150.6000.65285.2842.424.51
Hex4C2459F3C04111d2a19
Octal11444131177401014355231
Binary1001100100100101100111111111000100000110001110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,36,89); }

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

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

 a { background-color: rgb(76,36,89); }

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

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

 span { border-color: rgb(76,36,89); }

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