Shades of Astronaut #464F7A
Tints of Astronaut #464F7A
RGB
CMYK
RGB Variations
Color information
#464F7A (or 0x464F7A) is known color: Astronaut. HEX triplet: 46, 4F and 7A. RGB value is (70,79,122). Sum of RGB (Red+Green+Blue) = 70+79+122=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 122 - color contains mainly: blue. Hex color #464F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F7A is #B9B085. Grayscale: #515151. Windows color (decimal): -12169350 or 8015686. OLE color: 8015686.
HSL color Cylindrical-coordinate representation of color #464F7A: hue angle of 229.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #464F7A is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 79 | 122 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.52 |
| HSL | 229.62º | 0.27% | 0.38% | - |
| HSV(B) | 229.62º | 0.43% | 0.48% | - |
| XYZ | 8.83 | 8.3 | 19.55 | - |
| YUV | 81.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 122 | 0.43 | 0.35 | 0 | 0.52 | 229.62 | 0.27 | 0.38 |
| Hex | 46 | 4F | 7A | 2B | 23 | 0 | 34 | E6 | 1B | 26 |
| Octal | 106 | 117 | 172 | 53 | 43 | 0 | 64 | 346 | 33 | 46 |
| Binary | 1000110 | 1001111 | 1111010 | 101011 | 100011 | 0 | 110100 | 11100110 | 11011 | 100110 |
Color Harmonies of #464F7A
Complementary color
Monochromatic Colors of #464F7A
Black with #464F7A
Text Example
Text Example
White with #464F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F7A; }
p { color: rgb(70,79,122); }
H1.HeaderClassName
{
color: #464F7A;
}
.AnyTagClassName
{
color: #464F7A;
}
</style>
background-color css
<style>
a { background-color: #464F7A; }
a { background-color: rgb(70,79,122); }
div.DivClassName
{
background-color: #464F7A;
}
.BgClassName
{
background-color: #464F7A;
}
</style>
border-color css
<style>
span { border-color: #464F7A; }
span { border-color: rgb(70,79,122); }
td.TdClassName
{
border-color: #464F7A;
}
.TagClassName
{
border-color: #464F7A;
}
</style>