Shades of Astronaut #474F7B
Tints of Astronaut #474F7B
RGB
CMYK
RGB Variations
Color information
#474F7B (or 0x474F7B) is known color: Astronaut. HEX triplet: 47, 4F and 7B. RGB value is (71,79,123). Sum of RGB (Red+Green+Blue) = 71+79+123=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #474F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F7B is #B8B084. Grayscale: #515151. Windows color (decimal): -12103813 or 8081223. OLE color: 8081223.
HSL color Cylindrical-coordinate representation of color #474F7B: hue angle of 230.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #474F7B is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 79 | 123 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.52 |
| HSL | 230.77º | 0.27% | 0.38% | - |
| HSV(B) | 230.77º | 0.42% | 0.48% | - |
| XYZ | 8.97 | 8.36 | 19.88 | - |
| YUV | 81.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 123 | 0.42 | 0.36 | 0 | 0.52 | 230.77 | 0.27 | 0.38 |
| Hex | 47 | 4F | 7B | 2A | 24 | 0 | 34 | E7 | 1B | 26 |
| Octal | 107 | 117 | 173 | 52 | 44 | 0 | 64 | 347 | 33 | 46 |
| Binary | 1000111 | 1001111 | 1111011 | 101010 | 100100 | 0 | 110100 | 11100111 | 11011 | 100110 |
Color Harmonies of #474F7B
Complementary color
Monochromatic Colors of #474F7B
Black with #474F7B
Text Example
Text Example
White with #474F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474F7B; }
p { color: rgb(71,79,123); }
H1.HeaderClassName
{
color: #474F7B;
}
.AnyTagClassName
{
color: #474F7B;
}
</style>
background-color css
<style>
a { background-color: #474F7B; }
a { background-color: rgb(71,79,123); }
div.DivClassName
{
background-color: #474F7B;
}
.BgClassName
{
background-color: #474F7B;
}
</style>
border-color css
<style>
span { border-color: #474F7B; }
span { border-color: rgb(71,79,123); }
td.TdClassName
{
border-color: #474F7B;
}
.TagClassName
{
border-color: #474F7B;
}
</style>