Shades of Astronaut #415172
Tints of Astronaut #415172
RGB
CMYK
RGB Variations
Color information
#415172 (or 0x415172) is known color: Astronaut. HEX triplet: 41, 51 and 72. RGB value is (65,81,114). Sum of RGB (Red+Green+Blue) = 65+81+114=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #415172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415172 is #BEAE8D. Grayscale: #4F4F4F. Windows color (decimal): -12496526 or 7491905. OLE color: 7491905.
HSL color Cylindrical-coordinate representation of color #415172: hue angle of 220.41º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #415172 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 81 | 114 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.55 |
| HSL | 220.41º | 0.27% | 0.35% | - |
| HSV(B) | 220.41º | 0.43% | 0.45% | - |
| XYZ | 8.16 | 8.22 | 17.08 | - |
| YUV | 79.98 | 147.2 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 114 | 0.43 | 0.29 | 0 | 0.55 | 220.41 | 0.27 | 0.35 |
| Hex | 41 | 51 | 72 | 2B | 1D | 0 | 37 | DC | 1B | 23 |
| Octal | 101 | 121 | 162 | 53 | 35 | 0 | 67 | 334 | 33 | 43 |
| Binary | 1000001 | 1010001 | 1110010 | 101011 | 11101 | 0 | 110111 | 11011100 | 11011 | 100011 |
Color Harmonies of #415172
Complementary color
Monochromatic Colors of #415172
Black with #415172
Text Example
Text Example
White with #415172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415172; }
p { color: rgb(65,81,114); }
H1.HeaderClassName
{
color: #415172;
}
.AnyTagClassName
{
color: #415172;
}
</style>
background-color css
<style>
a { background-color: #415172; }
a { background-color: rgb(65,81,114); }
div.DivClassName
{
background-color: #415172;
}
.BgClassName
{
background-color: #415172;
}
</style>
border-color css
<style>
span { border-color: #415172; }
span { border-color: rgb(65,81,114); }
td.TdClassName
{
border-color: #415172;
}
.TagClassName
{
border-color: #415172;
}
</style>