Shades of Rich Blue #504FAA
Tints of Rich Blue #504FAA
RGB
CMYK
RGB Variations
Color information
#504FAA (or 0x504FAA) is known color: Rich Blue. HEX triplet: 50, 4F and AA. RGB value is (80,79,170). Sum of RGB (Red+Green+Blue) = 80+79+170=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #504FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504FAA is #AFB055. Grayscale: #595959. Windows color (decimal): -11513942 or 11161424. OLE color: 11161424.
HSL color Cylindrical-coordinate representation of color #504FAA: hue angle of 240.66º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #504FAA is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 79 | 170 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.33 |
| HSL | 240.66º | 0.37% | 0.49% | - |
| HSV(B) | 240.66º | 0.54% | 0.67% | - |
| XYZ | 13.36 | 10.2 | 39.29 | - |
| YUV | 89.67 | 173.33 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 170 | 0.53 | 0.54 | 0 | 0.33 | 240.66 | 0.37 | 0.49 |
| Hex | 50 | 4F | AA | 35 | 36 | 0 | 21 | F1 | 25 | 31 |
| Octal | 120 | 117 | 252 | 65 | 66 | 0 | 41 | 361 | 45 | 61 |
| Binary | 1010000 | 1001111 | 10101010 | 110101 | 110110 | 0 | 100001 | 11110001 | 100101 | 110001 |
Color Harmonies of #504FAA
Complementary color
Monochromatic Colors of #504FAA
Black with #504FAA
Text Example
Text Example
White with #504FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504FAA; }
p { color: rgb(80,79,170); }
H1.HeaderClassName
{
color: #504FAA;
}
.AnyTagClassName
{
color: #504FAA;
}
</style>
background-color css
<style>
a { background-color: #504FAA; }
a { background-color: rgb(80,79,170); }
div.DivClassName
{
background-color: #504FAA;
}
.BgClassName
{
background-color: #504FAA;
}
</style>
border-color css
<style>
span { border-color: #504FAA; }
span { border-color: rgb(80,79,170); }
td.TdClassName
{
border-color: #504FAA;
}
.TagClassName
{
border-color: #504FAA;
}
</style>