Shades of Astronaut #475172
Tints of Astronaut #475172
RGB
CMYK
RGB Variations
Color information
#475172 (or 0x475172) is known color: Astronaut. HEX triplet: 47, 51 and 72. RGB value is (71,81,114). Sum of RGB (Red+Green+Blue) = 71+81+114=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #475172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475172 is #B8AE8D. Grayscale: #515151. Windows color (decimal): -12103310 or 7491911. OLE color: 7491911.
HSL color Cylindrical-coordinate representation of color #475172: hue angle of 226.05º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #475172 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 81 | 114 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.55 |
| HSL | 226.05º | 0.23% | 0.36% | - |
| HSV(B) | 226.05º | 0.38% | 0.45% | - |
| XYZ | 8.58 | 8.44 | 17.1 | - |
| YUV | 81.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 114 | 0.38 | 0.29 | 0 | 0.55 | 226.05 | 0.23 | 0.36 |
| Hex | 47 | 51 | 72 | 26 | 1D | 0 | 37 | E2 | 17 | 24 |
| Octal | 107 | 121 | 162 | 46 | 35 | 0 | 67 | 342 | 27 | 44 |
| Binary | 1000111 | 1010001 | 1110010 | 100110 | 11101 | 0 | 110111 | 11100010 | 10111 | 100100 |
Color Harmonies of #475172
Complementary color
Monochromatic Colors of #475172
Black with #475172
Text Example
Text Example
White with #475172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475172; }
p { color: rgb(71,81,114); }
H1.HeaderClassName
{
color: #475172;
}
.AnyTagClassName
{
color: #475172;
}
</style>
background-color css
<style>
a { background-color: #475172; }
a { background-color: rgb(71,81,114); }
div.DivClassName
{
background-color: #475172;
}
.BgClassName
{
background-color: #475172;
}
</style>
border-color css
<style>
span { border-color: #475172; }
span { border-color: rgb(71,81,114); }
td.TdClassName
{
border-color: #475172;
}
.TagClassName
{
border-color: #475172;
}
</style>