Shades of Astronaut #464C75
Tints of Astronaut #464C75
RGB
CMYK
RGB Variations
Color information
#464C75 (or 0x464C75) is known color: Astronaut. HEX triplet: 46, 4C and 75. RGB value is (70,76,117). Sum of RGB (Red+Green+Blue) = 70+76+117=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #464C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C75 is #B9B38A. Grayscale: #4E4E4E. Windows color (decimal): -12170123 or 7687238. OLE color: 7687238.
HSL color Cylindrical-coordinate representation of color #464C75: hue angle of 232.34º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #464C75 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 76 | 117 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.54 |
| HSL | 232.34º | 0.25% | 0.37% | - |
| HSV(B) | 232.34º | 0.4% | 0.46% | - |
| XYZ | 8.32 | 7.76 | 17.89 | - |
| YUV | 78.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 117 | 0.40 | 0.35 | 0 | 0.54 | 232.34 | 0.25 | 0.37 |
| Hex | 46 | 4C | 75 | 28 | 23 | 0 | 36 | E8 | 19 | 25 |
| Octal | 106 | 114 | 165 | 50 | 43 | 0 | 66 | 350 | 31 | 45 |
| Binary | 1000110 | 1001100 | 1110101 | 101000 | 100011 | 0 | 110110 | 11101000 | 11001 | 100101 |
Color Harmonies of #464C75
Complementary color
Monochromatic Colors of #464C75
Black with #464C75
Text Example
Text Example
White with #464C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C75; }
p { color: rgb(70,76,117); }
H1.HeaderClassName
{
color: #464C75;
}
.AnyTagClassName
{
color: #464C75;
}
</style>
background-color css
<style>
a { background-color: #464C75; }
a { background-color: rgb(70,76,117); }
div.DivClassName
{
background-color: #464C75;
}
.BgClassName
{
background-color: #464C75;
}
</style>
border-color css
<style>
span { border-color: #464C75; }
span { border-color: rgb(70,76,117); }
td.TdClassName
{
border-color: #464C75;
}
.TagClassName
{
border-color: #464C75;
}
</style>