Shades of Rich Blue #4F41BB
Tints of Rich Blue #4F41BB
RGB
CMYK
RGB Variations
Color information
#4F41BB (or 0x4F41BB) is known color: Rich Blue. HEX triplet: 4F, 41 and BB. RGB value is (79,65,187). Sum of RGB (Red+Green+Blue) = 79+65+187=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #4F41BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F41BB is #B0BE44. Grayscale: #525252. Windows color (decimal): -11583045 or 12271951. OLE color: 12271951.
HSL color Cylindrical-coordinate representation of color #4F41BB: hue angle of 246.89º 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 #4F41BB is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 65 | 187 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.27 |
| HSL | 246.89º | 0.48% | 0.49% | - |
| HSV(B) | 246.89º | 0.65% | 0.73% | - |
| XYZ | 14.08 | 9.03 | 48.01 | - |
| YUV | 83.09 | 186.64 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 187 | 0.58 | 0.65 | 0 | 0.27 | 246.89 | 0.48 | 0.49 |
| Hex | 4F | 41 | BB | 3A | 41 | 0 | 1B | F7 | 30 | 31 |
| Octal | 117 | 101 | 273 | 72 | 101 | 0 | 33 | 367 | 60 | 61 |
| Binary | 1001111 | 1000001 | 10111011 | 111010 | 1000001 | 0 | 11011 | 11110111 | 110000 | 110001 |
Color Harmonies of #4F41BB
Complementary color
Monochromatic Colors of #4F41BB
Black with #4F41BB
Text Example
Text Example
White with #4F41BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F41BB; }
p { color: rgb(79,65,187); }
H1.HeaderClassName
{
color: #4F41BB;
}
.AnyTagClassName
{
color: #4F41BB;
}
</style>
background-color css
<style>
a { background-color: #4F41BB; }
a { background-color: rgb(79,65,187); }
div.DivClassName
{
background-color: #4F41BB;
}
.BgClassName
{
background-color: #4F41BB;
}
</style>
border-color css
<style>
span { border-color: #4F41BB; }
span { border-color: rgb(79,65,187); }
td.TdClassName
{
border-color: #4F41BB;
}
.TagClassName
{
border-color: #4F41BB;
}
</style>