Shades of Rich Blue #4F41BA
Tints of Rich Blue #4F41BA
RGB
CMYK
RGB Variations
Color information
#4F41BA (or 0x4F41BA) is known color: Rich Blue. HEX triplet: 4F, 41 and BA. RGB value is (79,65,186). Sum of RGB (Red+Green+Blue) = 79+65+186=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F41BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F41BA is #B0BE45. Grayscale: #525252. Windows color (decimal): -11583046 or 12206415. OLE color: 12206415.
HSL color Cylindrical-coordinate representation of color #4F41BA: hue angle of 246.94º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F41BA is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 65 | 186 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.27 |
| HSL | 246.94º | 0.48% | 0.49% | - |
| HSV(B) | 246.94º | 0.65% | 0.73% | - |
| XYZ | 13.98 | 8.99 | 47.45 | - |
| YUV | 82.98 | 186.14 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 186 | 0.58 | 0.65 | 0 | 0.27 | 246.94 | 0.48 | 0.49 |
| Hex | 4F | 41 | BA | 3A | 41 | 0 | 1B | F7 | 30 | 31 |
| Octal | 117 | 101 | 272 | 72 | 101 | 0 | 33 | 367 | 60 | 61 |
| Binary | 1001111 | 1000001 | 10111010 | 111010 | 1000001 | 0 | 11011 | 11110111 | 110000 | 110001 |
Color Harmonies of #4F41BA
Complementary color
Monochromatic Colors of #4F41BA
Black with #4F41BA
Text Example
Text Example
White with #4F41BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F41BA; }
p { color: rgb(79,65,186); }
H1.HeaderClassName
{
color: #4F41BA;
}
.AnyTagClassName
{
color: #4F41BA;
}
</style>
background-color css
<style>
a { background-color: #4F41BA; }
a { background-color: rgb(79,65,186); }
div.DivClassName
{
background-color: #4F41BA;
}
.BgClassName
{
background-color: #4F41BA;
}
</style>
border-color css
<style>
span { border-color: #4F41BA; }
span { border-color: rgb(79,65,186); }
td.TdClassName
{
border-color: #4F41BA;
}
.TagClassName
{
border-color: #4F41BA;
}
</style>