Shades of Rich Blue #4E4FAF
Tints of Rich Blue #4E4FAF
RGB
CMYK
RGB Variations
Color information
#4E4FAF (or 0x4E4FAF) is known color: Rich Blue. HEX triplet: 4E, 4F and AF. RGB value is (78,79,175). Sum of RGB (Red+Green+Blue) = 78+79+175=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E4FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E4FAF is #B1B050. Grayscale: #595959. Windows color (decimal): -11645009 or 11489102. OLE color: 11489102.
HSL color Cylindrical-coordinate representation of color #4E4FAF: hue angle of 239.38º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E4FAF is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 79 | 175 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.31 |
| HSL | 239.38º | 0.38% | 0.5% | - |
| HSV(B) | 239.38º | 0.55% | 0.69% | - |
| XYZ | 13.68 | 10.31 | 41.83 | - |
| YUV | 89.65 | 176.17 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 175 | 0.55 | 0.55 | 0 | 0.31 | 239.38 | 0.38 | 0.5 |
| Hex | 4E | 4F | AF | 37 | 37 | 0 | 1F | EF | 26 | 32 |
| Octal | 116 | 117 | 257 | 67 | 67 | 0 | 37 | 357 | 46 | 62 |
| Binary | 1001110 | 1001111 | 10101111 | 110111 | 110111 | 0 | 11111 | 11101111 | 100110 | 110010 |
Color Harmonies of #4E4FAF
Complementary color
Monochromatic Colors of #4E4FAF
Black with #4E4FAF
Text Example
Text Example
White with #4E4FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4FAF; }
p { color: rgb(78,79,175); }
H1.HeaderClassName
{
color: #4E4FAF;
}
.AnyTagClassName
{
color: #4E4FAF;
}
</style>
background-color css
<style>
a { background-color: #4E4FAF; }
a { background-color: rgb(78,79,175); }
div.DivClassName
{
background-color: #4E4FAF;
}
.BgClassName
{
background-color: #4E4FAF;
}
</style>
border-color css
<style>
span { border-color: #4E4FAF; }
span { border-color: rgb(78,79,175); }
td.TdClassName
{
border-color: #4E4FAF;
}
.TagClassName
{
border-color: #4E4FAF;
}
</style>