Shades of Astronaut #464D76
Tints of Astronaut #464D76
RGB
CMYK
RGB Variations
Color information
#464D76 (or 0x464D76) is known color: Astronaut. HEX triplet: 46, 4D and 76. RGB value is (70,77,118). Sum of RGB (Red+Green+Blue) = 70+77+118=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #464D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D76 is #B9B289. Grayscale: #4F4F4F. Windows color (decimal): -12169866 or 7753030. OLE color: 7753030.
HSL color Cylindrical-coordinate representation of color #464D76: hue angle of 231.25º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #464D76 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 77 | 118 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.54 |
| HSL | 231.25º | 0.26% | 0.37% | - |
| HSV(B) | 231.25º | 0.41% | 0.46% | - |
| XYZ | 8.45 | 7.92 | 18.22 | - |
| YUV | 79.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 118 | 0.41 | 0.35 | 0 | 0.54 | 231.25 | 0.26 | 0.37 |
| Hex | 46 | 4D | 76 | 29 | 23 | 0 | 36 | E7 | 1A | 25 |
| Octal | 106 | 115 | 166 | 51 | 43 | 0 | 66 | 347 | 32 | 45 |
| Binary | 1000110 | 1001101 | 1110110 | 101001 | 100011 | 0 | 110110 | 11100111 | 11010 | 100101 |
Color Harmonies of #464D76
Complementary color
Monochromatic Colors of #464D76
Black with #464D76
Text Example
Text Example
White with #464D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D76; }
p { color: rgb(70,77,118); }
H1.HeaderClassName
{
color: #464D76;
}
.AnyTagClassName
{
color: #464D76;
}
</style>
background-color css
<style>
a { background-color: #464D76; }
a { background-color: rgb(70,77,118); }
div.DivClassName
{
background-color: #464D76;
}
.BgClassName
{
background-color: #464D76;
}
</style>
border-color css
<style>
span { border-color: #464D76; }
span { border-color: rgb(70,77,118); }
td.TdClassName
{
border-color: #464D76;
}
.TagClassName
{
border-color: #464D76;
}
</style>