Shades of Blue Gem #4B3898
Tints of Blue Gem #4B3898
RGB
CMYK
RGB Variations
Color information
#4B3898 (or 0x4B3898) is known color: Blue Gem. HEX triplet: 4B, 38 and 98. RGB value is (75,56,152). Sum of RGB (Red+Green+Blue) = 75+56+152=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #4B3898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3898 is #B4C767. Grayscale: #484848. Windows color (decimal): -11847528 or 9975883. OLE color: 9975883.
HSL color Cylindrical-coordinate representation of color #4B3898: hue angle of 251.87º 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 #4B3898 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 75 | 56 | 152 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.40 |
| HSL | 251.88º | 0.46% | 0.41% | - |
| HSV(B) | 251.88º | 0.63% | 0.6% | - |
| XYZ | 9.98 | 6.59 | 30.45 | - |
| YUV | 72.63 | 172.79 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 56 | 152 | 0.51 | 0.63 | 0 | 0.40 | 251.88 | 0.46 | 0.41 |
| Hex | 4B | 38 | 98 | 33 | 3F | 0 | 28 | FC | 2E | 29 |
| Octal | 113 | 70 | 230 | 63 | 77 | 0 | 50 | 374 | 56 | 51 |
| Binary | 1001011 | 111000 | 10011000 | 110011 | 111111 | 0 | 101000 | 11111100 | 101110 | 101001 |
Color Harmonies of #4B3898
Complementary color
Monochromatic Colors of #4B3898
Black with #4B3898
Text Example
Text Example
White with #4B3898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3898; }
p { color: rgb(75,56,152); }
H1.HeaderClassName
{
color: #4B3898;
}
.AnyTagClassName
{
color: #4B3898;
}
</style>
background-color css
<style>
a { background-color: #4B3898; }
a { background-color: rgb(75,56,152); }
div.DivClassName
{
background-color: #4B3898;
}
.BgClassName
{
background-color: #4B3898;
}
</style>
border-color css
<style>
span { border-color: #4B3898; }
span { border-color: rgb(75,56,152); }
td.TdClassName
{
border-color: #4B3898;
}
.TagClassName
{
border-color: #4B3898;
}
</style>