Shades of Astronaut #464C73
Tints of Astronaut #464C73
RGB
CMYK
RGB Variations
Color information
#464C73 (or 0x464C73) is known color: Astronaut. HEX triplet: 46, 4C and 73. RGB value is (70,76,115). Sum of RGB (Red+Green+Blue) = 70+76+115=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #464C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C73 is #B9B38C. Grayscale: #4E4E4E. Windows color (decimal): -12170125 or 7556166. OLE color: 7556166.
HSL color Cylindrical-coordinate representation of color #464C73: hue angle of 232º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #464C73 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 76 | 115 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.55 |
| HSL | 232º | 0.24% | 0.36% | - |
| HSV(B) | 232º | 0.39% | 0.45% | - |
| XYZ | 8.2 | 7.71 | 17.28 | - |
| YUV | 78.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 115 | 0.39 | 0.34 | 0 | 0.55 | 232 | 0.24 | 0.36 |
| Hex | 46 | 4C | 73 | 27 | 22 | 0 | 37 | E8 | 18 | 24 |
| Octal | 106 | 114 | 163 | 47 | 42 | 0 | 67 | 350 | 30 | 44 |
| Binary | 1000110 | 1001100 | 1110011 | 100111 | 100010 | 0 | 110111 | 11101000 | 11000 | 100100 |
Color Harmonies of #464C73
Complementary color
Monochromatic Colors of #464C73
Black with #464C73
Text Example
Text Example
White with #464C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C73; }
p { color: rgb(70,76,115); }
H1.HeaderClassName
{
color: #464C73;
}
.AnyTagClassName
{
color: #464C73;
}
</style>
background-color css
<style>
a { background-color: #464C73; }
a { background-color: rgb(70,76,115); }
div.DivClassName
{
background-color: #464C73;
}
.BgClassName
{
background-color: #464C73;
}
</style>
border-color css
<style>
span { border-color: #464C73; }
span { border-color: rgb(70,76,115); }
td.TdClassName
{
border-color: #464C73;
}
.TagClassName
{
border-color: #464C73;
}
</style>