#493DA6

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

Shades of Blue Gem #493DA6

Tints of Blue Gem #493DA6

Color information

#493DA6 (or 0x493DA6) is unknown color: approx Blue Gem. HEX triplet: 49, 3D and A6. RGB value is (73,61,166). Sum of RGB (Red+Green+Blue) = 73+61+166=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 166 (65.23% from 255 or 55.33% from 300); Max value from RGB is 166 - color contains mainly: blue. Hex color #493DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493DA6 is #B6C259. Grayscale: #4C4C4C. Windows color (decimal): -11977306 or 10894665. OLE color: 10894665.

HSL color Cylindrical-coordinate representation of color #493DA6: hue angle of 246.86º 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 #493DA6 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7361166-
CMYK0.560.6300.35
HSL246.86º46.26%44.51%-
HSV(B)246.86º63.25%65.1%-
XYZ11.37.5136.93-
YUV76.56178.48125.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.33%
GREEN value IS 61 (24.22% from 255) = 20.33%
BLUE value IS 166 (65.23% from 255) = 55.33%
R=24.33%
G=20.33%
B=55.33%

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
Decimal73611660.560.6300.35246.8646.2644.51
Hex493DA6383F023f72e2d
Octal1117524670770433675655
Binary100100111110110100110111000111111010001111110111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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