Shades of Astronaut #474E76
Tints of Astronaut #474E76
RGB
CMYK
RGB Variations
Color information
#474E76 (or 0x474E76) is known color: Astronaut. HEX triplet: 47, 4E and 76. RGB value is (71,78,118). Sum of RGB (Red+Green+Blue) = 71+78+118=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #474E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E76 is #B8B189. Grayscale: #505050. Windows color (decimal): -12104074 or 7753287. OLE color: 7753287.
HSL color Cylindrical-coordinate representation of color #474E76: hue angle of 231.06º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #474E76 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 78 | 118 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.54 |
| HSL | 231.06º | 0.25% | 0.37% | - |
| HSV(B) | 231.06º | 0.4% | 0.46% | - |
| XYZ | 8.59 | 8.1 | 18.25 | - |
| YUV | 80.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 118 | 0.40 | 0.34 | 0 | 0.54 | 231.06 | 0.25 | 0.37 |
| Hex | 47 | 4E | 76 | 28 | 22 | 0 | 36 | E7 | 19 | 25 |
| Octal | 107 | 116 | 166 | 50 | 42 | 0 | 66 | 347 | 31 | 45 |
| Binary | 1000111 | 1001110 | 1110110 | 101000 | 100010 | 0 | 110110 | 11100111 | 11001 | 100101 |
Color Harmonies of #474E76
Complementary color
Monochromatic Colors of #474E76
Black with #474E76
Text Example
Text Example
White with #474E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E76; }
p { color: rgb(71,78,118); }
H1.HeaderClassName
{
color: #474E76;
}
.AnyTagClassName
{
color: #474E76;
}
</style>
background-color css
<style>
a { background-color: #474E76; }
a { background-color: rgb(71,78,118); }
div.DivClassName
{
background-color: #474E76;
}
.BgClassName
{
background-color: #474E76;
}
</style>
border-color css
<style>
span { border-color: #474E76; }
span { border-color: rgb(71,78,118); }
td.TdClassName
{
border-color: #474E76;
}
.TagClassName
{
border-color: #474E76;
}
</style>