#493090

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

Shades of Blue Gem #493090

Tints of Blue Gem #493090

Color information

#493090 (or 0x493090) is unknown color: approx Blue Gem. HEX triplet: 49, 30 and 90. RGB value is (73,48,144). Sum of RGB (Red+Green+Blue) = 73+48+144=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #493090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493090 is #B6CF6F. Grayscale: #424242. Windows color (decimal): -11980656 or 9449545. OLE color: 9449545.

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

Color convert

RGB7348144-
CMYK0.490.6700.44
HSL255.62º50%37.65%-
HSV(B)255.62º66.67%56.47%-
XYZ8.845.5426.99-
YUV66.42171.78132.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 144 (56.64% from 255) = 54.34%
R=27.55%
G=18.11%
B=54.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73481440.490.6700.44255.625037.65
Hex493090314302C1003226
Octal11160220611030544006246
Binary10010011100001001000011000110000110101100100000000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493090; }

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

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

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

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

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

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

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

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