Shades of Blue Gem #49339C
Tints of Blue Gem #49339C
RGB
CMYK
RGB Variations
Color information
#49339C (or 0x49339C) is known color: Blue Gem. HEX triplet: 49, 33 and 9C. RGB value is (73,51,156). Sum of RGB (Red+Green+Blue) = 73+51+156=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #49339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49339C is #B6CC63. Grayscale: #454545. Windows color (decimal): -11979876 or 10236745. OLE color: 10236745.
HSL color Cylindrical-coordinate representation of color #49339C: hue angle of 252.57º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49339C is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 51 | 156 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.39 |
| HSL | 252.57º | 0.51% | 0.41% | - |
| HSV(B) | 252.57º | 0.67% | 0.61% | - |
| XYZ | 9.93 | 6.18 | 32.12 | - |
| YUV | 69.55 | 176.79 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 51 | 156 | 0.53 | 0.67 | 0 | 0.39 | 252.57 | 0.51 | 0.41 |
| Hex | 49 | 33 | 9C | 35 | 43 | 0 | 27 | FD | 33 | 29 |
| Octal | 111 | 63 | 234 | 65 | 103 | 0 | 47 | 375 | 63 | 51 |
| Binary | 1001001 | 110011 | 10011100 | 110101 | 1000011 | 0 | 100111 | 11111101 | 110011 | 101001 |
Color Harmonies of #49339C
Complementary color
Monochromatic Colors of #49339C
Black with #49339C
Text Example
Text Example
White with #49339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49339C; }
p { color: rgb(73,51,156); }
H1.HeaderClassName
{
color: #49339C;
}
.AnyTagClassName
{
color: #49339C;
}
</style>
background-color css
<style>
a { background-color: #49339C; }
a { background-color: rgb(73,51,156); }
div.DivClassName
{
background-color: #49339C;
}
.BgClassName
{
background-color: #49339C;
}
</style>
border-color css
<style>
span { border-color: #49339C; }
span { border-color: rgb(73,51,156); }
td.TdClassName
{
border-color: #49339C;
}
.TagClassName
{
border-color: #49339C;
}
</style>