#4C2062

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

Shades of Scarlet Gum #4C2062

Tints of Scarlet Gum #4C2062

Color information

#4C2062 (or 0x4C2062) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 20 and 62. RGB value is (76,32,98). Sum of RGB (Red+Green+Blue) = 76+32+98=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C2062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2062 is #B3DF9D. Grayscale: #343434. Windows color (decimal): -11788190 or 6430796. OLE color: 6430796.

HSL color Cylindrical-coordinate representation of color #4C2062: hue angle of 280º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C2062 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB763298-
CMYK0.220.6700.62
HSL280º50.77%25.49%-
HSV(B)280º67.35%38.43%-
XYZ5.73.4511.92-
YUV52.68153.58144.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.89%
GREEN value IS 32 (12.89% from 255) = 15.53%
BLUE value IS 98 (38.67% from 255) = 47.57%
R=36.89%
G=15.53%
B=47.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7632980.220.6700.6228050.7725.49
Hex4C2062164303E1183319
Octal11440142261030764306331
Binary10011001000001100010101101000011011111010001100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,32,98); }

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

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

 a { background-color: rgb(76,32,98); }

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

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

 span { border-color: rgb(76,32,98); }

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