Shades of Astronaut #415174
Tints of Astronaut #415174
RGB
CMYK
RGB Variations
Color information
#415174 (or 0x415174) is known color: Astronaut. HEX triplet: 41, 51 and 74. RGB value is (65,81,116). Sum of RGB (Red+Green+Blue) = 65+81+116=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #415174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415174 is #BEAE8B. Grayscale: #505050. Windows color (decimal): -12496524 or 7622977. OLE color: 7622977.
HSL color Cylindrical-coordinate representation of color #415174: hue angle of 221.18º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #415174 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 81 | 116 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.55 |
| HSL | 221.18º | 0.28% | 0.35% | - |
| HSV(B) | 221.18º | 0.44% | 0.45% | - |
| XYZ | 8.27 | 8.27 | 17.68 | - |
| YUV | 80.21 | 148.2 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 116 | 0.44 | 0.30 | 0 | 0.55 | 221.18 | 0.28 | 0.35 |
| Hex | 41 | 51 | 74 | 2C | 1E | 0 | 37 | DD | 1C | 23 |
| Octal | 101 | 121 | 164 | 54 | 36 | 0 | 67 | 335 | 34 | 43 |
| Binary | 1000001 | 1010001 | 1110100 | 101100 | 11110 | 0 | 110111 | 11011101 | 11100 | 100011 |
Color Harmonies of #415174
Complementary color
Monochromatic Colors of #415174
Black with #415174
Text Example
Text Example
White with #415174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415174; }
p { color: rgb(65,81,116); }
H1.HeaderClassName
{
color: #415174;
}
.AnyTagClassName
{
color: #415174;
}
</style>
background-color css
<style>
a { background-color: #415174; }
a { background-color: rgb(65,81,116); }
div.DivClassName
{
background-color: #415174;
}
.BgClassName
{
background-color: #415174;
}
</style>
border-color css
<style>
span { border-color: #415174; }
span { border-color: rgb(65,81,116); }
td.TdClassName
{
border-color: #415174;
}
.TagClassName
{
border-color: #415174;
}
</style>