Shades of Rich Blue #504FB8
Tints of Rich Blue #504FB8
RGB
CMYK
RGB Variations
Color information
#504FB8 (or 0x504FB8) is known color: Rich Blue. HEX triplet: 50, 4F and B8. RGB value is (80,79,184). Sum of RGB (Red+Green+Blue) = 80+79+184=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 184 (72.27% from 255 or 53.64% from 343); Max value from RGB is 184 - color contains mainly: blue. Hex color #504FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504FB8 is #AFB047. Grayscale: #5A5A5A. Windows color (decimal): -11513928 or 12078928. OLE color: 12078928.
HSL color Cylindrical-coordinate representation of color #504FB8: hue angle of 240.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #504FB8 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 79 | 184 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.28 |
| HSL | 240.57º | 0.43% | 0.52% | - |
| HSV(B) | 240.57º | 0.57% | 0.72% | - |
| XYZ | 14.76 | 10.76 | 46.65 | - |
| YUV | 91.27 | 180.33 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 184 | 0.57 | 0.57 | 0 | 0.28 | 240.57 | 0.43 | 0.52 |
| Hex | 50 | 4F | B8 | 39 | 39 | 0 | 1C | F1 | 2B | 34 |
| Octal | 120 | 117 | 270 | 71 | 71 | 0 | 34 | 361 | 53 | 64 |
| Binary | 1010000 | 1001111 | 10111000 | 111001 | 111001 | 0 | 11100 | 11110001 | 101011 | 110100 |
Color Harmonies of #504FB8
Complementary color
Monochromatic Colors of #504FB8
Black with #504FB8
Text Example
Text Example
White with #504FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504FB8; }
p { color: rgb(80,79,184); }
H1.HeaderClassName
{
color: #504FB8;
}
.AnyTagClassName
{
color: #504FB8;
}
</style>
background-color css
<style>
a { background-color: #504FB8; }
a { background-color: rgb(80,79,184); }
div.DivClassName
{
background-color: #504FB8;
}
.BgClassName
{
background-color: #504FB8;
}
</style>
border-color css
<style>
span { border-color: #504FB8; }
span { border-color: rgb(80,79,184); }
td.TdClassName
{
border-color: #504FB8;
}
.TagClassName
{
border-color: #504FB8;
}
</style>