#493091

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

Shades of Blue Gem #493091

Tints of Blue Gem #493091

Color information

#493091 (or 0x493091) is unknown color: approx Blue Gem. HEX triplet: 49, 30 and 91. RGB value is (73,48,145). Sum of RGB (Red+Green+Blue) = 73+48+145=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #493091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493091 is #B6CF6E. Grayscale: #424242. Windows color (decimal): -11980655 or 9515081. OLE color: 9515081.

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

Color convert

RGB7348145-
CMYK0.500.6700.43
HSL255.46º50.26%37.84%-
HSV(B)255.46º66.9%56.86%-
XYZ8.925.5727.39-
YUV66.53172.28132.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 48 (19.14% from 255) = 18.05%
BLUE value IS 145 (57.03% from 255) = 54.51%
R=27.44%
G=18.05%
B=54.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73481450.500.6700.43255.4650.2637.84
Hex493091324302Bff3226
Octal11160221621030533776246
Binary1001001110000100100011100101000011010101111111111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493091; }

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

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

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

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

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

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

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

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