#492A60

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

Shades of Scarlet Gum #492A60

Tints of Scarlet Gum #492A60

Color information

#492A60 (or 0x492A60) is unknown color: approx Scarlet Gum. HEX triplet: 49, 2A and 60. RGB value is (73,42,96). Sum of RGB (Red+Green+Blue) = 73+42+96=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #492A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492A60 is #B6D59F. Grayscale: #393939. Windows color (decimal): -11982240 or 6302281. OLE color: 6302281.

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

Color convert

RGB734296-
CMYK0.240.5600.62
HSL274.44º39.13%27.06%-
HSV(B)274.44º56.25%37.65%-
XYZ5.693.9211.52-
YUV57.42149.77139.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 42 (16.80% from 255) = 19.91%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=34.60%
G=19.91%
B=45.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7342960.240.5600.62274.4439.1327.06
Hex492A60183803E112271b
Octal1115214030700764224733
Binary1001001101010110000011000111000011111010001001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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