Shades of Astronaut #4D517A
Tints of Astronaut #4D517A
RGB
CMYK
RGB Variations
Color information
#4D517A (or 0x4D517A) is known color: Astronaut. HEX triplet: 4D, 51 and 7A. RGB value is (77,81,122). Sum of RGB (Red+Green+Blue) = 77+81+122=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D517A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D517A is #B2AE85. Grayscale: #545454. Windows color (decimal): -11710086 or 8016205. OLE color: 8016205.
HSL color Cylindrical-coordinate representation of color #4D517A: hue angle of 234.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D517A is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 81 | 122 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.52 |
| HSL | 234.67º | 0.23% | 0.39% | - |
| HSV(B) | 234.67º | 0.37% | 0.48% | - |
| XYZ | 9.52 | 8.87 | 19.62 | - |
| YUV | 84.48 | 149.17 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 122 | 0.37 | 0.34 | 0 | 0.52 | 234.67 | 0.23 | 0.39 |
| Hex | 4D | 51 | 7A | 25 | 22 | 0 | 34 | EB | 17 | 27 |
| Octal | 115 | 121 | 172 | 45 | 42 | 0 | 64 | 353 | 27 | 47 |
| Binary | 1001101 | 1010001 | 1111010 | 100101 | 100010 | 0 | 110100 | 11101011 | 10111 | 100111 |
Color Harmonies of #4D517A
Complementary color
Monochromatic Colors of #4D517A
Black with #4D517A
Text Example
Text Example
White with #4D517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D517A; }
p { color: rgb(77,81,122); }
H1.HeaderClassName
{
color: #4D517A;
}
.AnyTagClassName
{
color: #4D517A;
}
</style>
background-color css
<style>
a { background-color: #4D517A; }
a { background-color: rgb(77,81,122); }
div.DivClassName
{
background-color: #4D517A;
}
.BgClassName
{
background-color: #4D517A;
}
</style>
border-color css
<style>
span { border-color: #4D517A; }
span { border-color: rgb(77,81,122); }
td.TdClassName
{
border-color: #4D517A;
}
.TagClassName
{
border-color: #4D517A;
}
</style>