#493EAB

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

Shades of Blue Gem #493EAB

Tints of Blue Gem #493EAB

Color information

#493EAB (or 0x493EAB) is unknown color: approx Blue Gem. HEX triplet: 49, 3E and AB. RGB value is (73,62,171). Sum of RGB (Red+Green+Blue) = 73+62+171=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #493EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493EAB is #B6C154. Grayscale: #4D4D4D. Windows color (decimal): -11977045 or 11222601. OLE color: 11222601.

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

Color convert

RGB7362171-
CMYK0.570.6400.33
HSL246.06º46.78%45.69%-
HSV(B)246.06º63.74%67.06%-
XYZ11.827.839.41-
YUV77.72180.64124.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 62 (24.61% from 255) = 20.26%
BLUE value IS 171 (67.19% from 255) = 55.88%
R=23.86%
G=20.26%
B=55.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73621710.570.6400.33246.0646.7845.69
Hex493EAB3940021f62f2e
Octal11176253711000413665756
Binary1001001111110101010111110011000000010000111110110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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