Shades of Rich Blue #4E5BAC
Tints of Rich Blue #4E5BAC
RGB
CMYK
RGB Variations
Color information
#4E5BAC (or 0x4E5BAC) is known color: Rich Blue. HEX triplet: 4E, 5B and AC. RGB value is (78,91,172). Sum of RGB (Red+Green+Blue) = 78+91+172=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E5BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5BAC is #B1A453. Grayscale: #606060. Windows color (decimal): -11641940 or 11295566. OLE color: 11295566.
HSL color Cylindrical-coordinate representation of color #4E5BAC: hue angle of 231.7º 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 #4E5BAC is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 91 | 172 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.33 |
| HSL | 231.7º | 0.38% | 0.49% | - |
| HSV(B) | 231.7º | 0.55% | 0.67% | - |
| XYZ | 14.33 | 12.08 | 40.61 | - |
| YUV | 96.35 | 170.69 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 172 | 0.55 | 0.47 | 0 | 0.33 | 231.7 | 0.38 | 0.49 |
| Hex | 4E | 5B | AC | 37 | 2F | 0 | 21 | E8 | 26 | 31 |
| Octal | 116 | 133 | 254 | 67 | 57 | 0 | 41 | 350 | 46 | 61 |
| Binary | 1001110 | 1011011 | 10101100 | 110111 | 101111 | 0 | 100001 | 11101000 | 100110 | 110001 |
Color Harmonies of #4E5BAC
Complementary color
Monochromatic Colors of #4E5BAC
Black with #4E5BAC
Text Example
Text Example
White with #4E5BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5BAC; }
p { color: rgb(78,91,172); }
H1.HeaderClassName
{
color: #4E5BAC;
}
.AnyTagClassName
{
color: #4E5BAC;
}
</style>
background-color css
<style>
a { background-color: #4E5BAC; }
a { background-color: rgb(78,91,172); }
div.DivClassName
{
background-color: #4E5BAC;
}
.BgClassName
{
background-color: #4E5BAC;
}
</style>
border-color css
<style>
span { border-color: #4E5BAC; }
span { border-color: rgb(78,91,172); }
td.TdClassName
{
border-color: #4E5BAC;
}
.TagClassName
{
border-color: #4E5BAC;
}
</style>