#49399A

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

Shades of Blue Gem #49399A

Tints of Blue Gem #49399A

Color information

#49399A (or 0x49399A) is unknown color: approx Blue Gem. HEX triplet: 49, 39 and 9A. RGB value is (73,57,154). Sum of RGB (Red+Green+Blue) = 73+57+154=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #49399A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49399A is #B6C665. Grayscale: #484848. Windows color (decimal): -11978342 or 10107209. OLE color: 10107209.

HSL color Cylindrical-coordinate representation of color #49399A: hue angle of 249.9º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49399A is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7357154-
CMYK0.530.6300.40
HSL249.9º45.97%41.37%-
HSV(B)249.9º62.99%60.39%-
XYZ10.046.6831.33-
YUV72.84173.8128.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.70%
GREEN value IS 57 (22.66% from 255) = 20.07%
BLUE value IS 154 (60.55% from 255) = 54.23%
R=25.70%
G=20.07%
B=54.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73571540.530.6300.40249.945.9741.37
Hex49399A353F028fa2e29
Octal1117123265770503725651
Binary100100111100110011010110101111111010100011111010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49399A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49399A; }

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

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

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

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

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

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

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

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