#492E56

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

Shades of Scarlet Gum #492E56

Tints of Scarlet Gum #492E56

Color information

#492E56 (or 0x492E56) is unknown color: approx Scarlet Gum. HEX triplet: 49, 2E and 56. RGB value is (73,46,86). Sum of RGB (Red+Green+Blue) = 73+46+86=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #492E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E56 is #B6D1A9. Grayscale: #3A3A3A. Windows color (decimal): -11981226 or 5647945. OLE color: 5647945.

HSL color Cylindrical-coordinate representation of color #492E56: hue angle of 280.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #492E56 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB734686-
CMYK0.150.4700.66
HSL280.5º30.3%25.88%-
HSV(B)280.5º46.51%33.73%-
XYZ5.44.049.3-
YUV58.63143.45138.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.61%
GREEN value IS 46 (18.36% from 255) = 22.44%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=35.61%
G=22.44%
B=41.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7346860.150.4700.66280.530.325.88
Hex492E56F2F0421181e1a
Octal11156126175701024303632
Binary100100110111010101101111101111010000101000110001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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