Shades of Rich Blue #504EA8
Tints of Rich Blue #504EA8
RGB
CMYK
RGB Variations
Color information
#504EA8 (or 0x504EA8) is known color: Rich Blue. HEX triplet: 50, 4E and A8. RGB value is (80,78,168). Sum of RGB (Red+Green+Blue) = 80+78+168=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 168 (66.02% from 255 or 51.53% from 326); Max value from RGB is 168 - color contains mainly: blue. Hex color #504EA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504EA8 is #AFB157. Grayscale: #585858. Windows color (decimal): -11514200 or 11030096. OLE color: 11030096.
HSL color Cylindrical-coordinate representation of color #504EA8: hue angle of 241.33º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #504EA8 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 78 | 168 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.34 |
| HSL | 241.33º | 0.37% | 0.48% | - |
| HSV(B) | 241.33º | 0.54% | 0.66% | - |
| XYZ | 13.1 | 9.98 | 38.28 | - |
| YUV | 88.86 | 172.66 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 168 | 0.52 | 0.54 | 0 | 0.34 | 241.33 | 0.37 | 0.48 |
| Hex | 50 | 4E | A8 | 34 | 36 | 0 | 22 | F1 | 25 | 30 |
| Octal | 120 | 116 | 250 | 64 | 66 | 0 | 42 | 361 | 45 | 60 |
| Binary | 1010000 | 1001110 | 10101000 | 110100 | 110110 | 0 | 100010 | 11110001 | 100101 | 110000 |
Color Harmonies of #504EA8
Complementary color
Monochromatic Colors of #504EA8
Black with #504EA8
Text Example
Text Example
White with #504EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504EA8; }
p { color: rgb(80,78,168); }
H1.HeaderClassName
{
color: #504EA8;
}
.AnyTagClassName
{
color: #504EA8;
}
</style>
background-color css
<style>
a { background-color: #504EA8; }
a { background-color: rgb(80,78,168); }
div.DivClassName
{
background-color: #504EA8;
}
.BgClassName
{
background-color: #504EA8;
}
</style>
border-color css
<style>
span { border-color: #504EA8; }
span { border-color: rgb(80,78,168); }
td.TdClassName
{
border-color: #504EA8;
}
.TagClassName
{
border-color: #504EA8;
}
</style>