#493B9E

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

Shades of Blue Gem #493B9E

Tints of Blue Gem #493B9E

Color information

#493B9E (or 0x493B9E) is unknown color: approx Blue Gem. HEX triplet: 49, 3B and 9E. RGB value is (73,59,158). Sum of RGB (Red+Green+Blue) = 73+59+158=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #493B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493B9E is #B6C461. Grayscale: #4A4A4A. Windows color (decimal): -11977826 or 10369865. OLE color: 10369865.

HSL color Cylindrical-coordinate representation of color #493B9E: hue angle of 248.48º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493B9E is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7359158-
CMYK0.540.6300.38
HSL248.48º45.62%42.55%-
HSV(B)248.48º62.66%61.96%-
XYZ10.487.0133.15-
YUV74.47175.14126.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.17%
GREEN value IS 59 (23.44% from 255) = 20.34%
BLUE value IS 158 (62.11% from 255) = 54.48%
R=25.17%
G=20.34%
B=54.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73591580.540.6300.38248.4845.6242.55
Hex493B9E363F026f82e2b
Octal1117323666770463705653
Binary100100111101110011110110110111111010011011111000101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,59,158); }

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

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

 a { background-color: rgb(73,59,158); }

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

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

 span { border-color: rgb(73,59,158); }

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