Shades of Rich Blue #5046A9
Tints of Rich Blue #5046A9
RGB
CMYK
RGB Variations
Color information
#5046A9 (or 0x5046A9) is known color: Rich Blue. HEX triplet: 50, 46 and A9. RGB value is (80,70,169). Sum of RGB (Red+Green+Blue) = 80+70+169=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 169 (66.41% from 255 or 52.98% from 319); Max value from RGB is 169 - color contains mainly: blue. Hex color #5046A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5046A9 is #AFB956. Grayscale: #535353. Windows color (decimal): -11516247 or 11093584. OLE color: 11093584.
HSL color Cylindrical-coordinate representation of color #5046A9: hue angle of 246.06º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5046A9 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 70 | 169 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.34 |
| HSL | 246.06º | 0.41% | 0.47% | - |
| HSV(B) | 246.06º | 0.59% | 0.66% | - |
| XYZ | 12.66 | 8.95 | 38.6 | - |
| YUV | 84.28 | 175.81 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 169 | 0.53 | 0.59 | 0 | 0.34 | 246.06 | 0.41 | 0.47 |
| Hex | 50 | 46 | A9 | 35 | 3B | 0 | 22 | F6 | 29 | 2F |
| Octal | 120 | 106 | 251 | 65 | 73 | 0 | 42 | 366 | 51 | 57 |
| Binary | 1010000 | 1000110 | 10101001 | 110101 | 111011 | 0 | 100010 | 11110110 | 101001 | 101111 |
Color Harmonies of #5046A9
Complementary color
Monochromatic Colors of #5046A9
Black with #5046A9
Text Example
Text Example
White with #5046A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5046A9; }
p { color: rgb(80,70,169); }
H1.HeaderClassName
{
color: #5046A9;
}
.AnyTagClassName
{
color: #5046A9;
}
</style>
background-color css
<style>
a { background-color: #5046A9; }
a { background-color: rgb(80,70,169); }
div.DivClassName
{
background-color: #5046A9;
}
.BgClassName
{
background-color: #5046A9;
}
</style>
border-color css
<style>
span { border-color: #5046A9; }
span { border-color: rgb(80,70,169); }
td.TdClassName
{
border-color: #5046A9;
}
.TagClassName
{
border-color: #5046A9;
}
</style>