Shades of Blue Gem #4B2298
Tints of Blue Gem #4B2298
RGB
CMYK
RGB Variations
Color information
#4B2298 (or 0x4B2298) is known color: Blue Gem. HEX triplet: 4B, 22 and 98. RGB value is (75,34,152). Sum of RGB (Red+Green+Blue) = 75+34+152=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #4B2298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2298 is #B4DD67. Grayscale: #3B3B3B. Windows color (decimal): -11853160 or 9970251. OLE color: 9970251.
HSL color Cylindrical-coordinate representation of color #4B2298: hue angle of 260.85º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B2298 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 75 | 34 | 152 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.40 |
| HSL | 260.85º | 0.63% | 0.36% | - |
| HSV(B) | 260.85º | 0.78% | 0.6% | - |
| XYZ | 9.14 | 4.91 | 30.17 | - |
| YUV | 59.71 | 180.08 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 152 | 0.51 | 0.78 | 0 | 0.40 | 260.85 | 0.63 | 0.36 |
| Hex | 4B | 22 | 98 | 33 | 4E | 0 | 28 | 105 | 3F | 24 |
| Octal | 113 | 42 | 230 | 63 | 116 | 0 | 50 | 405 | 77 | 44 |
| Binary | 1001011 | 100010 | 10011000 | 110011 | 1001110 | 0 | 101000 | 100000101 | 111111 | 100100 |
Color Harmonies of #4B2298
Complementary color
Monochromatic Colors of #4B2298
Black with #4B2298
Text Example
Text Example
White with #4B2298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2298; }
p { color: rgb(75,34,152); }
H1.HeaderClassName
{
color: #4B2298;
}
.AnyTagClassName
{
color: #4B2298;
}
</style>
background-color css
<style>
a { background-color: #4B2298; }
a { background-color: rgb(75,34,152); }
div.DivClassName
{
background-color: #4B2298;
}
.BgClassName
{
background-color: #4B2298;
}
</style>
border-color css
<style>
span { border-color: #4B2298; }
span { border-color: rgb(75,34,152); }
td.TdClassName
{
border-color: #4B2298;
}
.TagClassName
{
border-color: #4B2298;
}
</style>