Shades of Rich Blue #504DB7
Tints of Rich Blue #504DB7
RGB
CMYK
RGB Variations
Color information
#504DB7 (or 0x504DB7) is known color: Rich Blue. HEX triplet: 50, 4D and B7. RGB value is (80,77,183). Sum of RGB (Red+Green+Blue) = 80+77+183=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 183 (71.88% from 255 or 53.82% from 340); Max value from RGB is 183 - color contains mainly: blue. Hex color #504DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504DB7 is #AFB248. Grayscale: #595959. Windows color (decimal): -11514441 or 12012880. OLE color: 12012880.
HSL color Cylindrical-coordinate representation of color #504DB7: hue angle of 241.7º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #504DB7 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 77 | 183 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.28 |
| HSL | 241.7º | 0.42% | 0.51% | - |
| HSV(B) | 241.7º | 0.58% | 0.72% | - |
| XYZ | 14.51 | 10.43 | 46.05 | - |
| YUV | 89.98 | 180.49 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 183 | 0.56 | 0.58 | 0 | 0.28 | 241.7 | 0.42 | 0.51 |
| Hex | 50 | 4D | B7 | 38 | 3A | 0 | 1C | F2 | 2A | 33 |
| Octal | 120 | 115 | 267 | 70 | 72 | 0 | 34 | 362 | 52 | 63 |
| Binary | 1010000 | 1001101 | 10110111 | 111000 | 111010 | 0 | 11100 | 11110010 | 101010 | 110011 |
Color Harmonies of #504DB7
Complementary color
Monochromatic Colors of #504DB7
Black with #504DB7
Text Example
Text Example
White with #504DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504DB7; }
p { color: rgb(80,77,183); }
H1.HeaderClassName
{
color: #504DB7;
}
.AnyTagClassName
{
color: #504DB7;
}
</style>
background-color css
<style>
a { background-color: #504DB7; }
a { background-color: rgb(80,77,183); }
div.DivClassName
{
background-color: #504DB7;
}
.BgClassName
{
background-color: #504DB7;
}
</style>
border-color css
<style>
span { border-color: #504DB7; }
span { border-color: rgb(80,77,183); }
td.TdClassName
{
border-color: #504DB7;
}
.TagClassName
{
border-color: #504DB7;
}
</style>