#492496

Color #492496 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #492496

Tints of Blue Gem #492496

Color information

#492496 (or 0x492496) is unknown color: approx Blue Gem. HEX triplet: 49, 24 and 96. RGB value is (73,36,150). Sum of RGB (Red+Green+Blue) = 73+36+150=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #492496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492496 is #B6DB69. Grayscale: #3B3B3B. Windows color (decimal): -11983722 or 9839689. OLE color: 9839689.

HSL color Cylindrical-coordinate representation of color #492496: hue angle of 259.47º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #492496 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7336150-
CMYK0.510.7600.41
HSL259.47º61.29%36.47%-
HSV(B)259.47º76%58.82%-
XYZ8.884.8829.33-
YUV60.06178.76137.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 150 (58.98% from 255) = 57.92%
R=28.19%
G=13.90%
B=57.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73361500.510.7600.41259.4761.2936.47
Hex492496334C0291033d24
Octal11144226631140514037544
Binary10010011001001001011011001110011000101001100000011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492496; }

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

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

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

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

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

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

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

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