Shades of Rich Blue #504DBC
Tints of Rich Blue #504DBC
RGB
CMYK
RGB Variations
Color information
#504DBC (or 0x504DBC) is known color: Rich Blue. HEX triplet: 50, 4D and BC. RGB value is (80,77,188). Sum of RGB (Red+Green+Blue) = 80+77+188=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #504DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504DBC is #AFB243. Grayscale: #5A5A5A. Windows color (decimal): -11514436 or 12340560. OLE color: 12340560.
HSL color Cylindrical-coordinate representation of color #504DBC: hue angle of 241.62º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #504DBC is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 77 | 188 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.26 |
| HSL | 241.62º | 0.45% | 0.52% | - |
| HSV(B) | 241.62º | 0.59% | 0.74% | - |
| XYZ | 15.04 | 10.64 | 48.84 | - |
| YUV | 90.55 | 182.99 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 188 | 0.57 | 0.59 | 0 | 0.26 | 241.62 | 0.45 | 0.52 |
| Hex | 50 | 4D | BC | 39 | 3B | 0 | 1A | F2 | 2D | 34 |
| Octal | 120 | 115 | 274 | 71 | 73 | 0 | 32 | 362 | 55 | 64 |
| Binary | 1010000 | 1001101 | 10111100 | 111001 | 111011 | 0 | 11010 | 11110010 | 101101 | 110100 |
Color Harmonies of #504DBC
Complementary color
Monochromatic Colors of #504DBC
Black with #504DBC
Text Example
Text Example
White with #504DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504DBC; }
p { color: rgb(80,77,188); }
H1.HeaderClassName
{
color: #504DBC;
}
.AnyTagClassName
{
color: #504DBC;
}
</style>
background-color css
<style>
a { background-color: #504DBC; }
a { background-color: rgb(80,77,188); }
div.DivClassName
{
background-color: #504DBC;
}
.BgClassName
{
background-color: #504DBC;
}
</style>
border-color css
<style>
span { border-color: #504DBC; }
span { border-color: rgb(80,77,188); }
td.TdClassName
{
border-color: #504DBC;
}
.TagClassName
{
border-color: #504DBC;
}
</style>