Shades of Rich Blue #504FBC
Tints of Rich Blue #504FBC
RGB
CMYK
RGB Variations
Color information
#504FBC (or 0x504FBC) is known color: Rich Blue. HEX triplet: 50, 4F and BC. RGB value is (80,79,188). Sum of RGB (Red+Green+Blue) = 80+79+188=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #504FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504FBC is #AFB043. Grayscale: #5B5B5B. Windows color (decimal): -11513924 or 12341072. OLE color: 12341072.
HSL color Cylindrical-coordinate representation of color #504FBC: hue angle of 240.55º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #504FBC is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 79 | 188 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.26 |
| HSL | 240.55º | 0.45% | 0.52% | - |
| HSV(B) | 240.55º | 0.58% | 0.74% | - |
| XYZ | 15.18 | 10.93 | 48.89 | - |
| YUV | 91.73 | 182.33 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 188 | 0.57 | 0.58 | 0 | 0.26 | 240.55 | 0.45 | 0.52 |
| Hex | 50 | 4F | BC | 39 | 3A | 0 | 1A | F1 | 2D | 34 |
| Octal | 120 | 117 | 274 | 71 | 72 | 0 | 32 | 361 | 55 | 64 |
| Binary | 1010000 | 1001111 | 10111100 | 111001 | 111010 | 0 | 11010 | 11110001 | 101101 | 110100 |
Color Harmonies of #504FBC
Complementary color
Monochromatic Colors of #504FBC
Black with #504FBC
Text Example
Text Example
White with #504FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504FBC; }
p { color: rgb(80,79,188); }
H1.HeaderClassName
{
color: #504FBC;
}
.AnyTagClassName
{
color: #504FBC;
}
</style>
background-color css
<style>
a { background-color: #504FBC; }
a { background-color: rgb(80,79,188); }
div.DivClassName
{
background-color: #504FBC;
}
.BgClassName
{
background-color: #504FBC;
}
</style>
border-color css
<style>
span { border-color: #504FBC; }
span { border-color: rgb(80,79,188); }
td.TdClassName
{
border-color: #504FBC;
}
.TagClassName
{
border-color: #504FBC;
}
</style>