Shades of Rich Blue #4E5DAC
Tints of Rich Blue #4E5DAC
RGB
CMYK
RGB Variations
Color information
#4E5DAC (or 0x4E5DAC) is known color: Rich Blue. HEX triplet: 4E, 5D and AC. RGB value is (78,93,172). Sum of RGB (Red+Green+Blue) = 78+93+172=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E5DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5DAC is #B1A253. Grayscale: #616161. Windows color (decimal): -11641428 or 11296078. OLE color: 11296078.
HSL color Cylindrical-coordinate representation of color #4E5DAC: hue angle of 230.43º 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 #4E5DAC is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 93 | 172 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.33 |
| HSL | 230.43º | 0.38% | 0.49% | - |
| HSV(B) | 230.43º | 0.55% | 0.67% | - |
| XYZ | 14.5 | 12.43 | 40.66 | - |
| YUV | 97.52 | 170.03 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 93 | 172 | 0.55 | 0.46 | 0 | 0.33 | 230.43 | 0.38 | 0.49 |
| Hex | 4E | 5D | AC | 37 | 2E | 0 | 21 | E6 | 26 | 31 |
| Octal | 116 | 135 | 254 | 67 | 56 | 0 | 41 | 346 | 46 | 61 |
| Binary | 1001110 | 1011101 | 10101100 | 110111 | 101110 | 0 | 100001 | 11100110 | 100110 | 110001 |
Color Harmonies of #4E5DAC
Complementary color
Monochromatic Colors of #4E5DAC
Black with #4E5DAC
Text Example
Text Example
White with #4E5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5DAC; }
p { color: rgb(78,93,172); }
H1.HeaderClassName
{
color: #4E5DAC;
}
.AnyTagClassName
{
color: #4E5DAC;
}
</style>
background-color css
<style>
a { background-color: #4E5DAC; }
a { background-color: rgb(78,93,172); }
div.DivClassName
{
background-color: #4E5DAC;
}
.BgClassName
{
background-color: #4E5DAC;
}
</style>
border-color css
<style>
span { border-color: #4E5DAC; }
span { border-color: rgb(78,93,172); }
td.TdClassName
{
border-color: #4E5DAC;
}
.TagClassName
{
border-color: #4E5DAC;
}
</style>