Shades of Blue Gem #4B2999
Tints of Blue Gem #4B2999
RGB
CMYK
RGB Variations
Color information
#4B2999 (or 0x4B2999) is known color: Blue Gem. HEX triplet: 4B, 29 and 99. RGB value is (75,41,153). Sum of RGB (Red+Green+Blue) = 75+41+153=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #4B2999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2999 is #B4D666. Grayscale: #3F3F3F. Windows color (decimal): -11851367 or 10037579. OLE color: 10037579.
HSL color Cylindrical-coordinate representation of color #4B2999: hue angle of 258.21º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B2999 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 75 | 41 | 153 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.4 |
| HSL | 258.21º | 0.58% | 0.38% | - |
| HSV(B) | 258.21º | 0.73% | 0.6% | - |
| XYZ | 9.44 | 5.38 | 30.68 | - |
| YUV | 63.93 | 178.26 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 41 | 153 | 0.51 | 0.73 | 0 | 0.4 | 258.21 | 0.58 | 0.38 |
| Hex | 4B | 29 | 99 | 33 | 49 | 0 | 28 | 102 | 3A | 26 |
| Octal | 113 | 51 | 231 | 63 | 111 | 0 | 50 | 402 | 72 | 46 |
| Binary | 1001011 | 101001 | 10011001 | 110011 | 1001001 | 0 | 101000 | 100000010 | 111010 | 100110 |
Color Harmonies of #4B2999
Complementary color
Monochromatic Colors of #4B2999
Black with #4B2999
Text Example
Text Example
White with #4B2999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2999; }
p { color: rgb(75,41,153); }
H1.HeaderClassName
{
color: #4B2999;
}
.AnyTagClassName
{
color: #4B2999;
}
</style>
background-color css
<style>
a { background-color: #4B2999; }
a { background-color: rgb(75,41,153); }
div.DivClassName
{
background-color: #4B2999;
}
.BgClassName
{
background-color: #4B2999;
}
</style>
border-color css
<style>
span { border-color: #4B2999; }
span { border-color: rgb(75,41,153); }
td.TdClassName
{
border-color: #4B2999;
}
.TagClassName
{
border-color: #4B2999;
}
</style>