#4C2266

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

Shades of Scarlet Gum #4C2266

Tints of Scarlet Gum #4C2266

Color information

#4C2266 (or 0x4C2266) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 22 and 66. RGB value is (76,34,102). Sum of RGB (Red+Green+Blue) = 76+34+102=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #4C2266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2266 is #B3DD99. Grayscale: #363636. Windows color (decimal): -11787674 or 6693452. OLE color: 6693452.

HSL color Cylindrical-coordinate representation of color #4C2266: hue angle of 277.06º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C2266 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7634102-
CMYK0.250.6700.6
HSL277.06º50%26.67%-
HSV(B)277.06º66.67%40%-
XYZ5.953.6412.96-
YUV54.31154.91143.47-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.85%
GREEN value IS 34 (13.67% from 255) = 16.04%
BLUE value IS 102 (40.23% from 255) = 48.11%
R=35.85%
G=16.04%
B=48.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal76341020.250.6700.6277.065026.67
Hex4C2266194303C115321b
Octal11442146311030744256233
Binary10011001000101100110110011000011011110010001010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,34,102); }

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

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

 a { background-color: rgb(76,34,102); }

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

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

 span { border-color: rgb(76,34,102); }

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