#493A99

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

Shades of Blue Gem #493A99

Tints of Blue Gem #493A99

Color information

#493A99 (or 0x493A99) is unknown color: approx Blue Gem. HEX triplet: 49, 3A and 99. RGB value is (73,58,153). Sum of RGB (Red+Green+Blue) = 73+58+153=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #493A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493A99 is #B6C566. Grayscale: #484848. Windows color (decimal): -11978087 or 10041929. OLE color: 10041929.

HSL color Cylindrical-coordinate representation of color #493A99: hue angle of 249.47º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #493A99 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7358153-
CMYK0.520.6200.4
HSL249.47º45.02%41.37%-
HSV(B)249.47º62.09%60%-
XYZ10.016.7430.91-
YUV73.32172.97127.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.70%
GREEN value IS 58 (23.05% from 255) = 20.42%
BLUE value IS 153 (60.16% from 255) = 53.87%
R=25.70%
G=20.42%
B=53.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal73581530.520.6200.4249.4745.0241.37
Hex493A99343E028f92d29
Octal1117223164760503715551
Binary100100111101010011001110100111110010100011111001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493A99; }

 p { color: rgb(73,58,153); }

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

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

 a { background-color: rgb(73,58,153); }

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

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

 span { border-color: rgb(73,58,153); }

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