#493392

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

Shades of Blue Gem #493392

Tints of Blue Gem #493392

Color information

#493392 (or 0x493392) is unknown color: approx Blue Gem. HEX triplet: 49, 33 and 92. RGB value is (73,51,146). Sum of RGB (Red+Green+Blue) = 73+51+146=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #493392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493392 is #B6CC6D. Grayscale: #444444. Windows color (decimal): -11979886 or 9581385. OLE color: 9581385.

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

Color convert

RGB7351146-
CMYK0.50.6500.43
HSL253.89º48.22%38.63%-
HSV(B)253.89º65.07%57.25%-
XYZ9.125.8627.84-
YUV68.41171.79131.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 51 (20.31% from 255) = 18.89%
BLUE value IS 146 (57.42% from 255) = 54.07%
R=27.04%
G=18.89%
B=54.07%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73511460.50.6500.43253.8948.2238.63
Hex493392324102Bfe3027
Octal11163222621010533766047
Binary1001001110011100100101100101000001010101111111110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493392; }

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

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

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

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

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

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

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

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