Shades of Rich Blue #504CBE
Tints of Rich Blue #504CBE
RGB
CMYK
RGB Variations
Color information
#504CBE (or 0x504CBE) is known color: Rich Blue. HEX triplet: 50, 4C and BE. RGB value is (80,76,190). Sum of RGB (Red+Green+Blue) = 80+76+190=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #504CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504CBE is #AFB341. Grayscale: #595959. Windows color (decimal): -11514690 or 12471376. OLE color: 12471376.
HSL color Cylindrical-coordinate representation of color #504CBE: hue angle of 242.11º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #504CBE is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 76 | 190 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.25 |
| HSL | 242.11º | 0.47% | 0.52% | - |
| HSV(B) | 242.11º | 0.6% | 0.75% | - |
| XYZ | 15.19 | 10.59 | 49.96 | - |
| YUV | 90.19 | 184.33 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 190 | 0.58 | 0.60 | 0 | 0.25 | 242.11 | 0.47 | 0.52 |
| Hex | 50 | 4C | BE | 3A | 3C | 0 | 19 | F2 | 2F | 34 |
| Octal | 120 | 114 | 276 | 72 | 74 | 0 | 31 | 362 | 57 | 64 |
| Binary | 1010000 | 1001100 | 10111110 | 111010 | 111100 | 0 | 11001 | 11110010 | 101111 | 110100 |
Color Harmonies of #504CBE
Complementary color
Monochromatic Colors of #504CBE
Black with #504CBE
Text Example
Text Example
White with #504CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504CBE; }
p { color: rgb(80,76,190); }
H1.HeaderClassName
{
color: #504CBE;
}
.AnyTagClassName
{
color: #504CBE;
}
</style>
background-color css
<style>
a { background-color: #504CBE; }
a { background-color: rgb(80,76,190); }
div.DivClassName
{
background-color: #504CBE;
}
.BgClassName
{
background-color: #504CBE;
}
</style>
border-color css
<style>
span { border-color: #504CBE; }
span { border-color: rgb(80,76,190); }
td.TdClassName
{
border-color: #504CBE;
}
.TagClassName
{
border-color: #504CBE;
}
</style>