Shades of Astronaut #464E71
Tints of Astronaut #464E71
RGB
CMYK
RGB Variations
Color information
#464E71 (or 0x464E71) is known color: Astronaut. HEX triplet: 46, 4E and 71. RGB value is (70,78,113). Sum of RGB (Red+Green+Blue) = 70+78+113=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #464E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E71 is #B9B18E. Grayscale: #4F4F4F. Windows color (decimal): -12169615 or 7425606. OLE color: 7425606.
HSL color Cylindrical-coordinate representation of color #464E71: hue angle of 228.84º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #464E71 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 78 | 113 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.56 |
| HSL | 228.84º | 0.23% | 0.36% | - |
| HSV(B) | 228.84º | 0.38% | 0.44% | - |
| XYZ | 8.23 | 7.94 | 16.72 | - |
| YUV | 79.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 113 | 0.38 | 0.31 | 0 | 0.56 | 228.84 | 0.23 | 0.36 |
| Hex | 46 | 4E | 71 | 26 | 1F | 0 | 38 | E5 | 17 | 24 |
| Octal | 106 | 116 | 161 | 46 | 37 | 0 | 70 | 345 | 27 | 44 |
| Binary | 1000110 | 1001110 | 1110001 | 100110 | 11111 | 0 | 111000 | 11100101 | 10111 | 100100 |
Color Harmonies of #464E71
Complementary color
Monochromatic Colors of #464E71
Black with #464E71
Text Example
Text Example
White with #464E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E71; }
p { color: rgb(70,78,113); }
H1.HeaderClassName
{
color: #464E71;
}
.AnyTagClassName
{
color: #464E71;
}
</style>
background-color css
<style>
a { background-color: #464E71; }
a { background-color: rgb(70,78,113); }
div.DivClassName
{
background-color: #464E71;
}
.BgClassName
{
background-color: #464E71;
}
</style>
border-color css
<style>
span { border-color: #464E71; }
span { border-color: rgb(70,78,113); }
td.TdClassName
{
border-color: #464E71;
}
.TagClassName
{
border-color: #464E71;
}
</style>