Shades of Astronaut #464F76
Tints of Astronaut #464F76
RGB
CMYK
RGB Variations
Color information
#464F76 (or 0x464F76) is known color: Astronaut. HEX triplet: 46, 4F and 76. RGB value is (70,79,118). Sum of RGB (Red+Green+Blue) = 70+79+118=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #464F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F76 is #B9B089. Grayscale: #505050. Windows color (decimal): -12169354 or 7753542. OLE color: 7753542.
HSL color Cylindrical-coordinate representation of color #464F76: hue angle of 228.75º 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 #464F76 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 79 | 118 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.54 |
| HSL | 228.75º | 0.26% | 0.37% | - |
| HSV(B) | 228.75º | 0.41% | 0.46% | - |
| XYZ | 8.59 | 8.2 | 18.27 | - |
| YUV | 80.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 118 | 0.41 | 0.33 | 0 | 0.54 | 228.75 | 0.26 | 0.37 |
| Hex | 46 | 4F | 76 | 29 | 21 | 0 | 36 | E5 | 1A | 25 |
| Octal | 106 | 117 | 166 | 51 | 41 | 0 | 66 | 345 | 32 | 45 |
| Binary | 1000110 | 1001111 | 1110110 | 101001 | 100001 | 0 | 110110 | 11100101 | 11010 | 100101 |
Color Harmonies of #464F76
Complementary color
Monochromatic Colors of #464F76
Black with #464F76
Text Example
Text Example
White with #464F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F76; }
p { color: rgb(70,79,118); }
H1.HeaderClassName
{
color: #464F76;
}
.AnyTagClassName
{
color: #464F76;
}
</style>
background-color css
<style>
a { background-color: #464F76; }
a { background-color: rgb(70,79,118); }
div.DivClassName
{
background-color: #464F76;
}
.BgClassName
{
background-color: #464F76;
}
</style>
border-color css
<style>
span { border-color: #464F76; }
span { border-color: rgb(70,79,118); }
td.TdClassName
{
border-color: #464F76;
}
.TagClassName
{
border-color: #464F76;
}
</style>