#4C2564

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

Shades of Scarlet Gum #4C2564

Tints of Scarlet Gum #4C2564

Color information

#4C2564 (or 0x4C2564) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 25 and 64. RGB value is (76,37,100). Sum of RGB (Red+Green+Blue) = 76+37+100=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 100 - color contains mainly: blue. Hex color #4C2564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2564 is #B3DA9B. Grayscale: #373737. Windows color (decimal): -11786908 or 6563148. OLE color: 6563148.

HSL color Cylindrical-coordinate representation of color #4C2564: hue angle of 277.14º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C2564 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7637100-
CMYK0.240.6300.61
HSL277.14º45.99%26.86%-
HSV(B)277.14º63%39.22%-
XYZ5.943.7812.47-
YUV55.84152.92142.38-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.68%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 100 (39.45% from 255) = 46.95%
R=35.68%
G=17.37%
B=46.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal76371000.240.6300.61277.1445.9926.86
Hex4C2564183F03D1152e1b
Octal1144514430770754255633
Binary1001100100101110010011000111111011110110001010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,37,100); }

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

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

 a { background-color: rgb(76,37,100); }

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

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

 span { border-color: rgb(76,37,100); }

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