#493ead

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

Shades of Blue Gem #493EAD

Tints of Blue Gem #493EAD

Color information

#493EAD (or 0x493EAD) is unknown color: approx Blue Gem. HEX triplet: 49, 3E and AD. RGB value is (73,62,173). Sum of RGB (Red+Green+Blue) = 73+62+173=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #493EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493EAD is #B6C152. Grayscale: #4D4D4D. Windows color (decimal): -11977043 or 11353673. OLE color: 11353673.

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

Color convert

RGB7362173-
CMYK0.580.6400.32
HSL245.95º47.23%46.08%-
HSV(B)245.95º64.16%67.84%-
XYZ12.017.8840.42-
YUV77.94181.64124.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 62 (24.61% from 255) = 20.13%
BLUE value IS 173 (67.97% from 255) = 56.17%
R=23.70%
G=20.13%
B=56.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73621730.580.6400.32245.9547.2346.08
Hex493EAD3A40020f62f2e
Octal11176255721000403665756
Binary1001001111110101011011110101000000010000011110110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493ead

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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