#493C9D

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

Shades of Blue Gem #493C9D

Tints of Blue Gem #493C9D

Color information

#493C9D (or 0x493C9D) is unknown color: approx Blue Gem. HEX triplet: 49, 3C and 9D. RGB value is (73,60,157). Sum of RGB (Red+Green+Blue) = 73+60+157=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #493C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493C9D is #B6C362. Grayscale: #4A4A4A. Windows color (decimal): -11977571 or 10304585. OLE color: 10304585.

HSL color Cylindrical-coordinate representation of color #493C9D: hue angle of 248.04º 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 #493C9D is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7360157-
CMYK0.540.6200.38
HSL248.04º44.7%42.55%-
HSV(B)248.04º61.78%61.57%-
XYZ10.457.0832.71-
YUV74.94174.31126.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.17%
GREEN value IS 60 (23.83% from 255) = 20.69%
BLUE value IS 157 (61.72% from 255) = 54.14%
R=25.17%
G=20.69%
B=54.14%

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
Decimal73601570.540.6200.38248.0444.742.55
Hex493C9D363E026f82d2b
Octal1117423566760463705553
Binary100100111110010011101110110111110010011011111000101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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