Shades of Blue Gem #4B3999
Tints of Blue Gem #4B3999
RGB
CMYK
RGB Variations
Color information
#4B3999 (or 0x4B3999) is known color: Blue Gem. HEX triplet: 4B, 39 and 99. RGB value is (75,57,153). Sum of RGB (Red+Green+Blue) = 75+57+153=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #4B3999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3999 is #B4C666. Grayscale: #484848. Windows color (decimal): -11847271 or 10041675. OLE color: 10041675.
HSL color Cylindrical-coordinate representation of color #4B3999: hue angle of 251.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B3999 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 75 | 57 | 153 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.4 |
| HSL | 251.25º | 0.46% | 0.41% | - |
| HSV(B) | 251.25º | 0.63% | 0.6% | - |
| XYZ | 10.11 | 6.72 | 30.9 | - |
| YUV | 73.33 | 172.96 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 57 | 153 | 0.51 | 0.63 | 0 | 0.4 | 251.25 | 0.46 | 0.41 |
| Hex | 4B | 39 | 99 | 33 | 3F | 0 | 28 | FB | 2E | 29 |
| Octal | 113 | 71 | 231 | 63 | 77 | 0 | 50 | 373 | 56 | 51 |
| Binary | 1001011 | 111001 | 10011001 | 110011 | 111111 | 0 | 101000 | 11111011 | 101110 | 101001 |
Color Harmonies of #4B3999
Complementary color
Monochromatic Colors of #4B3999
Black with #4B3999
Text Example
Text Example
White with #4B3999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3999; }
p { color: rgb(75,57,153); }
H1.HeaderClassName
{
color: #4B3999;
}
.AnyTagClassName
{
color: #4B3999;
}
</style>
background-color css
<style>
a { background-color: #4B3999; }
a { background-color: rgb(75,57,153); }
div.DivClassName
{
background-color: #4B3999;
}
.BgClassName
{
background-color: #4B3999;
}
</style>
border-color css
<style>
span { border-color: #4B3999; }
span { border-color: rgb(75,57,153); }
td.TdClassName
{
border-color: #4B3999;
}
.TagClassName
{
border-color: #4B3999;
}
</style>