#4C1E59

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

Shades of Scarlet Gum #4C1E59

Tints of Scarlet Gum #4C1E59

Color information

#4C1E59 (or 0x4C1E59) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 1E and 59. RGB value is (76,30,89). Sum of RGB (Red+Green+Blue) = 76+30+89=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #4C1E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C1E59 is #B3E1A6. Grayscale: #323232. Windows color (decimal): -11788711 or 5840460. OLE color: 5840460.

HSL color Cylindrical-coordinate representation of color #4C1E59: hue angle of 286.78º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C1E59 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB763089-
CMYK0.150.6600.65
HSL286.78º49.58%23.33%-
HSV(B)286.78º66.29%34.9%-
XYZ5.253.199.79-
YUV50.48149.74146.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.97%
GREEN value IS 30 (12.11% from 255) = 15.38%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=38.97%
G=15.38%
B=45.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7630890.150.6600.65286.7849.5823.33
Hex4C1E59F4204111f3217
Octal114361311710201014376227
Binary1001100111101011001111110000100100000110001111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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