Shades of Astronaut #464F70
Tints of Astronaut #464F70
RGB
CMYK
RGB Variations
Color information
#464F70 (or 0x464F70) is known color: Astronaut. HEX triplet: 46, 4F and 70. RGB value is (70,79,112). Sum of RGB (Red+Green+Blue) = 70+79+112=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #464F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F70 is #B9B08F. Grayscale: #4F4F4F. Windows color (decimal): -12169360 or 7360326. OLE color: 7360326.
HSL color Cylindrical-coordinate representation of color #464F70: hue angle of 227.14º 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 #464F70 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 79 | 112 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.56 |
| HSL | 227.14º | 0.23% | 0.36% | - |
| HSV(B) | 227.14º | 0.38% | 0.44% | - |
| XYZ | 8.25 | 8.06 | 16.45 | - |
| YUV | 80.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 112 | 0.38 | 0.29 | 0 | 0.56 | 227.14 | 0.23 | 0.36 |
| Hex | 46 | 4F | 70 | 26 | 1D | 0 | 38 | E3 | 17 | 24 |
| Octal | 106 | 117 | 160 | 46 | 35 | 0 | 70 | 343 | 27 | 44 |
| Binary | 1000110 | 1001111 | 1110000 | 100110 | 11101 | 0 | 111000 | 11100011 | 10111 | 100100 |
Color Harmonies of #464F70
Complementary color
Monochromatic Colors of #464F70
Black with #464F70
Text Example
Text Example
White with #464F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F70; }
p { color: rgb(70,79,112); }
H1.HeaderClassName
{
color: #464F70;
}
.AnyTagClassName
{
color: #464F70;
}
</style>
background-color css
<style>
a { background-color: #464F70; }
a { background-color: rgb(70,79,112); }
div.DivClassName
{
background-color: #464F70;
}
.BgClassName
{
background-color: #464F70;
}
</style>
border-color css
<style>
span { border-color: #464F70; }
span { border-color: rgb(70,79,112); }
td.TdClassName
{
border-color: #464F70;
}
.TagClassName
{
border-color: #464F70;
}
</style>