Shades of Astronaut #474E71
Tints of Astronaut #474E71
RGB
CMYK
RGB Variations
Color information
#474E71 (or 0x474E71) is known color: Astronaut. HEX triplet: 47, 4E and 71. RGB value is (71,78,113). Sum of RGB (Red+Green+Blue) = 71+78+113=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #474E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E71 is #B8B18E. Grayscale: #4F4F4F. Windows color (decimal): -12104079 or 7425607. OLE color: 7425607.
HSL color Cylindrical-coordinate representation of color #474E71: hue angle of 230º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #474E71 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 78 | 113 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.56 |
| HSL | 230º | 0.23% | 0.36% | - |
| HSV(B) | 230º | 0.37% | 0.44% | - |
| XYZ | 8.3 | 7.98 | 16.73 | - |
| YUV | 79.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 113 | 0.37 | 0.31 | 0 | 0.56 | 230 | 0.23 | 0.36 |
| Hex | 47 | 4E | 71 | 25 | 1F | 0 | 38 | E6 | 17 | 24 |
| Octal | 107 | 116 | 161 | 45 | 37 | 0 | 70 | 346 | 27 | 44 |
| Binary | 1000111 | 1001110 | 1110001 | 100101 | 11111 | 0 | 111000 | 11100110 | 10111 | 100100 |
Color Harmonies of #474E71
Complementary color
Monochromatic Colors of #474E71
Black with #474E71
Text Example
Text Example
White with #474E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E71; }
p { color: rgb(71,78,113); }
H1.HeaderClassName
{
color: #474E71;
}
.AnyTagClassName
{
color: #474E71;
}
</style>
background-color css
<style>
a { background-color: #474E71; }
a { background-color: rgb(71,78,113); }
div.DivClassName
{
background-color: #474E71;
}
.BgClassName
{
background-color: #474E71;
}
</style>
border-color css
<style>
span { border-color: #474E71; }
span { border-color: rgb(71,78,113); }
td.TdClassName
{
border-color: #474E71;
}
.TagClassName
{
border-color: #474E71;
}
</style>