Shades of Rich Blue #4F4FBB
Tints of Rich Blue #4F4FBB
RGB
CMYK
RGB Variations
Color information
#4F4FBB (or 0x4F4FBB) is known color: Rich Blue. HEX triplet: 4F, 4F and BB. RGB value is (79,79,187). Sum of RGB (Red+Green+Blue) = 79+79+187=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #4F4FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F4FBB is #B0B044. Grayscale: #5A5A5A. Windows color (decimal): -11579461 or 12275535. OLE color: 12275535.
HSL color Cylindrical-coordinate representation of color #4F4FBB: hue angle of 240º 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 #4F4FBB is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 79 | 187 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.27 |
| HSL | 240º | 0.44% | 0.52% | - |
| HSV(B) | 240º | 0.58% | 0.73% | - |
| XYZ | 14.99 | 10.84 | 48.32 | - |
| YUV | 91.31 | 182 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 79 | 187 | 0.58 | 0.58 | 0 | 0.27 | 240 | 0.44 | 0.52 |
| Hex | 4F | 4F | BB | 3A | 3A | 0 | 1B | F0 | 2C | 34 |
| Octal | 117 | 117 | 273 | 72 | 72 | 0 | 33 | 360 | 54 | 64 |
| Binary | 1001111 | 1001111 | 10111011 | 111010 | 111010 | 0 | 11011 | 11110000 | 101100 | 110100 |
Color Harmonies of #4F4FBB
Complementary color
Monochromatic Colors of #4F4FBB
Black with #4F4FBB
Text Example
Text Example
White with #4F4FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4FBB; }
p { color: rgb(79,79,187); }
H1.HeaderClassName
{
color: #4F4FBB;
}
.AnyTagClassName
{
color: #4F4FBB;
}
</style>
background-color css
<style>
a { background-color: #4F4FBB; }
a { background-color: rgb(79,79,187); }
div.DivClassName
{
background-color: #4F4FBB;
}
.BgClassName
{
background-color: #4F4FBB;
}
</style>
border-color css
<style>
span { border-color: #4F4FBB; }
span { border-color: rgb(79,79,187); }
td.TdClassName
{
border-color: #4F4FBB;
}
.TagClassName
{
border-color: #4F4FBB;
}
</style>