Shades of Astronaut #4D5176
Tints of Astronaut #4D5176
RGB
CMYK
RGB Variations
Color information
#4D5176 (or 0x4D5176) is known color: Astronaut. HEX triplet: 4D, 51 and 76. RGB value is (77,81,118). Sum of RGB (Red+Green+Blue) = 77+81+118=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #4D5176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5176 is #B2AE89. Grayscale: #535353. Windows color (decimal): -11710090 or 7754061. OLE color: 7754061.
HSL color Cylindrical-coordinate representation of color #4D5176: hue angle of 234.15º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D5176 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 81 | 118 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.54 |
| HSL | 234.15º | 0.21% | 0.38% | - |
| HSV(B) | 234.15º | 0.35% | 0.46% | - |
| XYZ | 9.27 | 8.77 | 18.34 | - |
| YUV | 84.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 118 | 0.35 | 0.31 | 0 | 0.54 | 234.15 | 0.21 | 0.38 |
| Hex | 4D | 51 | 76 | 23 | 1F | 0 | 36 | EA | 15 | 26 |
| Octal | 115 | 121 | 166 | 43 | 37 | 0 | 66 | 352 | 25 | 46 |
| Binary | 1001101 | 1010001 | 1110110 | 100011 | 11111 | 0 | 110110 | 11101010 | 10101 | 100110 |
Color Harmonies of #4D5176
Complementary color
Monochromatic Colors of #4D5176
Black with #4D5176
Text Example
Text Example
White with #4D5176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5176; }
p { color: rgb(77,81,118); }
H1.HeaderClassName
{
color: #4D5176;
}
.AnyTagClassName
{
color: #4D5176;
}
</style>
background-color css
<style>
a { background-color: #4D5176; }
a { background-color: rgb(77,81,118); }
div.DivClassName
{
background-color: #4D5176;
}
.BgClassName
{
background-color: #4D5176;
}
</style>
border-color css
<style>
span { border-color: #4D5176; }
span { border-color: rgb(77,81,118); }
td.TdClassName
{
border-color: #4D5176;
}
.TagClassName
{
border-color: #4D5176;
}
</style>