#492497

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

Shades of Blue Gem #492497

Tints of Blue Gem #492497

Color information

#492497 (or 0x492497) is unknown color: approx Blue Gem. HEX triplet: 49, 24 and 97. RGB value is (73,36,151). Sum of RGB (Red+Green+Blue) = 73+36+151=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 151 (59.38% from 255 or 58.08% from 260); Max value from RGB is 151 - color contains mainly: blue. Hex color #492497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492497 is #B6DB68. Grayscale: #3B3B3B. Windows color (decimal): -11983721 or 9905225. OLE color: 9905225.

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

Color convert

RGB7336151-
CMYK0.520.7600.41
HSL259.3º61.5%36.67%-
HSV(B)259.3º76.16%59.22%-
XYZ8.964.9129.75-
YUV60.17179.26137.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.08%
GREEN value IS 36 (14.45% from 255) = 13.85%
BLUE value IS 151 (59.38% from 255) = 58.08%
R=28.08%
G=13.85%
B=58.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73361510.520.7600.41259.361.536.67
Hex492497344C0291033d25
Octal11144227641140514037545
Binary10010011001001001011111010010011000101001100000011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492497; }

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

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

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

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

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

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

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

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