Shades of Astronaut #4D5177
Tints of Astronaut #4D5177
RGB
CMYK
RGB Variations
Color information
#4D5177 (or 0x4D5177) is known color: Astronaut. HEX triplet: 4D, 51 and 77. RGB value is (77,81,119). Sum of RGB (Red+Green+Blue) = 77+81+119=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D5177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5177 is #B2AE88. Grayscale: #535353. Windows color (decimal): -11710089 or 7819597. OLE color: 7819597.
HSL color Cylindrical-coordinate representation of color #4D5177: hue angle of 234.29º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D5177 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 81 | 119 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.53 |
| HSL | 234.29º | 0.21% | 0.38% | - |
| HSV(B) | 234.29º | 0.35% | 0.47% | - |
| XYZ | 9.33 | 8.79 | 18.66 | - |
| YUV | 84.14 | 147.67 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 119 | 0.35 | 0.32 | 0 | 0.53 | 234.29 | 0.21 | 0.38 |
| Hex | 4D | 51 | 77 | 23 | 20 | 0 | 35 | EA | 15 | 26 |
| Octal | 115 | 121 | 167 | 43 | 40 | 0 | 65 | 352 | 25 | 46 |
| Binary | 1001101 | 1010001 | 1110111 | 100011 | 100000 | 0 | 110101 | 11101010 | 10101 | 100110 |
Color Harmonies of #4D5177
Complementary color
Monochromatic Colors of #4D5177
Black with #4D5177
Text Example
Text Example
White with #4D5177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5177; }
p { color: rgb(77,81,119); }
H1.HeaderClassName
{
color: #4D5177;
}
.AnyTagClassName
{
color: #4D5177;
}
</style>
background-color css
<style>
a { background-color: #4D5177; }
a { background-color: rgb(77,81,119); }
div.DivClassName
{
background-color: #4D5177;
}
.BgClassName
{
background-color: #4D5177;
}
</style>
border-color css
<style>
span { border-color: #4D5177; }
span { border-color: rgb(77,81,119); }
td.TdClassName
{
border-color: #4D5177;
}
.TagClassName
{
border-color: #4D5177;
}
</style>