#493391

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

Shades of Blue Gem #493391

Tints of Blue Gem #493391

Color information

#493391 (or 0x493391) is unknown color: approx Blue Gem. HEX triplet: 49, 33 and 91. RGB value is (73,51,145). Sum of RGB (Red+Green+Blue) = 73+51+145=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #493391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493391 is #B6CC6E. Grayscale: #434343. Windows color (decimal): -11979887 or 9515849. OLE color: 9515849.

HSL color Cylindrical-coordinate representation of color #493391: hue angle of 254.04º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #493391 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7351145-
CMYK0.500.6500.43
HSL254.04º47.96%38.43%-
HSV(B)254.04º64.83%56.86%-
XYZ9.045.8327.44-
YUV68.29171.29131.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.14%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 145 (57.03% from 255) = 53.90%
R=27.14%
G=18.96%
B=53.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73511450.500.6500.43254.0447.9638.43
Hex493391324102Bfe3026
Octal11163221621010533766046
Binary1001001110011100100011100101000001010101111111110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493391; }

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

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

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

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

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

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

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

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