Shades of Astronaut #464C72
Tints of Astronaut #464C72
RGB
CMYK
RGB Variations
Color information
#464C72 (or 0x464C72) is known color: Astronaut. HEX triplet: 46, 4C and 72. RGB value is (70,76,114). Sum of RGB (Red+Green+Blue) = 70+76+114=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #464C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C72 is #B9B38D. Grayscale: #4E4E4E. Windows color (decimal): -12170126 or 7490630. OLE color: 7490630.
HSL color Cylindrical-coordinate representation of color #464C72: hue angle of 231.82º 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 #464C72 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 76 | 114 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.55 |
| HSL | 231.82º | 0.24% | 0.36% | - |
| HSV(B) | 231.82º | 0.39% | 0.45% | - |
| XYZ | 8.15 | 7.69 | 16.97 | - |
| YUV | 78.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 114 | 0.39 | 0.33 | 0 | 0.55 | 231.82 | 0.24 | 0.36 |
| Hex | 46 | 4C | 72 | 27 | 21 | 0 | 37 | E8 | 18 | 24 |
| Octal | 106 | 114 | 162 | 47 | 41 | 0 | 67 | 350 | 30 | 44 |
| Binary | 1000110 | 1001100 | 1110010 | 100111 | 100001 | 0 | 110111 | 11101000 | 11000 | 100100 |
Color Harmonies of #464C72
Complementary color
Monochromatic Colors of #464C72
Black with #464C72
Text Example
Text Example
White with #464C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C72; }
p { color: rgb(70,76,114); }
H1.HeaderClassName
{
color: #464C72;
}
.AnyTagClassName
{
color: #464C72;
}
</style>
background-color css
<style>
a { background-color: #464C72; }
a { background-color: rgb(70,76,114); }
div.DivClassName
{
background-color: #464C72;
}
.BgClassName
{
background-color: #464C72;
}
</style>
border-color css
<style>
span { border-color: #464C72; }
span { border-color: rgb(70,76,114); }
td.TdClassName
{
border-color: #464C72;
}
.TagClassName
{
border-color: #464C72;
}
</style>