Shades of Blue Gem #4B2995
Tints of Blue Gem #4B2995
RGB
CMYK
RGB Variations
Color information
#4B2995 (or 0x4B2995) is known color: Blue Gem. HEX triplet: 4B, 29 and 95. RGB value is (75,41,149). Sum of RGB (Red+Green+Blue) = 75+41+149=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B2995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2995 is #B4D66A. Grayscale: #3F3F3F. Windows color (decimal): -11851371 or 9775435. OLE color: 9775435.
HSL color Cylindrical-coordinate representation of color #4B2995: hue angle of 258.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B2995 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 41 | 149 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.42 |
| HSL | 258.89º | 0.57% | 0.37% | - |
| HSV(B) | 258.89º | 0.72% | 0.58% | - |
| XYZ | 9.12 | 5.25 | 28.97 | - |
| YUV | 63.48 | 176.26 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 41 | 149 | 0.50 | 0.72 | 0 | 0.42 | 258.89 | 0.57 | 0.37 |
| Hex | 4B | 29 | 95 | 32 | 48 | 0 | 2A | 103 | 39 | 25 |
| Octal | 113 | 51 | 225 | 62 | 110 | 0 | 52 | 403 | 71 | 45 |
| Binary | 1001011 | 101001 | 10010101 | 110010 | 1001000 | 0 | 101010 | 100000011 | 111001 | 100101 |
Color Harmonies of #4B2995
Complementary color
Monochromatic Colors of #4B2995
Black with #4B2995
Text Example
Text Example
White with #4B2995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2995; }
p { color: rgb(75,41,149); }
H1.HeaderClassName
{
color: #4B2995;
}
.AnyTagClassName
{
color: #4B2995;
}
</style>
background-color css
<style>
a { background-color: #4B2995; }
a { background-color: rgb(75,41,149); }
div.DivClassName
{
background-color: #4B2995;
}
.BgClassName
{
background-color: #4B2995;
}
</style>
border-color css
<style>
span { border-color: #4B2995; }
span { border-color: rgb(75,41,149); }
td.TdClassName
{
border-color: #4B2995;
}
.TagClassName
{
border-color: #4B2995;
}
</style>