Shades of Astronaut #475275
Tints of Astronaut #475275
RGB
CMYK
RGB Variations
Color information
#475275 (or 0x475275) is known color: Astronaut. HEX triplet: 47, 52 and 75. RGB value is (71,82,117). Sum of RGB (Red+Green+Blue) = 71+82+117=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #475275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475275 is #B8AD8A. Grayscale: #525252. Windows color (decimal): -12103051 or 7688775. OLE color: 7688775.
HSL color Cylindrical-coordinate representation of color #475275: hue angle of 225.65º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #475275 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 82 | 117 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.54 |
| HSL | 225.65º | 0.24% | 0.37% | - |
| HSV(B) | 225.65º | 0.39% | 0.46% | - |
| XYZ | 8.83 | 8.66 | 18.04 | - |
| YUV | 82.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 117 | 0.39 | 0.30 | 0 | 0.54 | 225.65 | 0.24 | 0.37 |
| Hex | 47 | 52 | 75 | 27 | 1E | 0 | 36 | E2 | 18 | 25 |
| Octal | 107 | 122 | 165 | 47 | 36 | 0 | 66 | 342 | 30 | 45 |
| Binary | 1000111 | 1010010 | 1110101 | 100111 | 11110 | 0 | 110110 | 11100010 | 11000 | 100101 |
Color Harmonies of #475275
Complementary color
Monochromatic Colors of #475275
Black with #475275
Text Example
Text Example
White with #475275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475275; }
p { color: rgb(71,82,117); }
H1.HeaderClassName
{
color: #475275;
}
.AnyTagClassName
{
color: #475275;
}
</style>
background-color css
<style>
a { background-color: #475275; }
a { background-color: rgb(71,82,117); }
div.DivClassName
{
background-color: #475275;
}
.BgClassName
{
background-color: #475275;
}
</style>
border-color css
<style>
span { border-color: #475275; }
span { border-color: rgb(71,82,117); }
td.TdClassName
{
border-color: #475275;
}
.TagClassName
{
border-color: #475275;
}
</style>