Shades of Rich Blue #4F44BB
Tints of Rich Blue #4F44BB
RGB
CMYK
RGB Variations
Color information
#4F44BB (or 0x4F44BB) is known color: Rich Blue. HEX triplet: 4F, 44 and BB. RGB value is (79,68,187). Sum of RGB (Red+Green+Blue) = 79+68+187=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #4F44BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F44BB is #B0BB44. Grayscale: #545454. Windows color (decimal): -11582277 or 12272719. OLE color: 12272719.
HSL color Cylindrical-coordinate representation of color #4F44BB: hue angle of 245.55º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F44BB is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 68 | 187 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.27 |
| HSL | 245.55º | 0.47% | 0.5% | - |
| HSV(B) | 245.55º | 0.64% | 0.73% | - |
| XYZ | 14.26 | 9.38 | 48.07 | - |
| YUV | 84.86 | 185.64 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 68 | 187 | 0.58 | 0.64 | 0 | 0.27 | 245.55 | 0.47 | 0.5 |
| Hex | 4F | 44 | BB | 3A | 40 | 0 | 1B | F6 | 2F | 32 |
| Octal | 117 | 104 | 273 | 72 | 100 | 0 | 33 | 366 | 57 | 62 |
| Binary | 1001111 | 1000100 | 10111011 | 111010 | 1000000 | 0 | 11011 | 11110110 | 101111 | 110010 |
Color Harmonies of #4F44BB
Complementary color
Monochromatic Colors of #4F44BB
Black with #4F44BB
Text Example
Text Example
White with #4F44BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F44BB; }
p { color: rgb(79,68,187); }
H1.HeaderClassName
{
color: #4F44BB;
}
.AnyTagClassName
{
color: #4F44BB;
}
</style>
background-color css
<style>
a { background-color: #4F44BB; }
a { background-color: rgb(79,68,187); }
div.DivClassName
{
background-color: #4F44BB;
}
.BgClassName
{
background-color: #4F44BB;
}
</style>
border-color css
<style>
span { border-color: #4F44BB; }
span { border-color: rgb(79,68,187); }
td.TdClassName
{
border-color: #4F44BB;
}
.TagClassName
{
border-color: #4F44BB;
}
</style>