#493FAB

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

Shades of Blue Gem #493FAB

Tints of Blue Gem #493FAB

Color information

#493FAB (or 0x493FAB) is unknown color: approx Blue Gem. HEX triplet: 49, 3F and AB. RGB value is (73,63,171). Sum of RGB (Red+Green+Blue) = 73+63+171=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #493FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493FAB is #B6C054. Grayscale: #4D4D4D. Windows color (decimal): -11976789 or 11222857. OLE color: 11222857.

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

Color convert

RGB7363171-
CMYK0.570.6300.33
HSL245.56º46.15%45.88%-
HSV(B)245.56º63.16%67.06%-
XYZ11.887.9139.43-
YUV78.3180.31124.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 63 (25% from 255) = 20.52%
BLUE value IS 171 (67.19% from 255) = 55.70%
R=23.78%
G=20.52%
B=55.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73631710.570.6300.33245.5646.1545.88
Hex493FAB393F021f62e2e
Octal1117725371770413665656
Binary100100111111110101011111001111111010000111110110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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