#493FA8

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

Shades of Blue Gem #493FA8

Tints of Blue Gem #493FA8

Color information

#493FA8 (or 0x493FA8) is unknown color: approx Blue Gem. HEX triplet: 49, 3F and A8. RGB value is (73,63,168). Sum of RGB (Red+Green+Blue) = 73+63+168=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 168 (66.02% from 255 or 55.26% from 304); Max value from RGB is 168 - color contains mainly: blue. Hex color #493FA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493FA8 is #B6C057. Grayscale: #4D4D4D. Windows color (decimal): -11976792 or 11026249. OLE color: 11026249.

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

Color convert

RGB7363168-
CMYK0.570.6300.34
HSL245.71º45.45%45.29%-
HSV(B)245.71º62.5%65.88%-
XYZ11.597.837.94-
YUV77.96178.81124.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 63 (25% from 255) = 20.72%
BLUE value IS 168 (66.02% from 255) = 55.26%
R=24.01%
G=20.72%
B=55.26%

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
Decimal73631680.570.6300.34245.7145.4545.29
Hex493FA8393F022f62d2d
Octal1117725071770423665555
Binary100100111111110101000111001111111010001011110110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,63,168); }

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

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

 a { background-color: rgb(73,63,168); }

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

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

 span { border-color: rgb(73,63,168); }

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