#494299

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

Shades of Blue Gem #494299

Tints of Blue Gem #494299

Color information

#494299 (or 0x494299) is unknown color: approx Blue Gem. HEX triplet: 49, 42 and 99. RGB value is (73,66,153). Sum of RGB (Red+Green+Blue) = 73+66+153=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #494299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494299 is #B6BD66. Grayscale: #4D4D4D. Windows color (decimal): -11976039 or 10043977. OLE color: 10043977.

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

Color convert

RGB7366153-
CMYK0.520.5700.4
HSL244.83º39.73%42.94%-
HSV(B)244.83º56.86%60%-
XYZ10.457.6131.06-
YUV78.01170.32124.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 153 (60.16% from 255) = 52.40%
R=25%
G=22.60%
B=52.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal73661530.520.5700.4244.8339.7342.94
Hex4942993439028f5282b
Octal11110223164710503655053
Binary1001001100001010011001110100111001010100011110101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494299; }

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

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

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

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

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

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

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

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