#49399B

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

Shades of Blue Gem #49399B

Tints of Blue Gem #49399B

Color information

#49399B (or 0x49399B) is unknown color: approx Blue Gem. HEX triplet: 49, 39 and 9B. RGB value is (73,57,155). Sum of RGB (Red+Green+Blue) = 73+57+155=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #49399B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49399B is #B6C664. Grayscale: #484848. Windows color (decimal): -11978341 or 10172745. OLE color: 10172745.

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

Color convert

RGB7357155-
CMYK0.530.6300.39
HSL249.8º46.23%41.57%-
HSV(B)249.8º63.23%60.78%-
XYZ10.136.7131.77-
YUV72.96174.3128.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 155 (60.94% from 255) = 54.39%
R=25.61%
G=20%
B=54.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73571550.530.6300.39249.846.2341.57
Hex49399B353F027fa2e2a
Octal1117123365770473725652
Binary100100111100110011011110101111111010011111111010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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