#493189

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

Shades of Blue Gem #493189

Tints of Blue Gem #493189

Color information

#493189 (or 0x493189) is unknown color: approx Blue Gem. HEX triplet: 49, 31 and 89. RGB value is (73,49,137). Sum of RGB (Red+Green+Blue) = 73+49+137=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #493189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493189 is #B6CE76. Grayscale: #414141. Windows color (decimal): -11980407 or 8991049. OLE color: 8991049.

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

Color convert

RGB7349137-
CMYK0.470.6400.46
HSL256.36º47.31%36.47%-
HSV(B)256.36º64.23%53.73%-
XYZ8.365.4224.27-
YUV66.21167.95132.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 49 (19.53% from 255) = 18.92%
BLUE value IS 137 (53.91% from 255) = 52.90%
R=28.19%
G=18.92%
B=52.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73491370.470.6400.46256.3647.3136.47
Hex4931892F4002E1002f24
Octal11161211571000564005744
Binary10010011100011000100110111110000000101110100000000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493189; }

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

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

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

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

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

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

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

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