#493992

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

Shades of Blue Gem #493992

Tints of Blue Gem #493992

Color information

#493992 (or 0x493992) is unknown color: approx Blue Gem. HEX triplet: 49, 39 and 92. RGB value is (73,57,146). Sum of RGB (Red+Green+Blue) = 73+57+146=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #493992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493992 is #B6C66D. Grayscale: #474747. Windows color (decimal): -11978350 or 9582921. OLE color: 9582921.

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

Color convert

RGB7357146-
CMYK0.50.6100.43
HSL250.79º43.84%39.8%-
HSV(B)250.79º60.96%57.25%-
XYZ9.46.4227.94-
YUV71.93169.8128.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 57 (22.66% from 255) = 20.65%
BLUE value IS 146 (57.42% from 255) = 52.90%
R=26.45%
G=20.65%
B=52.90%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73571460.50.6100.43250.7943.8439.8
Hex493992323D02Bfb2c28
Octal1117122262750533735450
Binary100100111100110010010110010111101010101111111011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493992; }

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

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

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

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

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

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

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

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