Shades of Rich Blue #4F4DBB
Tints of Rich Blue #4F4DBB
RGB
CMYK
RGB Variations
Color information
#4F4DBB (or 0x4F4DBB) is known color: Rich Blue. HEX triplet: 4F, 4D and BB. RGB value is (79,77,187). Sum of RGB (Red+Green+Blue) = 79+77+187=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #4F4DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F4DBB is #B0B244. Grayscale: #595959. Windows color (decimal): -11579973 or 12275023. OLE color: 12275023.
HSL color Cylindrical-coordinate representation of color #4F4DBB: hue angle of 241.09º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F4DBB is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 77 | 187 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.27 |
| HSL | 241.09º | 0.45% | 0.52% | - |
| HSV(B) | 241.09º | 0.59% | 0.73% | - |
| XYZ | 14.85 | 10.56 | 48.27 | - |
| YUV | 90.14 | 182.66 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 77 | 187 | 0.58 | 0.59 | 0 | 0.27 | 241.09 | 0.45 | 0.52 |
| Hex | 4F | 4D | BB | 3A | 3B | 0 | 1B | F1 | 2D | 34 |
| Octal | 117 | 115 | 273 | 72 | 73 | 0 | 33 | 361 | 55 | 64 |
| Binary | 1001111 | 1001101 | 10111011 | 111010 | 111011 | 0 | 11011 | 11110001 | 101101 | 110100 |
Color Harmonies of #4F4DBB
Complementary color
Monochromatic Colors of #4F4DBB
Black with #4F4DBB
Text Example
Text Example
White with #4F4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4DBB; }
p { color: rgb(79,77,187); }
H1.HeaderClassName
{
color: #4F4DBB;
}
.AnyTagClassName
{
color: #4F4DBB;
}
</style>
background-color css
<style>
a { background-color: #4F4DBB; }
a { background-color: rgb(79,77,187); }
div.DivClassName
{
background-color: #4F4DBB;
}
.BgClassName
{
background-color: #4F4DBB;
}
</style>
border-color css
<style>
span { border-color: #4F4DBB; }
span { border-color: rgb(79,77,187); }
td.TdClassName
{
border-color: #4F4DBB;
}
.TagClassName
{
border-color: #4F4DBB;
}
</style>