Shades of Astronaut #464E7F
Tints of Astronaut #464E7F
RGB
CMYK
RGB Variations
Color information
#464E7F (or 0x464E7F) is known color: Astronaut. HEX triplet: 46, 4E and 7F. RGB value is (70,78,127). Sum of RGB (Red+Green+Blue) = 70+78+127=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #464E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E7F is #B9B180. Grayscale: #505050. Windows color (decimal): -12169601 or 8343110. OLE color: 8343110.
HSL color Cylindrical-coordinate representation of color #464E7F: hue angle of 231.58º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #464E7F is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 78 | 127 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.50 |
| HSL | 231.58º | 0.29% | 0.39% | - |
| HSV(B) | 231.58º | 0.45% | 0.5% | - |
| XYZ | 9.08 | 8.28 | 21.2 | - |
| YUV | 81.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 127 | 0.45 | 0.39 | 0 | 0.50 | 231.58 | 0.29 | 0.39 |
| Hex | 46 | 4E | 7F | 2D | 27 | 0 | 32 | E8 | 1D | 27 |
| Octal | 106 | 116 | 177 | 55 | 47 | 0 | 62 | 350 | 35 | 47 |
| Binary | 1000110 | 1001110 | 1111111 | 101101 | 100111 | 0 | 110010 | 11101000 | 11101 | 100111 |
Color Harmonies of #464E7F
Complementary color
Monochromatic Colors of #464E7F
Black with #464E7F
Text Example
Text Example
White with #464E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E7F; }
p { color: rgb(70,78,127); }
H1.HeaderClassName
{
color: #464E7F;
}
.AnyTagClassName
{
color: #464E7F;
}
</style>
background-color css
<style>
a { background-color: #464E7F; }
a { background-color: rgb(70,78,127); }
div.DivClassName
{
background-color: #464E7F;
}
.BgClassName
{
background-color: #464E7F;
}
</style>
border-color css
<style>
span { border-color: #464E7F; }
span { border-color: rgb(70,78,127); }
td.TdClassName
{
border-color: #464E7F;
}
.TagClassName
{
border-color: #464E7F;
}
</style>