#493989

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

Shades of Blue Gem #493989

Tints of Blue Gem #493989

Color information

#493989 (or 0x493989) is unknown color: approx Blue Gem. HEX triplet: 49, 39 and 89. RGB value is (73,57,137). Sum of RGB (Red+Green+Blue) = 73+57+137=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #493989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493989 is #B6C676. Grayscale: #464646. Windows color (decimal): -11978359 or 8993097. OLE color: 8993097.

HSL color Cylindrical-coordinate representation of color #493989: hue angle of 252º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #493989 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7357137-
CMYK0.470.5800.46
HSL252º41.24%38.04%-
HSV(B)252º58.39%53.73%-
XYZ8.736.1524.39-
YUV70.9165.3129.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 57 (22.66% from 255) = 21.35%
BLUE value IS 137 (53.91% from 255) = 51.31%
R=27.34%
G=21.35%
B=51.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73571370.470.5800.4625241.2438.04
Hex4939892F3A02Efc2926
Octal1117121157720563745146
Binary100100111100110001001101111111010010111011111100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493989; }

 p { color: rgb(73,57,137); }

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

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

 a { background-color: rgb(73,57,137); }

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

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

 span { border-color: rgb(73,57,137); }

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