Shades of Astronaut #414E7B
Tints of Astronaut #414E7B
RGB
CMYK
RGB Variations
Color information
#414E7B (or 0x414E7B) is known color: Astronaut. HEX triplet: 41, 4E and 7B. RGB value is (65,78,123). Sum of RGB (Red+Green+Blue) = 65+78+123=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #414E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E7B is #BEB184. Grayscale: #4F4F4F. Windows color (decimal): -12497285 or 8080961. OLE color: 8080961.
HSL color Cylindrical-coordinate representation of color #414E7B: hue angle of 226.55º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #414E7B is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 78 | 123 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.52 |
| HSL | 226.55º | 0.31% | 0.37% | - |
| HSV(B) | 226.55º | 0.47% | 0.48% | - |
| XYZ | 8.48 | 8 | 19.84 | - |
| YUV | 79.24 | 152.69 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 123 | 0.47 | 0.37 | 0 | 0.52 | 226.55 | 0.31 | 0.37 |
| Hex | 41 | 4E | 7B | 2F | 25 | 0 | 34 | E3 | 1F | 25 |
| Octal | 101 | 116 | 173 | 57 | 45 | 0 | 64 | 343 | 37 | 45 |
| Binary | 1000001 | 1001110 | 1111011 | 101111 | 100101 | 0 | 110100 | 11100011 | 11111 | 100101 |
Color Harmonies of #414E7B
Complementary color
Monochromatic Colors of #414E7B
Black with #414E7B
Text Example
Text Example
White with #414E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414E7B; }
p { color: rgb(65,78,123); }
H1.HeaderClassName
{
color: #414E7B;
}
.AnyTagClassName
{
color: #414E7B;
}
</style>
background-color css
<style>
a { background-color: #414E7B; }
a { background-color: rgb(65,78,123); }
div.DivClassName
{
background-color: #414E7B;
}
.BgClassName
{
background-color: #414E7B;
}
</style>
border-color css
<style>
span { border-color: #414E7B; }
span { border-color: rgb(65,78,123); }
td.TdClassName
{
border-color: #414E7B;
}
.TagClassName
{
border-color: #414E7B;
}
</style>