#493399

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

Shades of Blue Gem #493399

Tints of Blue Gem #493399

Color information

#493399 (or 0x493399) is unknown color: approx Blue Gem. HEX triplet: 49, 33 and 99. RGB value is (73,51,153). Sum of RGB (Red+Green+Blue) = 73+51+153=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #493399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493399 is #B6CC66. Grayscale: #444444. Windows color (decimal): -11979879 or 10040137. OLE color: 10040137.

HSL color Cylindrical-coordinate representation of color #493399: hue angle of 252.94º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #493399 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7351153-
CMYK0.520.6700.4
HSL252.94º50%40%-
HSV(B)252.94º66.67%60%-
XYZ9.686.0830.8-
YUV69.21175.29130.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 51 (20.31% from 255) = 18.41%
BLUE value IS 153 (60.16% from 255) = 55.23%
R=26.35%
G=18.41%
B=55.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal73511530.520.6700.4252.945040
Hex4933993443028fd3228
Octal11163231641030503756250
Binary1001001110011100110011101001000011010100011111101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493399; }

 p { color: rgb(73,51,153); }

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

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

 a { background-color: rgb(73,51,153); }

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

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

 span { border-color: rgb(73,51,153); }

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