Shades of Rich Blue #4F55BA
Tints of Rich Blue #4F55BA
RGB
CMYK
RGB Variations
Color information
#4F55BA (or 0x4F55BA) is known color: Rich Blue. HEX triplet: 4F, 55 and BA. RGB value is (79,85,186). Sum of RGB (Red+Green+Blue) = 79+85+186=350 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.57% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F55BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F55BA is #B0AA45. Grayscale: #5E5E5E. Windows color (decimal): -11577926 or 12211535. OLE color: 12211535.
HSL color Cylindrical-coordinate representation of color #4F55BA: hue angle of 236.64º 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 #4F55BA is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 85 | 186 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.27 |
| HSL | 236.64º | 0.44% | 0.52% | - |
| HSV(B) | 236.64º | 0.58% | 0.73% | - |
| XYZ | 15.34 | 11.7 | 47.91 | - |
| YUV | 94.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 186 | 0.58 | 0.54 | 0 | 0.27 | 236.64 | 0.44 | 0.52 |
| Hex | 4F | 55 | BA | 3A | 36 | 0 | 1B | ED | 2C | 34 |
| Octal | 117 | 125 | 272 | 72 | 66 | 0 | 33 | 355 | 54 | 64 |
| Binary | 1001111 | 1010101 | 10111010 | 111010 | 110110 | 0 | 11011 | 11101101 | 101100 | 110100 |
Color Harmonies of #4F55BA
Complementary color
Monochromatic Colors of #4F55BA
Black with #4F55BA
Text Example
Text Example
White with #4F55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F55BA; }
p { color: rgb(79,85,186); }
H1.HeaderClassName
{
color: #4F55BA;
}
.AnyTagClassName
{
color: #4F55BA;
}
</style>
background-color css
<style>
a { background-color: #4F55BA; }
a { background-color: rgb(79,85,186); }
div.DivClassName
{
background-color: #4F55BA;
}
.BgClassName
{
background-color: #4F55BA;
}
</style>
border-color css
<style>
span { border-color: #4F55BA; }
span { border-color: rgb(79,85,186); }
td.TdClassName
{
border-color: #4F55BA;
}
.TagClassName
{
border-color: #4F55BA;
}
</style>