Shades of Astronaut #414E7E
Tints of Astronaut #414E7E
RGB
CMYK
RGB Variations
Color information
#414E7E (or 0x414E7E) is known color: Astronaut. HEX triplet: 41, 4E and 7E. RGB value is (65,78,126). Sum of RGB (Red+Green+Blue) = 65+78+126=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 126 - color contains mainly: blue. Hex color #414E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E7E is #BEB181. Grayscale: #4F4F4F. Windows color (decimal): -12497282 or 8277569. OLE color: 8277569.
HSL color Cylindrical-coordinate representation of color #414E7E: hue angle of 227.21º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #414E7E is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 78 | 126 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.51 |
| HSL | 227.21º | 0.32% | 0.37% | - |
| HSV(B) | 227.21º | 0.48% | 0.49% | - |
| XYZ | 8.67 | 8.08 | 20.84 | - |
| YUV | 79.59 | 154.19 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 126 | 0.48 | 0.38 | 0 | 0.51 | 227.21 | 0.32 | 0.37 |
| Hex | 41 | 4E | 7E | 30 | 26 | 0 | 33 | E3 | 20 | 25 |
| Octal | 101 | 116 | 176 | 60 | 46 | 0 | 63 | 343 | 40 | 45 |
| Binary | 1000001 | 1001110 | 1111110 | 110000 | 100110 | 0 | 110011 | 11100011 | 100000 | 100101 |
Color Harmonies of #414E7E
Complementary color
Monochromatic Colors of #414E7E
Black with #414E7E
Text Example
Text Example
White with #414E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414E7E; }
p { color: rgb(65,78,126); }
H1.HeaderClassName
{
color: #414E7E;
}
.AnyTagClassName
{
color: #414E7E;
}
</style>
background-color css
<style>
a { background-color: #414E7E; }
a { background-color: rgb(65,78,126); }
div.DivClassName
{
background-color: #414E7E;
}
.BgClassName
{
background-color: #414E7E;
}
</style>
border-color css
<style>
span { border-color: #414E7E; }
span { border-color: rgb(65,78,126); }
td.TdClassName
{
border-color: #414E7E;
}
.TagClassName
{
border-color: #414E7E;
}
</style>