Shades of Astronaut #414E7C
Tints of Astronaut #414E7C
RGB
CMYK
RGB Variations
Color information
#414E7C (or 0x414E7C) is known color: Astronaut. HEX triplet: 41, 4E and 7C. RGB value is (65,78,124). Sum of RGB (Red+Green+Blue) = 65+78+124=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #414E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E7C is #BEB183. Grayscale: #4F4F4F. Windows color (decimal): -12497284 or 8146497. OLE color: 8146497.
HSL color Cylindrical-coordinate representation of color #414E7C: hue angle of 226.78º degrees, saturation: 0.31, 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 #414E7C is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 78 | 124 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.51 |
| HSL | 226.78º | 0.31% | 0.37% | - |
| HSV(B) | 226.78º | 0.48% | 0.49% | - |
| XYZ | 8.54 | 8.03 | 20.17 | - |
| YUV | 79.36 | 153.19 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 124 | 0.48 | 0.37 | 0 | 0.51 | 226.78 | 0.31 | 0.37 |
| Hex | 41 | 4E | 7C | 30 | 25 | 0 | 33 | E3 | 1F | 25 |
| Octal | 101 | 116 | 174 | 60 | 45 | 0 | 63 | 343 | 37 | 45 |
| Binary | 1000001 | 1001110 | 1111100 | 110000 | 100101 | 0 | 110011 | 11100011 | 11111 | 100101 |
Color Harmonies of #414E7C
Complementary color
Monochromatic Colors of #414E7C
Black with #414E7C
Text Example
Text Example
White with #414E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414E7C; }
p { color: rgb(65,78,124); }
H1.HeaderClassName
{
color: #414E7C;
}
.AnyTagClassName
{
color: #414E7C;
}
</style>
background-color css
<style>
a { background-color: #414E7C; }
a { background-color: rgb(65,78,124); }
div.DivClassName
{
background-color: #414E7C;
}
.BgClassName
{
background-color: #414E7C;
}
</style>
border-color css
<style>
span { border-color: #414E7C; }
span { border-color: rgb(65,78,124); }
td.TdClassName
{
border-color: #414E7C;
}
.TagClassName
{
border-color: #414E7C;
}
</style>