#493C9E

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

Shades of Blue Gem #493C9E

Tints of Blue Gem #493C9E

Color information

#493C9E (or 0x493C9E) is unknown color: approx Blue Gem. HEX triplet: 49, 3C and 9E. RGB value is (73,60,158). Sum of RGB (Red+Green+Blue) = 73+60+158=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #493C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493C9E is #B6C361. Grayscale: #4A4A4A. Windows color (decimal): -11977570 or 10370121. OLE color: 10370121.

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

Color convert

RGB7360158-
CMYK0.540.6200.38
HSL247.96º44.95%42.75%-
HSV(B)247.96º62.03%61.96%-
XYZ10.547.1233.17-
YUV75.06174.81126.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 60 (23.83% from 255) = 20.62%
BLUE value IS 158 (62.11% from 255) = 54.30%
R=25.09%
G=20.62%
B=54.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73601580.540.6200.38247.9644.9542.75
Hex493C9E363E026f82d2b
Octal1117423666760463705553
Binary100100111110010011110110110111110010011011111000101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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