#492897

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

Shades of Blue Gem #492897

Tints of Blue Gem #492897

Color information

#492897 (or 0x492897) is unknown color: approx Blue Gem. HEX triplet: 49, 28 and 97. RGB value is (73,40,151). Sum of RGB (Red+Green+Blue) = 73+40+151=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 151 (59.38% from 255 or 57.20% from 264); Max value from RGB is 151 - color contains mainly: blue. Hex color #492897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492897 is #B6D768. Grayscale: #3E3E3E. Windows color (decimal): -11982697 or 9906249. OLE color: 9906249.

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

Color convert

RGB7340151-
CMYK0.520.7400.41
HSL257.84º58.12%37.45%-
HSV(B)257.84º73.51%59.22%-
XYZ9.095.1729.8-
YUV62.52177.93135.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 40 (16.02% from 255) = 15.15%
BLUE value IS 151 (59.38% from 255) = 57.20%
R=27.65%
G=15.15%
B=57.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73401510.520.7400.41257.8458.1237.45
Hex492897344A0291023a25
Octal11150227641120514027245
Binary10010011010001001011111010010010100101001100000010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492897; }

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

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

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

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

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

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

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

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