Shades of Rich Blue #4E5FAC
Tints of Rich Blue #4E5FAC
RGB
CMYK
RGB Variations
Color information
#4E5FAC (or 0x4E5FAC) is known color: Rich Blue. HEX triplet: 4E, 5F and AC. RGB value is (78,95,172). Sum of RGB (Red+Green+Blue) = 78+95+172=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E5FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5FAC is #B1A053. Grayscale: #626262. Windows color (decimal): -11640916 or 11296590. OLE color: 11296590.
HSL color Cylindrical-coordinate representation of color #4E5FAC: hue angle of 229.15º 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 #4E5FAC is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 95 | 172 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.33 |
| HSL | 229.15º | 0.38% | 0.49% | - |
| HSV(B) | 229.15º | 0.55% | 0.67% | - |
| XYZ | 14.68 | 12.78 | 40.72 | - |
| YUV | 98.7 | 169.37 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 95 | 172 | 0.55 | 0.45 | 0 | 0.33 | 229.15 | 0.38 | 0.49 |
| Hex | 4E | 5F | AC | 37 | 2D | 0 | 21 | E5 | 26 | 31 |
| Octal | 116 | 137 | 254 | 67 | 55 | 0 | 41 | 345 | 46 | 61 |
| Binary | 1001110 | 1011111 | 10101100 | 110111 | 101101 | 0 | 100001 | 11100101 | 100110 | 110001 |
Color Harmonies of #4E5FAC
Complementary color
Monochromatic Colors of #4E5FAC
Black with #4E5FAC
Text Example
Text Example
White with #4E5FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5FAC; }
p { color: rgb(78,95,172); }
H1.HeaderClassName
{
color: #4E5FAC;
}
.AnyTagClassName
{
color: #4E5FAC;
}
</style>
background-color css
<style>
a { background-color: #4E5FAC; }
a { background-color: rgb(78,95,172); }
div.DivClassName
{
background-color: #4E5FAC;
}
.BgClassName
{
background-color: #4E5FAC;
}
</style>
border-color css
<style>
span { border-color: #4E5FAC; }
span { border-color: rgb(78,95,172); }
td.TdClassName
{
border-color: #4E5FAC;
}
.TagClassName
{
border-color: #4E5FAC;
}
</style>