Shades of Astronaut #475277
Tints of Astronaut #475277
RGB
CMYK
RGB Variations
Color information
#475277 (or 0x475277) is known color: Astronaut. HEX triplet: 47, 52 and 77. RGB value is (71,82,119). Sum of RGB (Red+Green+Blue) = 71+82+119=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #475277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475277 is #B8AD88. Grayscale: #525252. Windows color (decimal): -12103049 or 7819847. OLE color: 7819847.
HSL color Cylindrical-coordinate representation of color #475277: hue angle of 226.25º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #475277 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 82 | 119 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.53 |
| HSL | 226.25º | 0.25% | 0.37% | - |
| HSV(B) | 226.25º | 0.4% | 0.47% | - |
| XYZ | 8.95 | 8.71 | 18.66 | - |
| YUV | 82.93 | 148.36 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 119 | 0.40 | 0.31 | 0 | 0.53 | 226.25 | 0.25 | 0.37 |
| Hex | 47 | 52 | 77 | 28 | 1F | 0 | 35 | E2 | 19 | 25 |
| Octal | 107 | 122 | 167 | 50 | 37 | 0 | 65 | 342 | 31 | 45 |
| Binary | 1000111 | 1010010 | 1110111 | 101000 | 11111 | 0 | 110101 | 11100010 | 11001 | 100101 |
Color Harmonies of #475277
Complementary color
Monochromatic Colors of #475277
Black with #475277
Text Example
Text Example
White with #475277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475277; }
p { color: rgb(71,82,119); }
H1.HeaderClassName
{
color: #475277;
}
.AnyTagClassName
{
color: #475277;
}
</style>
background-color css
<style>
a { background-color: #475277; }
a { background-color: rgb(71,82,119); }
div.DivClassName
{
background-color: #475277;
}
.BgClassName
{
background-color: #475277;
}
</style>
border-color css
<style>
span { border-color: #475277; }
span { border-color: rgb(71,82,119); }
td.TdClassName
{
border-color: #475277;
}
.TagClassName
{
border-color: #475277;
}
</style>