#493190

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

Shades of Blue Gem #493190

Tints of Blue Gem #493190

Color information

#493190 (or 0x493190) is unknown color: approx Blue Gem. HEX triplet: 49, 31 and 90. RGB value is (73,49,144). Sum of RGB (Red+Green+Blue) = 73+49+144=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #493190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493190 is #B6CE6F. Grayscale: #424242. Windows color (decimal): -11980400 or 9449801. OLE color: 9449801.

HSL color Cylindrical-coordinate representation of color #493190: hue angle of 255.16º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493190 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7349144-
CMYK0.490.6600.44
HSL255.16º49.22%37.84%-
HSV(B)255.16º65.97%56.47%-
XYZ8.885.6327-
YUV67.01171.45132.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 49 (19.53% from 255) = 18.42%
BLUE value IS 144 (56.64% from 255) = 54.14%
R=27.44%
G=18.42%
B=54.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73491440.490.6600.44255.1649.2237.84
Hex493190314202Cff3126
Octal11161220611020543776146
Binary1001001110001100100001100011000010010110011111111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493190; }

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

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

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

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

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

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

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

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