Shades of Astronaut #474F7C
Tints of Astronaut #474F7C
RGB
CMYK
RGB Variations
Color information
#474F7C (or 0x474F7C) is known color: Astronaut. HEX triplet: 47, 4F and 7C. RGB value is (71,79,124). Sum of RGB (Red+Green+Blue) = 71+79+124=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #474F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F7C is #B8B083. Grayscale: #515151. Windows color (decimal): -12103812 or 8146759. OLE color: 8146759.
HSL color Cylindrical-coordinate representation of color #474F7C: hue angle of 230.94º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #474F7C is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 79 | 124 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.51 |
| HSL | 230.94º | 0.27% | 0.38% | - |
| HSV(B) | 230.94º | 0.43% | 0.49% | - |
| XYZ | 9.03 | 8.39 | 20.21 | - |
| YUV | 81.74 | 151.85 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 124 | 0.43 | 0.36 | 0 | 0.51 | 230.94 | 0.27 | 0.38 |
| Hex | 47 | 4F | 7C | 2B | 24 | 0 | 33 | E7 | 1B | 26 |
| Octal | 107 | 117 | 174 | 53 | 44 | 0 | 63 | 347 | 33 | 46 |
| Binary | 1000111 | 1001111 | 1111100 | 101011 | 100100 | 0 | 110011 | 11100111 | 11011 | 100110 |
Color Harmonies of #474F7C
Complementary color
Monochromatic Colors of #474F7C
Black with #474F7C
Text Example
Text Example
White with #474F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474F7C; }
p { color: rgb(71,79,124); }
H1.HeaderClassName
{
color: #474F7C;
}
.AnyTagClassName
{
color: #474F7C;
}
</style>
background-color css
<style>
a { background-color: #474F7C; }
a { background-color: rgb(71,79,124); }
div.DivClassName
{
background-color: #474F7C;
}
.BgClassName
{
background-color: #474F7C;
}
</style>
border-color css
<style>
span { border-color: #474F7C; }
span { border-color: rgb(71,79,124); }
td.TdClassName
{
border-color: #474F7C;
}
.TagClassName
{
border-color: #474F7C;
}
</style>