Shades of Astronaut #475072
Tints of Astronaut #475072
RGB
CMYK
RGB Variations
Color information
#475072 (or 0x475072) is known color: Astronaut. HEX triplet: 47, 50 and 72. RGB value is (71,80,114). Sum of RGB (Red+Green+Blue) = 71+80+114=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #475072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475072 is #B8AF8D. Grayscale: #515151. Windows color (decimal): -12103566 or 7491655. OLE color: 7491655.
HSL color Cylindrical-coordinate representation of color #475072: hue angle of 227.44º 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 #475072 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 80 | 114 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.55 |
| HSL | 227.44º | 0.23% | 0.36% | - |
| HSV(B) | 227.44º | 0.38% | 0.45% | - |
| XYZ | 8.5 | 8.29 | 17.07 | - |
| YUV | 81.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 114 | 0.38 | 0.30 | 0 | 0.55 | 227.44 | 0.23 | 0.36 |
| Hex | 47 | 50 | 72 | 26 | 1E | 0 | 37 | E3 | 17 | 24 |
| Octal | 107 | 120 | 162 | 46 | 36 | 0 | 67 | 343 | 27 | 44 |
| Binary | 1000111 | 1010000 | 1110010 | 100110 | 11110 | 0 | 110111 | 11100011 | 10111 | 100100 |
Color Harmonies of #475072
Complementary color
Monochromatic Colors of #475072
Black with #475072
Text Example
Text Example
White with #475072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475072; }
p { color: rgb(71,80,114); }
H1.HeaderClassName
{
color: #475072;
}
.AnyTagClassName
{
color: #475072;
}
</style>
background-color css
<style>
a { background-color: #475072; }
a { background-color: rgb(71,80,114); }
div.DivClassName
{
background-color: #475072;
}
.BgClassName
{
background-color: #475072;
}
</style>
border-color css
<style>
span { border-color: #475072; }
span { border-color: rgb(71,80,114); }
td.TdClassName
{
border-color: #475072;
}
.TagClassName
{
border-color: #475072;
}
</style>