Shades of Blue Gem #49358B
Tints of Blue Gem #49358B
RGB
CMYK
RGB Variations
Color information
#49358B (or 0x49358B) is known color: Blue Gem. HEX triplet: 49, 35 and 8B. RGB value is (73,53,139). Sum of RGB (Red+Green+Blue) = 73+53+139=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #49358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49358B is #B6CA74. Grayscale: #444444. Windows color (decimal): -11979381 or 9123145. OLE color: 9123145.
HSL color Cylindrical-coordinate representation of color #49358B: hue angle of 253.95º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49358B is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 53 | 139 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.45 |
| HSL | 253.95º | 0.45% | 0.38% | - |
| HSV(B) | 253.95º | 0.62% | 0.55% | - |
| XYZ | 8.68 | 5.83 | 25.09 | - |
| YUV | 68.78 | 167.63 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 139 | 0.47 | 0.62 | 0 | 0.45 | 253.95 | 0.45 | 0.38 |
| Hex | 49 | 35 | 8B | 2F | 3E | 0 | 2D | FE | 2D | 26 |
| Octal | 111 | 65 | 213 | 57 | 76 | 0 | 55 | 376 | 55 | 46 |
| Binary | 1001001 | 110101 | 10001011 | 101111 | 111110 | 0 | 101101 | 11111110 | 101101 | 100110 |
Color Harmonies of #49358B
Complementary color
Monochromatic Colors of #49358B
Black with #49358B
Text Example
Text Example
White with #49358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49358B; }
p { color: rgb(73,53,139); }
H1.HeaderClassName
{
color: #49358B;
}
.AnyTagClassName
{
color: #49358B;
}
</style>
background-color css
<style>
a { background-color: #49358B; }
a { background-color: rgb(73,53,139); }
div.DivClassName
{
background-color: #49358B;
}
.BgClassName
{
background-color: #49358B;
}
</style>
border-color css
<style>
span { border-color: #49358B; }
span { border-color: rgb(73,53,139); }
td.TdClassName
{
border-color: #49358B;
}
.TagClassName
{
border-color: #49358B;
}
</style>