Shades of Blue Gem #4B299B
Tints of Blue Gem #4B299B
RGB
CMYK
RGB Variations
Color information
#4B299B (or 0x4B299B) is known color: Blue Gem. HEX triplet: 4B, 29 and 9B. RGB value is (75,41,155). Sum of RGB (Red+Green+Blue) = 75+41+155=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B299B is #B4D664. Grayscale: #3F3F3F. Windows color (decimal): -11851365 or 10168651. OLE color: 10168651.
HSL color Cylindrical-coordinate representation of color #4B299B: hue angle of 257.89º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B299B is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 41 | 155 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.39 |
| HSL | 257.89º | 0.58% | 0.38% | - |
| HSV(B) | 257.89º | 0.74% | 0.61% | - |
| XYZ | 9.61 | 5.45 | 31.56 | - |
| YUV | 64.16 | 179.26 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 41 | 155 | 0.52 | 0.74 | 0 | 0.39 | 257.89 | 0.58 | 0.38 |
| Hex | 4B | 29 | 9B | 34 | 4A | 0 | 27 | 102 | 3A | 26 |
| Octal | 113 | 51 | 233 | 64 | 112 | 0 | 47 | 402 | 72 | 46 |
| Binary | 1001011 | 101001 | 10011011 | 110100 | 1001010 | 0 | 100111 | 100000010 | 111010 | 100110 |
Color Harmonies of #4B299B
Complementary color
Monochromatic Colors of #4B299B
Black with #4B299B
Text Example
Text Example
White with #4B299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B299B; }
p { color: rgb(75,41,155); }
H1.HeaderClassName
{
color: #4B299B;
}
.AnyTagClassName
{
color: #4B299B;
}
</style>
background-color css
<style>
a { background-color: #4B299B; }
a { background-color: rgb(75,41,155); }
div.DivClassName
{
background-color: #4B299B;
}
.BgClassName
{
background-color: #4B299B;
}
</style>
border-color css
<style>
span { border-color: #4B299B; }
span { border-color: rgb(75,41,155); }
td.TdClassName
{
border-color: #4B299B;
}
.TagClassName
{
border-color: #4B299B;
}
</style>