Shades of Astronaut #464C78
Tints of Astronaut #464C78
RGB
CMYK
RGB Variations
Color information
#464C78 (or 0x464C78) is known color: Astronaut. HEX triplet: 46, 4C and 78. RGB value is (70,76,120). Sum of RGB (Red+Green+Blue) = 70+76+120=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #464C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C78 is #B9B387. Grayscale: #4F4F4F. Windows color (decimal): -12170120 or 7883846. OLE color: 7883846.
HSL color Cylindrical-coordinate representation of color #464C78: hue angle of 232.8º degrees, saturation: 0.26, 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 #464C78 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 76 | 120 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.53 |
| HSL | 232.8º | 0.26% | 0.37% | - |
| HSV(B) | 232.8º | 0.42% | 0.47% | - |
| XYZ | 8.5 | 7.83 | 18.83 | - |
| YUV | 79.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 120 | 0.42 | 0.37 | 0 | 0.53 | 232.8 | 0.26 | 0.37 |
| Hex | 46 | 4C | 78 | 2A | 25 | 0 | 35 | E9 | 1A | 25 |
| Octal | 106 | 114 | 170 | 52 | 45 | 0 | 65 | 351 | 32 | 45 |
| Binary | 1000110 | 1001100 | 1111000 | 101010 | 100101 | 0 | 110101 | 11101001 | 11010 | 100101 |
Color Harmonies of #464C78
Complementary color
Monochromatic Colors of #464C78
Black with #464C78
Text Example
Text Example
White with #464C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C78; }
p { color: rgb(70,76,120); }
H1.HeaderClassName
{
color: #464C78;
}
.AnyTagClassName
{
color: #464C78;
}
</style>
background-color css
<style>
a { background-color: #464C78; }
a { background-color: rgb(70,76,120); }
div.DivClassName
{
background-color: #464C78;
}
.BgClassName
{
background-color: #464C78;
}
</style>
border-color css
<style>
span { border-color: #464C78; }
span { border-color: rgb(70,76,120); }
td.TdClassName
{
border-color: #464C78;
}
.TagClassName
{
border-color: #464C78;
}
</style>