Shades of Rich Blue #4E5CAA
Tints of Rich Blue #4E5CAA
RGB
CMYK
RGB Variations
Color information
#4E5CAA (or 0x4E5CAA) is known color: Rich Blue. HEX triplet: 4E, 5C and AA. RGB value is (78,92,170). Sum of RGB (Red+Green+Blue) = 78+92+170=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E5CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5CAA is #B1A355. Grayscale: #606060. Windows color (decimal): -11641686 or 11164750. OLE color: 11164750.
HSL color Cylindrical-coordinate representation of color #4E5CAA: hue angle of 230.87º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E5CAA is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 92 | 170 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.33 |
| HSL | 230.87º | 0.37% | 0.49% | - |
| HSV(B) | 230.87º | 0.54% | 0.67% | - |
| XYZ | 14.22 | 12.18 | 39.63 | - |
| YUV | 96.71 | 169.36 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 92 | 170 | 0.54 | 0.46 | 0 | 0.33 | 230.87 | 0.37 | 0.49 |
| Hex | 4E | 5C | AA | 36 | 2E | 0 | 21 | E7 | 25 | 31 |
| Octal | 116 | 134 | 252 | 66 | 56 | 0 | 41 | 347 | 45 | 61 |
| Binary | 1001110 | 1011100 | 10101010 | 110110 | 101110 | 0 | 100001 | 11100111 | 100101 | 110001 |
Color Harmonies of #4E5CAA
Complementary color
Monochromatic Colors of #4E5CAA
Black with #4E5CAA
Text Example
Text Example
White with #4E5CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5CAA; }
p { color: rgb(78,92,170); }
H1.HeaderClassName
{
color: #4E5CAA;
}
.AnyTagClassName
{
color: #4E5CAA;
}
</style>
background-color css
<style>
a { background-color: #4E5CAA; }
a { background-color: rgb(78,92,170); }
div.DivClassName
{
background-color: #4E5CAA;
}
.BgClassName
{
background-color: #4E5CAA;
}
</style>
border-color css
<style>
span { border-color: #4E5CAA; }
span { border-color: rgb(78,92,170); }
td.TdClassName
{
border-color: #4E5CAA;
}
.TagClassName
{
border-color: #4E5CAA;
}
</style>