#493B9D

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

Shades of Blue Gem #493B9D

Tints of Blue Gem #493B9D

Color information

#493B9D (or 0x493B9D) is unknown color: approx Blue Gem. HEX triplet: 49, 3B and 9D. RGB value is (73,59,157). Sum of RGB (Red+Green+Blue) = 73+59+157=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #493B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493B9D is #B6C462. Grayscale: #494949. Windows color (decimal): -11977827 or 10304329. OLE color: 10304329.

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

Color convert

RGB7359157-
CMYK0.540.6200.38
HSL248.57º45.37%42.35%-
HSV(B)248.57º62.42%61.57%-
XYZ10.46.9832.7-
YUV74.36174.64127.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 59 (23.44% from 255) = 20.42%
BLUE value IS 157 (61.72% from 255) = 54.33%
R=25.26%
G=20.42%
B=54.33%

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
Decimal73591570.540.6200.38248.5745.3742.35
Hex493B9D363E026f92d2a
Octal1117323566760463715552
Binary100100111101110011101110110111110010011011111001101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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