#492EA9

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

Shades of Blue Gem #492EA9

Tints of Blue Gem #492EA9

Color information

#492EA9 (or 0x492EA9) is unknown color: approx Blue Gem. HEX triplet: 49, 2E and A9. RGB value is (73,46,169). Sum of RGB (Red+Green+Blue) = 73+46+169=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 169 (66.41% from 255 or 58.68% from 288); Max value from RGB is 169 - color contains mainly: blue. Hex color #492EA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492EA9 is #B6D156. Grayscale: #434343. Windows color (decimal): -11981143 or 11087433. OLE color: 11087433.

HSL color Cylindrical-coordinate representation of color #492EA9: hue angle of 253.17º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492EA9 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7346169-
CMYK0.570.7300.34
HSL253.17º57.21%42.16%-
HSV(B)253.17º72.78%66.27%-
XYZ10.896.2438.17-
YUV68.1184.95131.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 46 (18.36% from 255) = 15.97%
BLUE value IS 169 (66.41% from 255) = 58.68%
R=25.35%
G=15.97%
B=58.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal73461690.570.7300.34253.1757.2142.16
Hex492EA93949022fd392a
Octal11156251711110423757152
Binary1001001101110101010011110011001001010001011111101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,46,169); }

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

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

 a { background-color: rgb(73,46,169); }

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

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

 span { border-color: rgb(73,46,169); }

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