#494196

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

Shades of Blue Gem #494196

Tints of Blue Gem #494196

Color information

#494196 (or 0x494196) is unknown color: approx Blue Gem. HEX triplet: 49, 41 and 96. RGB value is (73,65,150). Sum of RGB (Red+Green+Blue) = 73+65+150=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #494196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494196 is #B6BE69. Grayscale: #4C4C4C. Windows color (decimal): -11976298 or 9847113. OLE color: 9847113.

HSL color Cylindrical-coordinate representation of color #494196: hue angle of 245.65º 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 #494196 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7365150-
CMYK0.510.5700.41
HSL245.65º39.53%42.16%-
HSV(B)245.65º56.67%58.82%-
XYZ10.147.429.75-
YUV77.08169.15125.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 65 (25.78% from 255) = 22.57%
BLUE value IS 150 (58.98% from 255) = 52.08%
R=25.35%
G=22.57%
B=52.08%

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
Decimal73651500.510.5700.41245.6539.5342.16
Hex4941963339029f6282a
Octal11110122663710513665052
Binary1001001100000110010110110011111001010100111110110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494196; }

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

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

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

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

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

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

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

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