Shades of Astronaut #414E6F
Tints of Astronaut #414E6F
RGB
CMYK
RGB Variations
Color information
#414E6F (or 0x414E6F) is known color: Astronaut. HEX triplet: 41, 4E and 6F. RGB value is (65,78,111). Sum of RGB (Red+Green+Blue) = 65+78+111=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 111 - color contains mainly: blue. Hex color #414E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E6F is #BEB190. Grayscale: #4D4D4D. Windows color (decimal): -12497297 or 7294529. OLE color: 7294529.
HSL color Cylindrical-coordinate representation of color #414E6F: hue angle of 223.04º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #414E6F is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 78 | 111 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.56 |
| HSL | 223.04º | 0.26% | 0.35% | - |
| HSV(B) | 223.04º | 0.41% | 0.44% | - |
| XYZ | 7.77 | 7.72 | 16.12 | - |
| YUV | 77.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 111 | 0.41 | 0.30 | 0 | 0.56 | 223.04 | 0.26 | 0.35 |
| Hex | 41 | 4E | 6F | 29 | 1E | 0 | 38 | DF | 1A | 23 |
| Octal | 101 | 116 | 157 | 51 | 36 | 0 | 70 | 337 | 32 | 43 |
| Binary | 1000001 | 1001110 | 1101111 | 101001 | 11110 | 0 | 111000 | 11011111 | 11010 | 100011 |
Color Harmonies of #414E6F
Complementary color
Monochromatic Colors of #414E6F
Black with #414E6F
Text Example
Text Example
White with #414E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414E6F; }
p { color: rgb(65,78,111); }
H1.HeaderClassName
{
color: #414E6F;
}
.AnyTagClassName
{
color: #414E6F;
}
</style>
background-color css
<style>
a { background-color: #414E6F; }
a { background-color: rgb(65,78,111); }
div.DivClassName
{
background-color: #414E6F;
}
.BgClassName
{
background-color: #414E6F;
}
</style>
border-color css
<style>
span { border-color: #414E6F; }
span { border-color: rgb(65,78,111); }
td.TdClassName
{
border-color: #414E6F;
}
.TagClassName
{
border-color: #414E6F;
}
</style>