Shades of Astronaut #414C7C
Tints of Astronaut #414C7C
RGB
CMYK
RGB Variations
Color information
#414C7C (or 0x414C7C) is known color: Astronaut. HEX triplet: 41, 4C and 7C. RGB value is (65,76,124). Sum of RGB (Red+Green+Blue) = 65+76+124=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #414C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C7C is #BEB383. Grayscale: #4D4D4D. Windows color (decimal): -12497796 or 8145985. OLE color: 8145985.
HSL color Cylindrical-coordinate representation of color #414C7C: hue angle of 228.81º 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 #414C7C is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 76 | 124 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.51 |
| HSL | 228.81º | 0.31% | 0.37% | - |
| HSV(B) | 228.81º | 0.48% | 0.49% | - |
| XYZ | 8.4 | 7.75 | 20.12 | - |
| YUV | 78.18 | 153.86 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 124 | 0.48 | 0.39 | 0 | 0.51 | 228.81 | 0.31 | 0.37 |
| Hex | 41 | 4C | 7C | 30 | 27 | 0 | 33 | E5 | 1F | 25 |
| Octal | 101 | 114 | 174 | 60 | 47 | 0 | 63 | 345 | 37 | 45 |
| Binary | 1000001 | 1001100 | 1111100 | 110000 | 100111 | 0 | 110011 | 11100101 | 11111 | 100101 |
Color Harmonies of #414C7C
Complementary color
Monochromatic Colors of #414C7C
Black with #414C7C
Text Example
Text Example
White with #414C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C7C; }
p { color: rgb(65,76,124); }
H1.HeaderClassName
{
color: #414C7C;
}
.AnyTagClassName
{
color: #414C7C;
}
</style>
background-color css
<style>
a { background-color: #414C7C; }
a { background-color: rgb(65,76,124); }
div.DivClassName
{
background-color: #414C7C;
}
.BgClassName
{
background-color: #414C7C;
}
</style>
border-color css
<style>
span { border-color: #414C7C; }
span { border-color: rgb(65,76,124); }
td.TdClassName
{
border-color: #414C7C;
}
.TagClassName
{
border-color: #414C7C;
}
</style>