Shades of Astronaut #414C71
Tints of Astronaut #414C71
RGB
CMYK
RGB Variations
Color information
#414C71 (or 0x414C71) is known color: Astronaut. HEX triplet: 41, 4C and 71. RGB value is (65,76,113). Sum of RGB (Red+Green+Blue) = 65+76+113=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #414C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C71 is #BEB38E. Grayscale: #4C4C4C. Windows color (decimal): -12497807 or 7425089. OLE color: 7425089.
HSL color Cylindrical-coordinate representation of color #414C71: hue angle of 226.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #414C71 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 76 | 113 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.56 |
| HSL | 226.25º | 0.27% | 0.35% | - |
| HSV(B) | 226.25º | 0.42% | 0.44% | - |
| XYZ | 7.75 | 7.48 | 16.66 | - |
| YUV | 76.93 | 148.36 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 113 | 0.42 | 0.33 | 0 | 0.56 | 226.25 | 0.27 | 0.35 |
| Hex | 41 | 4C | 71 | 2A | 21 | 0 | 38 | E2 | 1B | 23 |
| Octal | 101 | 114 | 161 | 52 | 41 | 0 | 70 | 342 | 33 | 43 |
| Binary | 1000001 | 1001100 | 1110001 | 101010 | 100001 | 0 | 111000 | 11100010 | 11011 | 100011 |
Color Harmonies of #414C71
Complementary color
Monochromatic Colors of #414C71
Black with #414C71
Text Example
Text Example
White with #414C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C71; }
p { color: rgb(65,76,113); }
H1.HeaderClassName
{
color: #414C71;
}
.AnyTagClassName
{
color: #414C71;
}
</style>
background-color css
<style>
a { background-color: #414C71; }
a { background-color: rgb(65,76,113); }
div.DivClassName
{
background-color: #414C71;
}
.BgClassName
{
background-color: #414C71;
}
</style>
border-color css
<style>
span { border-color: #414C71; }
span { border-color: rgb(65,76,113); }
td.TdClassName
{
border-color: #414C71;
}
.TagClassName
{
border-color: #414C71;
}
</style>