Shades of Rich Blue #4E4FBB
Tints of Rich Blue #4E4FBB
RGB
CMYK
RGB Variations
Color information
#4E4FBB (or 0x4E4FBB) is known color: Rich Blue. HEX triplet: 4E, 4F and BB. RGB value is (78,79,187). Sum of RGB (Red+Green+Blue) = 78+79+187=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E4FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4FBB is #B1B044. Grayscale: #5A5A5A. Windows color (decimal): -11644997 or 12275534. OLE color: 12275534.
HSL color Cylindrical-coordinate representation of color #4E4FBB: hue angle of 239.45º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E4FBB is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 79 | 187 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.27 |
| HSL | 239.45º | 0.44% | 0.52% | - |
| HSV(B) | 239.45º | 0.58% | 0.73% | - |
| XYZ | 14.91 | 10.8 | 48.31 | - |
| YUV | 91.01 | 182.17 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 187 | 0.58 | 0.58 | 0 | 0.27 | 239.45 | 0.44 | 0.52 |
| Hex | 4E | 4F | BB | 3A | 3A | 0 | 1B | EF | 2C | 34 |
| Octal | 116 | 117 | 273 | 72 | 72 | 0 | 33 | 357 | 54 | 64 |
| Binary | 1001110 | 1001111 | 10111011 | 111010 | 111010 | 0 | 11011 | 11101111 | 101100 | 110100 |
Color Harmonies of #4E4FBB
Complementary color
Monochromatic Colors of #4E4FBB
Black with #4E4FBB
Text Example
Text Example
White with #4E4FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4FBB; }
p { color: rgb(78,79,187); }
H1.HeaderClassName
{
color: #4E4FBB;
}
.AnyTagClassName
{
color: #4E4FBB;
}
</style>
background-color css
<style>
a { background-color: #4E4FBB; }
a { background-color: rgb(78,79,187); }
div.DivClassName
{
background-color: #4E4FBB;
}
.BgClassName
{
background-color: #4E4FBB;
}
</style>
border-color css
<style>
span { border-color: #4E4FBB; }
span { border-color: rgb(78,79,187); }
td.TdClassName
{
border-color: #4E4FBB;
}
.TagClassName
{
border-color: #4E4FBB;
}
</style>