#494096

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

Shades of Blue Gem #494096

Tints of Blue Gem #494096

Color information

#494096 (or 0x494096) is unknown color: approx Blue Gem. HEX triplet: 49, 40 and 96. RGB value is (73,64,150). Sum of RGB (Red+Green+Blue) = 73+64+150=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #494096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494096 is #B6BF69. Grayscale: #4C4C4C. Windows color (decimal): -11976554 or 9846857. OLE color: 9846857.

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

Color convert

RGB7364150-
CMYK0.510.5700.41
HSL246.28º40.19%41.96%-
HSV(B)246.28º57.33%58.82%-
XYZ10.097.2929.73-
YUV76.5169.48125.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 150 (58.98% from 255) = 52.26%
R=25.44%
G=22.30%
B=52.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73641500.510.5700.41246.2840.1941.96
Hex4940963339029f6282a
Octal11110022663710513665052
Binary1001001100000010010110110011111001010100111110110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494096; }

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

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

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

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

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

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

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

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