#492559

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

Shades of Scarlet Gum #492559

Tints of Scarlet Gum #492559

Color information

#492559 (or 0x492559) is unknown color: approx Scarlet Gum. HEX triplet: 49, 25 and 59. RGB value is (73,37,89). Sum of RGB (Red+Green+Blue) = 73+37+89=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #492559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492559 is #B6DAA6. Grayscale: #353535. Windows color (decimal): -11983527 or 5842249. OLE color: 5842249.

HSL color Cylindrical-coordinate representation of color #492559: hue angle of 281.54º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #492559 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB733789-
CMYK0.180.5800.65
HSL281.54º41.27%24.71%-
HSV(B)281.54º58.43%34.9%-
XYZ5.213.469.84-
YUV53.69147.93141.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.68%
GREEN value IS 37 (14.84% from 255) = 18.59%
BLUE value IS 89 (35.16% from 255) = 44.72%
R=36.68%
G=18.59%
B=44.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7337890.180.5800.65281.5441.2724.71
Hex492559123A04111a2919
Octal11145131227201014325131
Binary10010011001011011001100101110100100000110001101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492559; }

 p { color: rgb(73,37,89); }

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

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

 a { background-color: rgb(73,37,89); }

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

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

 span { border-color: rgb(73,37,89); }

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