#492A55

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

Shades of Scarlet Gum #492A55

Tints of Scarlet Gum #492A55

Color information

#492A55 (or 0x492A55) is unknown color: approx Scarlet Gum. HEX triplet: 49, 2A and 55. RGB value is (73,42,85). Sum of RGB (Red+Green+Blue) = 73+42+85=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #492A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492A55 is #B6D5AA. Grayscale: #383838. Windows color (decimal): -11982251 or 5581385. OLE color: 5581385.

HSL color Cylindrical-coordinate representation of color #492A55: hue angle of 283.26º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #492A55 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB734285-
CMYK0.140.5100.67
HSL283.26º33.86%24.9%-
HSV(B)283.26º50.59%33.33%-
XYZ5.223.739.04-
YUV56.17144.27140-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 42 (16.80% from 255) = 21%
BLUE value IS 85 (33.59% from 255) = 42.5%
R=36.5%
G=21%
B=42.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7342850.140.5100.67283.2633.8624.9
Hex492A55E3304311b2219
Octal11152125166301034334231
Binary1001001101010101010111101100110100001110001101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,42,85); }

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

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

 a { background-color: rgb(73,42,85); }

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

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

 span { border-color: rgb(73,42,85); }

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