Shades of Blue Gem #4B2996
Tints of Blue Gem #4B2996
RGB
CMYK
RGB Variations
Color information
#4B2996 (or 0x4B2996) is known color: Blue Gem. HEX triplet: 4B, 29 and 96. RGB value is (75,41,150). Sum of RGB (Red+Green+Blue) = 75+41+150=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #4B2996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2996 is #B4D669. Grayscale: #3F3F3F. Windows color (decimal): -11851370 or 9840971. OLE color: 9840971.
HSL color Cylindrical-coordinate representation of color #4B2996: hue angle of 258.72º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B2996 is Cyan = 0.5, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 41 | 150 | - |
| CMYK | 0.5 | 0.73 | 0 | 0.41 |
| HSL | 258.72º | 0.57% | 0.37% | - |
| HSV(B) | 258.72º | 0.73% | 0.59% | - |
| XYZ | 9.2 | 5.28 | 29.39 | - |
| YUV | 63.59 | 176.76 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 41 | 150 | 0.5 | 0.73 | 0 | 0.41 | 258.72 | 0.57 | 0.37 |
| Hex | 4B | 29 | 96 | 32 | 49 | 0 | 29 | 103 | 39 | 25 |
| Octal | 113 | 51 | 226 | 62 | 111 | 0 | 51 | 403 | 71 | 45 |
| Binary | 1001011 | 101001 | 10010110 | 110010 | 1001001 | 0 | 101001 | 100000011 | 111001 | 100101 |
Color Harmonies of #4B2996
Complementary color
Monochromatic Colors of #4B2996
Black with #4B2996
Text Example
Text Example
White with #4B2996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2996; }
p { color: rgb(75,41,150); }
H1.HeaderClassName
{
color: #4B2996;
}
.AnyTagClassName
{
color: #4B2996;
}
</style>
background-color css
<style>
a { background-color: #4B2996; }
a { background-color: rgb(75,41,150); }
div.DivClassName
{
background-color: #4B2996;
}
.BgClassName
{
background-color: #4B2996;
}
</style>
border-color css
<style>
span { border-color: #4B2996; }
span { border-color: rgb(75,41,150); }
td.TdClassName
{
border-color: #4B2996;
}
.TagClassName
{
border-color: #4B2996;
}
</style>