Shades of Rich Blue #4F4DAE
Tints of Rich Blue #4F4DAE
RGB
CMYK
RGB Variations
Color information
#4F4DAE (or 0x4F4DAE) is known color: Rich Blue. HEX triplet: 4F, 4D and AE. RGB value is (79,77,174). Sum of RGB (Red+Green+Blue) = 79+77+174=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F4DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F4DAE is #B0B251. Grayscale: #585858. Windows color (decimal): -11579986 or 11423055. OLE color: 11423055.
HSL color Cylindrical-coordinate representation of color #4F4DAE: hue angle of 241.24º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F4DAE is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 77 | 174 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.32 |
| HSL | 241.24º | 0.39% | 0.49% | - |
| HSV(B) | 241.24º | 0.56% | 0.68% | - |
| XYZ | 13.52 | 10.03 | 41.27 | - |
| YUV | 88.66 | 176.16 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 77 | 174 | 0.55 | 0.56 | 0 | 0.32 | 241.24 | 0.39 | 0.49 |
| Hex | 4F | 4D | AE | 37 | 38 | 0 | 20 | F1 | 27 | 31 |
| Octal | 117 | 115 | 256 | 67 | 70 | 0 | 40 | 361 | 47 | 61 |
| Binary | 1001111 | 1001101 | 10101110 | 110111 | 111000 | 0 | 100000 | 11110001 | 100111 | 110001 |
Color Harmonies of #4F4DAE
Complementary color
Monochromatic Colors of #4F4DAE
Black with #4F4DAE
Text Example
Text Example
White with #4F4DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4DAE; }
p { color: rgb(79,77,174); }
H1.HeaderClassName
{
color: #4F4DAE;
}
.AnyTagClassName
{
color: #4F4DAE;
}
</style>
background-color css
<style>
a { background-color: #4F4DAE; }
a { background-color: rgb(79,77,174); }
div.DivClassName
{
background-color: #4F4DAE;
}
.BgClassName
{
background-color: #4F4DAE;
}
</style>
border-color css
<style>
span { border-color: #4F4DAE; }
span { border-color: rgb(79,77,174); }
td.TdClassName
{
border-color: #4F4DAE;
}
.TagClassName
{
border-color: #4F4DAE;
}
</style>