#493EA9

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

Shades of Blue Gem #493EA9

Tints of Blue Gem #493EA9

Color information

#493EA9 (or 0x493EA9) is unknown color: approx Blue Gem. HEX triplet: 49, 3E and A9. RGB value is (73,62,169). Sum of RGB (Red+Green+Blue) = 73+62+169=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 169 (66.41% from 255 or 55.59% from 304); Max value from RGB is 169 - color contains mainly: blue. Hex color #493EA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493EA9 is #B6C156. Grayscale: #4D4D4D. Windows color (decimal): -11977047 or 11091529. OLE color: 11091529.

HSL color Cylindrical-coordinate representation of color #493EA9: hue angle of 246.17º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493EA9 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7362169-
CMYK0.570.6300.34
HSL246.17º46.32%45.29%-
HSV(B)246.17º63.31%66.27%-
XYZ11.637.7338.41-
YUV77.49179.64124.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 62 (24.61% from 255) = 20.39%
BLUE value IS 169 (66.41% from 255) = 55.59%
R=24.01%
G=20.39%
B=55.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal73621690.570.6300.34246.1746.3245.29
Hex493EA9393F022f62e2d
Octal1117625171770423665655
Binary100100111111010101001111001111111010001011110110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493EA9; }

 p { color: rgb(73,62,169); }

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

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

 a { background-color: rgb(73,62,169); }

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

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

 span { border-color: rgb(73,62,169); }

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