Shades of Rich Blue #504DBB
Tints of Rich Blue #504DBB
RGB
CMYK
RGB Variations
Color information
#504DBB (or 0x504DBB) is known color: Rich Blue. HEX triplet: 50, 4D and BB. RGB value is (80,77,187). Sum of RGB (Red+Green+Blue) = 80+77+187=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #504DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504DBB is #AFB244. Grayscale: #5A5A5A. Windows color (decimal): -11514437 or 12275024. OLE color: 12275024.
HSL color Cylindrical-coordinate representation of color #504DBB: hue angle of 241.64º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #504DBB is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 77 | 187 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.27 |
| HSL | 241.64º | 0.45% | 0.52% | - |
| HSV(B) | 241.64º | 0.59% | 0.73% | - |
| XYZ | 14.93 | 10.6 | 48.27 | - |
| YUV | 90.44 | 182.49 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 187 | 0.57 | 0.59 | 0 | 0.27 | 241.64 | 0.45 | 0.52 |
| Hex | 50 | 4D | BB | 39 | 3B | 0 | 1B | F2 | 2D | 34 |
| Octal | 120 | 115 | 273 | 71 | 73 | 0 | 33 | 362 | 55 | 64 |
| Binary | 1010000 | 1001101 | 10111011 | 111001 | 111011 | 0 | 11011 | 11110010 | 101101 | 110100 |
Color Harmonies of #504DBB
Complementary color
Monochromatic Colors of #504DBB
Black with #504DBB
Text Example
Text Example
White with #504DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504DBB; }
p { color: rgb(80,77,187); }
H1.HeaderClassName
{
color: #504DBB;
}
.AnyTagClassName
{
color: #504DBB;
}
</style>
background-color css
<style>
a { background-color: #504DBB; }
a { background-color: rgb(80,77,187); }
div.DivClassName
{
background-color: #504DBB;
}
.BgClassName
{
background-color: #504DBB;
}
</style>
border-color css
<style>
span { border-color: #504DBB; }
span { border-color: rgb(80,77,187); }
td.TdClassName
{
border-color: #504DBB;
}
.TagClassName
{
border-color: #504DBB;
}
</style>