Shades of Rich Blue #504CBB
Tints of Rich Blue #504CBB
RGB
CMYK
RGB Variations
Color information
#504CBB (or 0x504CBB) is known color: Rich Blue. HEX triplet: 50, 4C and BB. RGB value is (80,76,187). Sum of RGB (Red+Green+Blue) = 80+76+187=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #504CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504CBB is #AFB344. Grayscale: #595959. Windows color (decimal): -11514693 or 12274768. OLE color: 12274768.
HSL color Cylindrical-coordinate representation of color #504CBB: hue angle of 242.16º 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 #504CBB is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 76 | 187 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.27 |
| HSL | 242.16º | 0.45% | 0.52% | - |
| HSV(B) | 242.16º | 0.59% | 0.73% | - |
| XYZ | 14.86 | 10.46 | 48.25 | - |
| YUV | 89.85 | 182.83 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 187 | 0.57 | 0.59 | 0 | 0.27 | 242.16 | 0.45 | 0.52 |
| Hex | 50 | 4C | BB | 39 | 3B | 0 | 1B | F2 | 2D | 34 |
| Octal | 120 | 114 | 273 | 71 | 73 | 0 | 33 | 362 | 55 | 64 |
| Binary | 1010000 | 1001100 | 10111011 | 111001 | 111011 | 0 | 11011 | 11110010 | 101101 | 110100 |
Color Harmonies of #504CBB
Complementary color
Monochromatic Colors of #504CBB
Black with #504CBB
Text Example
Text Example
White with #504CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504CBB; }
p { color: rgb(80,76,187); }
H1.HeaderClassName
{
color: #504CBB;
}
.AnyTagClassName
{
color: #504CBB;
}
</style>
background-color css
<style>
a { background-color: #504CBB; }
a { background-color: rgb(80,76,187); }
div.DivClassName
{
background-color: #504CBB;
}
.BgClassName
{
background-color: #504CBB;
}
</style>
border-color css
<style>
span { border-color: #504CBB; }
span { border-color: rgb(80,76,187); }
td.TdClassName
{
border-color: #504CBB;
}
.TagClassName
{
border-color: #504CBB;
}
</style>