Shades of Astronaut #415073
Tints of Astronaut #415073
RGB
CMYK
RGB Variations
Color information
#415073 (or 0x415073) is known color: Astronaut. HEX triplet: 41, 50 and 73. RGB value is (65,80,115). Sum of RGB (Red+Green+Blue) = 65+80+115=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #415073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415073 is #BEAF8C. Grayscale: #4F4F4F. Windows color (decimal): -12496781 or 7557185. OLE color: 7557185.
HSL color Cylindrical-coordinate representation of color #415073: hue angle of 222º degrees, saturation: 0.28, 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 #415073 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 80 | 115 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.55 |
| HSL | 222º | 0.28% | 0.35% | - |
| HSV(B) | 222º | 0.43% | 0.45% | - |
| XYZ | 8.14 | 8.1 | 17.35 | - |
| YUV | 79.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 115 | 0.43 | 0.30 | 0 | 0.55 | 222 | 0.28 | 0.35 |
| Hex | 41 | 50 | 73 | 2B | 1E | 0 | 37 | DE | 1C | 23 |
| Octal | 101 | 120 | 163 | 53 | 36 | 0 | 67 | 336 | 34 | 43 |
| Binary | 1000001 | 1010000 | 1110011 | 101011 | 11110 | 0 | 110111 | 11011110 | 11100 | 100011 |
Color Harmonies of #415073
Complementary color
Monochromatic Colors of #415073
Black with #415073
Text Example
Text Example
White with #415073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415073; }
p { color: rgb(65,80,115); }
H1.HeaderClassName
{
color: #415073;
}
.AnyTagClassName
{
color: #415073;
}
</style>
background-color css
<style>
a { background-color: #415073; }
a { background-color: rgb(65,80,115); }
div.DivClassName
{
background-color: #415073;
}
.BgClassName
{
background-color: #415073;
}
</style>
border-color css
<style>
span { border-color: #415073; }
span { border-color: rgb(65,80,115); }
td.TdClassName
{
border-color: #415073;
}
.TagClassName
{
border-color: #415073;
}
</style>