Shades of Astronaut #475073
Tints of Astronaut #475073
RGB
CMYK
RGB Variations
Color information
#475073 (or 0x475073) is known color: Astronaut. HEX triplet: 47, 50 and 73. RGB value is (71,80,115). Sum of RGB (Red+Green+Blue) = 71+80+115=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #475073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475073 is #B8AF8C. Grayscale: #515151. Windows color (decimal): -12103565 or 7557191. OLE color: 7557191.
HSL color Cylindrical-coordinate representation of color #475073: hue angle of 227.73º degrees, saturation: 0.24, 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 #475073 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 80 | 115 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.55 |
| HSL | 227.73º | 0.24% | 0.36% | - |
| HSV(B) | 227.73º | 0.38% | 0.45% | - |
| XYZ | 8.56 | 8.31 | 17.37 | - |
| YUV | 81.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 115 | 0.38 | 0.30 | 0 | 0.55 | 227.73 | 0.24 | 0.36 |
| Hex | 47 | 50 | 73 | 26 | 1E | 0 | 37 | E4 | 18 | 24 |
| Octal | 107 | 120 | 163 | 46 | 36 | 0 | 67 | 344 | 30 | 44 |
| Binary | 1000111 | 1010000 | 1110011 | 100110 | 11110 | 0 | 110111 | 11100100 | 11000 | 100100 |
Color Harmonies of #475073
Complementary color
Monochromatic Colors of #475073
Black with #475073
Text Example
Text Example
White with #475073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475073; }
p { color: rgb(71,80,115); }
H1.HeaderClassName
{
color: #475073;
}
.AnyTagClassName
{
color: #475073;
}
</style>
background-color css
<style>
a { background-color: #475073; }
a { background-color: rgb(71,80,115); }
div.DivClassName
{
background-color: #475073;
}
.BgClassName
{
background-color: #475073;
}
</style>
border-color css
<style>
span { border-color: #475073; }
span { border-color: rgb(71,80,115); }
td.TdClassName
{
border-color: #475073;
}
.TagClassName
{
border-color: #475073;
}
</style>