Shades of Rich Blue #504DB9
Tints of Rich Blue #504DB9
RGB
CMYK
RGB Variations
Color information
#504DB9 (or 0x504DB9) is known color: Rich Blue. HEX triplet: 50, 4D and B9. RGB value is (80,77,185). Sum of RGB (Red+Green+Blue) = 80+77+185=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 185 (72.66% from 255 or 54.09% from 342); Max value from RGB is 185 - color contains mainly: blue. Hex color #504DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504DB9 is #AFB246. Grayscale: #595959. Windows color (decimal): -11514439 or 12143952. OLE color: 12143952.
HSL color Cylindrical-coordinate representation of color #504DB9: hue angle of 241.67º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #504DB9 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 77 | 185 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.27 |
| HSL | 241.67º | 0.44% | 0.51% | - |
| HSV(B) | 241.67º | 0.58% | 0.73% | - |
| XYZ | 14.72 | 10.52 | 47.15 | - |
| YUV | 90.21 | 181.49 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 185 | 0.57 | 0.58 | 0 | 0.27 | 241.67 | 0.44 | 0.51 |
| Hex | 50 | 4D | B9 | 39 | 3A | 0 | 1B | F2 | 2C | 33 |
| Octal | 120 | 115 | 271 | 71 | 72 | 0 | 33 | 362 | 54 | 63 |
| Binary | 1010000 | 1001101 | 10111001 | 111001 | 111010 | 0 | 11011 | 11110010 | 101100 | 110011 |
Color Harmonies of #504DB9
Complementary color
Monochromatic Colors of #504DB9
Black with #504DB9
Text Example
Text Example
White with #504DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504DB9; }
p { color: rgb(80,77,185); }
H1.HeaderClassName
{
color: #504DB9;
}
.AnyTagClassName
{
color: #504DB9;
}
</style>
background-color css
<style>
a { background-color: #504DB9; }
a { background-color: rgb(80,77,185); }
div.DivClassName
{
background-color: #504DB9;
}
.BgClassName
{
background-color: #504DB9;
}
</style>
border-color css
<style>
span { border-color: #504DB9; }
span { border-color: rgb(80,77,185); }
td.TdClassName
{
border-color: #504DB9;
}
.TagClassName
{
border-color: #504DB9;
}
</style>