Shades of Rich Blue #4B4EAB
Tints of Rich Blue #4B4EAB
RGB
CMYK
RGB Variations
Color information
#4B4EAB (or 0x4B4EAB) is known color: Rich Blue. HEX triplet: 4B, 4E and AB. RGB value is (75,78,171). Sum of RGB (Red+Green+Blue) = 75+78+171=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B4EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B4EAB is #B4B154. Grayscale: #575757. Windows color (decimal): -11841877 or 11226699. OLE color: 11226699.
HSL color Cylindrical-coordinate representation of color #4B4EAB: hue angle of 238.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B4EAB is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 78 | 171 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.33 |
| HSL | 238.13º | 0.39% | 0.48% | - |
| HSV(B) | 238.13º | 0.56% | 0.67% | - |
| XYZ | 12.98 | 9.88 | 39.75 | - |
| YUV | 87.71 | 175.01 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 78 | 171 | 0.56 | 0.54 | 0 | 0.33 | 238.13 | 0.39 | 0.48 |
| Hex | 4B | 4E | AB | 38 | 36 | 0 | 21 | EE | 27 | 30 |
| Octal | 113 | 116 | 253 | 70 | 66 | 0 | 41 | 356 | 47 | 60 |
| Binary | 1001011 | 1001110 | 10101011 | 111000 | 110110 | 0 | 100001 | 11101110 | 100111 | 110000 |
Color Harmonies of #4B4EAB
Complementary color
Monochromatic Colors of #4B4EAB
Black with #4B4EAB
Text Example
Text Example
White with #4B4EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4EAB; }
p { color: rgb(75,78,171); }
H1.HeaderClassName
{
color: #4B4EAB;
}
.AnyTagClassName
{
color: #4B4EAB;
}
</style>
background-color css
<style>
a { background-color: #4B4EAB; }
a { background-color: rgb(75,78,171); }
div.DivClassName
{
background-color: #4B4EAB;
}
.BgClassName
{
background-color: #4B4EAB;
}
</style>
border-color css
<style>
span { border-color: #4B4EAB; }
span { border-color: rgb(75,78,171); }
td.TdClassName
{
border-color: #4B4EAB;
}
.TagClassName
{
border-color: #4B4EAB;
}
</style>