#492C60

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

Shades of Scarlet Gum #492C60

Tints of Scarlet Gum #492C60

Color information

#492C60 (or 0x492C60) is unknown color: approx Scarlet Gum. HEX triplet: 49, 2C and 60. RGB value is (73,44,96). Sum of RGB (Red+Green+Blue) = 73+44+96=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #492C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C60 is #B6D39F. Grayscale: #3A3A3A. Windows color (decimal): -11981728 or 6302793. OLE color: 6302793.

HSL color Cylindrical-coordinate representation of color #492C60: hue angle of 273.46º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #492C60 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB734496-
CMYK0.240.5400.62
HSL273.46º37.14%27.45%-
HSV(B)273.46º54.17%37.65%-
XYZ5.764.0611.55-
YUV58.6149.11138.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 44 (17.58% from 255) = 20.66%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=34.27%
G=20.66%
B=45.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7344960.240.5400.62273.4637.1427.45
Hex492C60183603E111251b
Octal1115414030660764214533
Binary1001001101100110000011000110110011111010001000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492C60; }

 p { color: rgb(73,44,96); }

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

<style>
 a { background-color: #492C60; }

 a { background-color: rgb(73,44,96); }

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

<style>
 span { border-color: #492C60; }

 span { border-color: rgb(73,44,96); }

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