Shades of Astronaut #44517E
Tints of Astronaut #44517E
RGB
CMYK
RGB Variations
Color information
#44517E (or 0x44517E) is known color: Astronaut. HEX triplet: 44, 51 and 7E. RGB value is (68,81,126). Sum of RGB (Red+Green+Blue) = 68+81+126=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 126 - color contains mainly: blue. Hex color #44517E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44517E is #BBAE81. Grayscale: #525252. Windows color (decimal): -12299906 or 8278340. OLE color: 8278340.
HSL color Cylindrical-coordinate representation of color #44517E: hue angle of 226.55º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44517E is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 81 | 126 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.51 |
| HSL | 226.55º | 0.3% | 0.38% | - |
| HSV(B) | 226.55º | 0.46% | 0.49% | - |
| XYZ | 9.09 | 8.62 | 20.92 | - |
| YUV | 82.24 | 152.69 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 126 | 0.46 | 0.36 | 0 | 0.51 | 226.55 | 0.3 | 0.38 |
| Hex | 44 | 51 | 7E | 2E | 24 | 0 | 33 | E3 | 1E | 26 |
| Octal | 104 | 121 | 176 | 56 | 44 | 0 | 63 | 343 | 36 | 46 |
| Binary | 1000100 | 1010001 | 1111110 | 101110 | 100100 | 0 | 110011 | 11100011 | 11110 | 100110 |
Color Harmonies of #44517E
Complementary color
Monochromatic Colors of #44517E
Black with #44517E
Text Example
Text Example
White with #44517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44517E; }
p { color: rgb(68,81,126); }
H1.HeaderClassName
{
color: #44517E;
}
.AnyTagClassName
{
color: #44517E;
}
</style>
background-color css
<style>
a { background-color: #44517E; }
a { background-color: rgb(68,81,126); }
div.DivClassName
{
background-color: #44517E;
}
.BgClassName
{
background-color: #44517E;
}
</style>
border-color css
<style>
span { border-color: #44517E; }
span { border-color: rgb(68,81,126); }
td.TdClassName
{
border-color: #44517E;
}
.TagClassName
{
border-color: #44517E;
}
</style>