#493DAD

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

Shades of Blue Gem #493DAD

Tints of Blue Gem #493DAD

Color information

#493DAD (or 0x493DAD) is unknown color: approx Blue Gem. HEX triplet: 49, 3D and AD. RGB value is (73,61,173). Sum of RGB (Red+Green+Blue) = 73+61+173=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #493DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493DAD is #B6C252. Grayscale: #4C4C4C. Windows color (decimal): -11977299 or 11353417. OLE color: 11353417.

HSL color Cylindrical-coordinate representation of color #493DAD: hue angle of 246.43º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #493DAD is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7361173-
CMYK0.580.6500.32
HSL246.43º47.86%45.88%-
HSV(B)246.43º64.74%67.84%-
XYZ11.967.7740.4-
YUV77.36181.98124.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 61 (24.22% from 255) = 19.87%
BLUE value IS 173 (67.97% from 255) = 56.35%
R=23.78%
G=19.87%
B=56.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73611730.580.6500.32246.4347.8645.88
Hex493DAD3A41020f6302e
Octal11175255721010403666056
Binary1001001111101101011011110101000001010000011110110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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