#494197

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

Shades of Blue Gem #494197

Tints of Blue Gem #494197

Color information

#494197 (or 0x494197) is unknown color: approx Blue Gem. HEX triplet: 49, 41 and 97. RGB value is (73,65,151). Sum of RGB (Red+Green+Blue) = 73+65+151=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #494197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494197 is #B6BE68. Grayscale: #4C4C4C. Windows color (decimal): -11976297 or 9912649. OLE color: 9912649.

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

Color convert

RGB7365151-
CMYK0.520.5700.41
HSL245.58º39.81%42.35%-
HSV(B)245.58º56.95%59.22%-
XYZ10.227.4330.17-
YUV77.2169.65125.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 151 (59.38% from 255) = 52.25%
R=25.26%
G=22.49%
B=52.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73651510.520.5700.41245.5839.8142.35
Hex4941973439029f6282a
Octal11110122764710513665052
Binary1001001100000110010111110100111001010100111110110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494197; }

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

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

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

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

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

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

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

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