Shades of Astronaut #414F6D
Tints of Astronaut #414F6D
RGB
CMYK
RGB Variations
Color information
#414F6D (or 0x414F6D) is known color: Astronaut. HEX triplet: 41, 4F and 6D. RGB value is (65,79,109). Sum of RGB (Red+Green+Blue) = 65+79+109=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #414F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F6D is #BEB092. Grayscale: #4E4E4E. Windows color (decimal): -12497043 or 7163713. OLE color: 7163713.
HSL color Cylindrical-coordinate representation of color #414F6D: hue angle of 220.91º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #414F6D is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 79 | 109 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.57 |
| HSL | 220.91º | 0.25% | 0.34% | - |
| HSV(B) | 220.91º | 0.4% | 0.43% | - |
| XYZ | 7.74 | 7.82 | 15.57 | - |
| YUV | 78.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 79 | 109 | 0.40 | 0.28 | 0 | 0.57 | 220.91 | 0.25 | 0.34 |
| Hex | 41 | 4F | 6D | 28 | 1C | 0 | 39 | DD | 19 | 22 |
| Octal | 101 | 117 | 155 | 50 | 34 | 0 | 71 | 335 | 31 | 42 |
| Binary | 1000001 | 1001111 | 1101101 | 101000 | 11100 | 0 | 111001 | 11011101 | 11001 | 100010 |
Color Harmonies of #414F6D
Complementary color
Monochromatic Colors of #414F6D
Black with #414F6D
Text Example
Text Example
White with #414F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414F6D; }
p { color: rgb(65,79,109); }
H1.HeaderClassName
{
color: #414F6D;
}
.AnyTagClassName
{
color: #414F6D;
}
</style>
background-color css
<style>
a { background-color: #414F6D; }
a { background-color: rgb(65,79,109); }
div.DivClassName
{
background-color: #414F6D;
}
.BgClassName
{
background-color: #414F6D;
}
</style>
border-color css
<style>
span { border-color: #414F6D; }
span { border-color: rgb(65,79,109); }
td.TdClassName
{
border-color: #414F6D;
}
.TagClassName
{
border-color: #414F6D;
}
</style>