#493791

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

Shades of Blue Gem #493791

Tints of Blue Gem #493791

Color information

#493791 (or 0x493791) is unknown color: approx Blue Gem. HEX triplet: 49, 37 and 91. RGB value is (73,55,145). Sum of RGB (Red+Green+Blue) = 73+55+145=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #493791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493791 is #B6C86E. Grayscale: #464646. Windows color (decimal): -11978863 or 9516873. OLE color: 9516873.

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

Color convert

RGB7355145-
CMYK0.500.6200.43
HSL252º45%39.22%-
HSV(B)252º62.07%56.86%-
XYZ9.226.1927.5-
YUV70.64169.96129.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 55 (21.88% from 255) = 20.15%
BLUE value IS 145 (57.03% from 255) = 53.11%
R=26.74%
G=20.15%
B=53.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73551450.500.6200.432524539.22
Hex493791323E02Bfc2d27
Octal1116722162760533745547
Binary100100111011110010001110010111110010101111111100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493791; }

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

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

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

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

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

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

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

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