Shades of Rich Blue #504FA8
Tints of Rich Blue #504FA8
RGB
CMYK
RGB Variations
Color information
#504FA8 (or 0x504FA8) is known color: Rich Blue. HEX triplet: 50, 4F and A8. RGB value is (80,79,168). Sum of RGB (Red+Green+Blue) = 80+79+168=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 168 (66.02% from 255 or 51.38% from 327); Max value from RGB is 168 - color contains mainly: blue. Hex color #504FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504FA8 is #AFB057. Grayscale: #595959. Windows color (decimal): -11513944 or 11030352. OLE color: 11030352.
HSL color Cylindrical-coordinate representation of color #504FA8: hue angle of 240.67º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #504FA8 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 79 | 168 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.34 |
| HSL | 240.67º | 0.36% | 0.48% | - |
| HSV(B) | 240.67º | 0.53% | 0.66% | - |
| XYZ | 13.17 | 10.12 | 38.31 | - |
| YUV | 89.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 168 | 0.52 | 0.53 | 0 | 0.34 | 240.67 | 0.36 | 0.48 |
| Hex | 50 | 4F | A8 | 34 | 35 | 0 | 22 | F1 | 24 | 30 |
| Octal | 120 | 117 | 250 | 64 | 65 | 0 | 42 | 361 | 44 | 60 |
| Binary | 1010000 | 1001111 | 10101000 | 110100 | 110101 | 0 | 100010 | 11110001 | 100100 | 110000 |
Color Harmonies of #504FA8
Complementary color
Monochromatic Colors of #504FA8
Black with #504FA8
Text Example
Text Example
White with #504FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504FA8; }
p { color: rgb(80,79,168); }
H1.HeaderClassName
{
color: #504FA8;
}
.AnyTagClassName
{
color: #504FA8;
}
</style>
background-color css
<style>
a { background-color: #504FA8; }
a { background-color: rgb(80,79,168); }
div.DivClassName
{
background-color: #504FA8;
}
.BgClassName
{
background-color: #504FA8;
}
</style>
border-color css
<style>
span { border-color: #504FA8; }
span { border-color: rgb(80,79,168); }
td.TdClassName
{
border-color: #504FA8;
}
.TagClassName
{
border-color: #504FA8;
}
</style>