Shades of Rich Blue #4E5AAC
Tints of Rich Blue #4E5AAC
RGB
CMYK
RGB Variations
Color information
#4E5AAC (or 0x4E5AAC) is known color: Rich Blue. HEX triplet: 4E, 5A and AC. RGB value is (78,90,172). Sum of RGB (Red+Green+Blue) = 78+90+172=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E5AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5AAC is #B1A553. Grayscale: #5F5F5F. Windows color (decimal): -11642196 or 11295310. OLE color: 11295310.
HSL color Cylindrical-coordinate representation of color #4E5AAC: hue angle of 232.34º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E5AAC is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 90 | 172 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.33 |
| HSL | 232.34º | 0.38% | 0.49% | - |
| HSV(B) | 232.34º | 0.55% | 0.67% | - |
| XYZ | 14.24 | 11.91 | 40.58 | - |
| YUV | 95.76 | 171.02 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 90 | 172 | 0.55 | 0.48 | 0 | 0.33 | 232.34 | 0.38 | 0.49 |
| Hex | 4E | 5A | AC | 37 | 30 | 0 | 21 | E8 | 26 | 31 |
| Octal | 116 | 132 | 254 | 67 | 60 | 0 | 41 | 350 | 46 | 61 |
| Binary | 1001110 | 1011010 | 10101100 | 110111 | 110000 | 0 | 100001 | 11101000 | 100110 | 110001 |
Color Harmonies of #4E5AAC
Complementary color
Monochromatic Colors of #4E5AAC
Black with #4E5AAC
Text Example
Text Example
White with #4E5AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5AAC; }
p { color: rgb(78,90,172); }
H1.HeaderClassName
{
color: #4E5AAC;
}
.AnyTagClassName
{
color: #4E5AAC;
}
</style>
background-color css
<style>
a { background-color: #4E5AAC; }
a { background-color: rgb(78,90,172); }
div.DivClassName
{
background-color: #4E5AAC;
}
.BgClassName
{
background-color: #4E5AAC;
}
</style>
border-color css
<style>
span { border-color: #4E5AAC; }
span { border-color: rgb(78,90,172); }
td.TdClassName
{
border-color: #4E5AAC;
}
.TagClassName
{
border-color: #4E5AAC;
}
</style>