Shades of Rich Blue #4F44BA
Tints of Rich Blue #4F44BA
RGB
CMYK
RGB Variations
Color information
#4F44BA (or 0x4F44BA) is known color: Rich Blue. HEX triplet: 4F, 44 and BA. RGB value is (79,68,186). Sum of RGB (Red+Green+Blue) = 79+68+186=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F44BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F44BA is #B0BB45. Grayscale: #545454. Windows color (decimal): -11582278 or 12207183. OLE color: 12207183.
HSL color Cylindrical-coordinate representation of color #4F44BA: hue angle of 245.59º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F44BA is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 68 | 186 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.27 |
| HSL | 245.59º | 0.46% | 0.5% | - |
| HSV(B) | 245.59º | 0.63% | 0.73% | - |
| XYZ | 14.15 | 9.34 | 47.51 | - |
| YUV | 84.74 | 185.14 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 68 | 186 | 0.58 | 0.63 | 0 | 0.27 | 245.59 | 0.46 | 0.5 |
| Hex | 4F | 44 | BA | 3A | 3F | 0 | 1B | F6 | 2E | 32 |
| Octal | 117 | 104 | 272 | 72 | 77 | 0 | 33 | 366 | 56 | 62 |
| Binary | 1001111 | 1000100 | 10111010 | 111010 | 111111 | 0 | 11011 | 11110110 | 101110 | 110010 |
Color Harmonies of #4F44BA
Complementary color
Monochromatic Colors of #4F44BA
Black with #4F44BA
Text Example
Text Example
White with #4F44BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F44BA; }
p { color: rgb(79,68,186); }
H1.HeaderClassName
{
color: #4F44BA;
}
.AnyTagClassName
{
color: #4F44BA;
}
</style>
background-color css
<style>
a { background-color: #4F44BA; }
a { background-color: rgb(79,68,186); }
div.DivClassName
{
background-color: #4F44BA;
}
.BgClassName
{
background-color: #4F44BA;
}
</style>
border-color css
<style>
span { border-color: #4F44BA; }
span { border-color: rgb(79,68,186); }
td.TdClassName
{
border-color: #4F44BA;
}
.TagClassName
{
border-color: #4F44BA;
}
</style>