Shades of Astronaut #464C79
Tints of Astronaut #464C79
RGB
CMYK
RGB Variations
Color information
#464C79 (or 0x464C79) is known color: Astronaut. HEX triplet: 46, 4C and 79. RGB value is (70,76,121). Sum of RGB (Red+Green+Blue) = 70+76+121=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #464C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C79 is #B9B386. Grayscale: #4F4F4F. Windows color (decimal): -12170119 or 7949382. OLE color: 7949382.
HSL color Cylindrical-coordinate representation of color #464C79: hue angle of 232.94º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #464C79 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 76 | 121 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.53 |
| HSL | 232.94º | 0.27% | 0.37% | - |
| HSV(B) | 232.94º | 0.42% | 0.47% | - |
| XYZ | 8.56 | 7.85 | 19.15 | - |
| YUV | 79.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 121 | 0.42 | 0.37 | 0 | 0.53 | 232.94 | 0.27 | 0.37 |
| Hex | 46 | 4C | 79 | 2A | 25 | 0 | 35 | E9 | 1B | 25 |
| Octal | 106 | 114 | 171 | 52 | 45 | 0 | 65 | 351 | 33 | 45 |
| Binary | 1000110 | 1001100 | 1111001 | 101010 | 100101 | 0 | 110101 | 11101001 | 11011 | 100101 |
Color Harmonies of #464C79
Complementary color
Monochromatic Colors of #464C79
Black with #464C79
Text Example
Text Example
White with #464C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C79; }
p { color: rgb(70,76,121); }
H1.HeaderClassName
{
color: #464C79;
}
.AnyTagClassName
{
color: #464C79;
}
</style>
background-color css
<style>
a { background-color: #464C79; }
a { background-color: rgb(70,76,121); }
div.DivClassName
{
background-color: #464C79;
}
.BgClassName
{
background-color: #464C79;
}
</style>
border-color css
<style>
span { border-color: #464C79; }
span { border-color: rgb(70,76,121); }
td.TdClassName
{
border-color: #464C79;
}
.TagClassName
{
border-color: #464C79;
}
</style>