#493EA6

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

Shades of Blue Gem #493EA6

Tints of Blue Gem #493EA6

Color information

#493EA6 (or 0x493EA6) is unknown color: approx Blue Gem. HEX triplet: 49, 3E and A6. RGB value is (73,62,166). Sum of RGB (Red+Green+Blue) = 73+62+166=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 166 (65.23% from 255 or 55.15% from 301); Max value from RGB is 166 - color contains mainly: blue. Hex color #493EA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493EA6 is #B6C159. Grayscale: #4C4C4C. Windows color (decimal): -11977050 or 10894921. OLE color: 10894921.

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

Color convert

RGB7362166-
CMYK0.560.6300.35
HSL246.35º45.61%44.71%-
HSV(B)246.35º62.65%65.1%-
XYZ11.357.6136.95-
YUV77.14178.14125.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 166 (65.23% from 255) = 55.15%
R=24.25%
G=20.60%
B=55.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73621660.560.6300.35246.3545.6144.71
Hex493EA6383F023f62e2d
Octal1117624670770433665655
Binary100100111111010100110111000111111010001111110110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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