Shades of Rich Blue #4F44BF
Tints of Rich Blue #4F44BF
RGB
CMYK
RGB Variations
Color information
#4F44BF (or 0x4F44BF) is known color: Rich Blue. HEX triplet: 4F, 44 and BF. RGB value is (79,68,191). Sum of RGB (Red+Green+Blue) = 79+68+191=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F44BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F44BF is #B0BB40. Grayscale: #545454. Windows color (decimal): -11582273 or 12534863. OLE color: 12534863.
HSL color Cylindrical-coordinate representation of color #4F44BF: hue angle of 245.37º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F44BF is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 68 | 191 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.25 |
| HSL | 245.37º | 0.49% | 0.51% | - |
| HSV(B) | 245.37º | 0.64% | 0.75% | - |
| XYZ | 14.7 | 9.56 | 50.36 | - |
| YUV | 85.31 | 187.64 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 68 | 191 | 0.59 | 0.64 | 0 | 0.25 | 245.37 | 0.49 | 0.51 |
| Hex | 4F | 44 | BF | 3B | 40 | 0 | 19 | F5 | 31 | 33 |
| Octal | 117 | 104 | 277 | 73 | 100 | 0 | 31 | 365 | 61 | 63 |
| Binary | 1001111 | 1000100 | 10111111 | 111011 | 1000000 | 0 | 11001 | 11110101 | 110001 | 110011 |
Color Harmonies of #4F44BF
Complementary color
Monochromatic Colors of #4F44BF
Black with #4F44BF
Text Example
Text Example
White with #4F44BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F44BF; }
p { color: rgb(79,68,191); }
H1.HeaderClassName
{
color: #4F44BF;
}
.AnyTagClassName
{
color: #4F44BF;
}
</style>
background-color css
<style>
a { background-color: #4F44BF; }
a { background-color: rgb(79,68,191); }
div.DivClassName
{
background-color: #4F44BF;
}
.BgClassName
{
background-color: #4F44BF;
}
</style>
border-color css
<style>
span { border-color: #4F44BF; }
span { border-color: rgb(79,68,191); }
td.TdClassName
{
border-color: #4F44BF;
}
.TagClassName
{
border-color: #4F44BF;
}
</style>