#493387

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

Shades of Blue Gem #493387

Tints of Blue Gem #493387

Color information

#493387 (or 0x493387) is unknown color: approx Blue Gem. HEX triplet: 49, 33 and 87. RGB value is (73,51,135). Sum of RGB (Red+Green+Blue) = 73+51+135=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #493387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493387 is #B6CC78. Grayscale: #424242. Windows color (decimal): -11979897 or 8860489. OLE color: 8860489.

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

Color convert

RGB7351135-
CMYK0.460.6200.47
HSL255.71º45.16%36.47%-
HSV(B)255.71º62.22%52.94%-
XYZ8.35.5323.55-
YUV67.15166.29132.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 51 (20.31% from 255) = 19.69%
BLUE value IS 135 (53.12% from 255) = 52.12%
R=28.19%
G=19.69%
B=52.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73511350.460.6200.47255.7145.1636.47
Hex4933872E3E02F1002d24
Octal1116320756760574005544
Binary1001001110011100001111011101111100101111100000000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493387; }

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

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

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

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

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

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

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

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