Shades of Rich Blue #4F4EAD
Tints of Rich Blue #4F4EAD
RGB
CMYK
RGB Variations
Color information
#4F4EAD (or 0x4F4EAD) is known color: Rich Blue. HEX triplet: 4F, 4E and AD. RGB value is (79,78,173). Sum of RGB (Red+Green+Blue) = 79+78+173=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F4EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F4EAD is #B0B152. Grayscale: #585858. Windows color (decimal): -11579731 or 11357775. OLE color: 11357775.
HSL color Cylindrical-coordinate representation of color #4F4EAD: hue angle of 240.63º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F4EAD is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 78 | 173 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.32 |
| HSL | 240.63º | 0.38% | 0.49% | - |
| HSV(B) | 240.63º | 0.55% | 0.68% | - |
| XYZ | 13.49 | 10.13 | 40.78 | - |
| YUV | 89.13 | 175.33 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 78 | 173 | 0.54 | 0.55 | 0 | 0.32 | 240.63 | 0.38 | 0.49 |
| Hex | 4F | 4E | AD | 36 | 37 | 0 | 20 | F1 | 26 | 31 |
| Octal | 117 | 116 | 255 | 66 | 67 | 0 | 40 | 361 | 46 | 61 |
| Binary | 1001111 | 1001110 | 10101101 | 110110 | 110111 | 0 | 100000 | 11110001 | 100110 | 110001 |
Color Harmonies of #4F4EAD
Complementary color
Monochromatic Colors of #4F4EAD
Black with #4F4EAD
Text Example
Text Example
White with #4F4EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4EAD; }
p { color: rgb(79,78,173); }
H1.HeaderClassName
{
color: #4F4EAD;
}
.AnyTagClassName
{
color: #4F4EAD;
}
</style>
background-color css
<style>
a { background-color: #4F4EAD; }
a { background-color: rgb(79,78,173); }
div.DivClassName
{
background-color: #4F4EAD;
}
.BgClassName
{
background-color: #4F4EAD;
}
</style>
border-color css
<style>
span { border-color: #4F4EAD; }
span { border-color: rgb(79,78,173); }
td.TdClassName
{
border-color: #4F4EAD;
}
.TagClassName
{
border-color: #4F4EAD;
}
</style>