#492456

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

Shades of Scarlet Gum #492456

Tints of Scarlet Gum #492456

Color information

#492456 (or 0x492456) is unknown color: approx Scarlet Gum. HEX triplet: 49, 24 and 56. RGB value is (73,36,86). Sum of RGB (Red+Green+Blue) = 73+36+86=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #492456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492456 is #B6DBA9. Grayscale: #343434. Windows color (decimal): -11983786 or 5645385. OLE color: 5645385.

HSL color Cylindrical-coordinate representation of color #492456: hue angle of 284.4º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #492456 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB733686-
CMYK0.150.5800.66
HSL284.4º40.98%23.92%-
HSV(B)284.4º58.14%33.73%-
XYZ5.063.359.18-
YUV52.76146.76142.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 36 (14.45% from 255) = 18.46%
BLUE value IS 86 (33.98% from 255) = 44.10%
R=37.44%
G=18.46%
B=44.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7336860.150.5800.66284.440.9823.92
Hex492456F3A04211c2918
Octal11144126177201024345130
Binary1001001100100101011011111110100100001010001110010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492456; }

 p { color: rgb(73,36,86); }

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

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

 a { background-color: rgb(73,36,86); }

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

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

 span { border-color: rgb(73,36,86); }

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