#494399

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

Shades of Blue Gem #494399

Tints of Blue Gem #494399

Color information

#494399 (or 0x494399) is unknown color: approx Blue Gem. HEX triplet: 49, 43 and 99. RGB value is (73,67,153). Sum of RGB (Red+Green+Blue) = 73+67+153=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #494399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494399 is #B6BC66. Grayscale: #4E4E4E. Windows color (decimal): -11975783 or 10044233. OLE color: 10044233.

HSL color Cylindrical-coordinate representation of color #494399: hue angle of 244.19º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #494399 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7367153-
CMYK0.520.5600.4
HSL244.19º39.09%43.14%-
HSV(B)244.19º56.21%60%-
XYZ10.57.7331.08-
YUV78.6169.99124.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 67 (26.56% from 255) = 22.87%
BLUE value IS 153 (60.16% from 255) = 52.22%
R=24.91%
G=22.87%
B=52.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal73671530.520.5600.4244.1939.0943.14
Hex4943993438028f4272b
Octal11110323164700503644753
Binary1001001100001110011001110100111000010100011110100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494399; }

 p { color: rgb(73,67,153); }

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

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

 a { background-color: rgb(73,67,153); }

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

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

 span { border-color: rgb(73,67,153); }

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