Shades of Blue Gem #4B2496
Tints of Blue Gem #4B2496
RGB
CMYK
RGB Variations
Color information
#4B2496 (or 0x4B2496) is known color: Blue Gem. HEX triplet: 4B, 24 and 96. RGB value is (75,36,150). Sum of RGB (Red+Green+Blue) = 75+36+150=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 150 (58.98% from 255 or 57.47% from 261); Max value from RGB is 150 - color contains mainly: blue. Hex color #4B2496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2496 is #B4DB69. Grayscale: #3C3C3C. Windows color (decimal): -11852650 or 9839691. OLE color: 9839691.
HSL color Cylindrical-coordinate representation of color #4B2496: hue angle of 260.53º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B2496 is Cyan = 0.5, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 36 | 150 | - |
| CMYK | 0.5 | 0.76 | 0 | 0.41 |
| HSL | 260.53º | 0.61% | 0.36% | - |
| HSV(B) | 260.53º | 0.76% | 0.59% | - |
| XYZ | 9.04 | 4.96 | 29.34 | - |
| YUV | 60.66 | 178.42 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 150 | 0.5 | 0.76 | 0 | 0.41 | 260.53 | 0.61 | 0.36 |
| Hex | 4B | 24 | 96 | 32 | 4C | 0 | 29 | 105 | 3D | 24 |
| Octal | 113 | 44 | 226 | 62 | 114 | 0 | 51 | 405 | 75 | 44 |
| Binary | 1001011 | 100100 | 10010110 | 110010 | 1001100 | 0 | 101001 | 100000101 | 111101 | 100100 |
Color Harmonies of #4B2496
Complementary color
Monochromatic Colors of #4B2496
Black with #4B2496
Text Example
Text Example
White with #4B2496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2496; }
p { color: rgb(75,36,150); }
H1.HeaderClassName
{
color: #4B2496;
}
.AnyTagClassName
{
color: #4B2496;
}
</style>
background-color css
<style>
a { background-color: #4B2496; }
a { background-color: rgb(75,36,150); }
div.DivClassName
{
background-color: #4B2496;
}
.BgClassName
{
background-color: #4B2496;
}
</style>
border-color css
<style>
span { border-color: #4B2496; }
span { border-color: rgb(75,36,150); }
td.TdClassName
{
border-color: #4B2496;
}
.TagClassName
{
border-color: #4B2496;
}
</style>