Shades of Astronaut #44517D
Tints of Astronaut #44517D
RGB
CMYK
RGB Variations
Color information
#44517D (or 0x44517D) is known color: Astronaut. HEX triplet: 44, 51 and 7D. RGB value is (68,81,125). Sum of RGB (Red+Green+Blue) = 68+81+125=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #44517D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44517D is #BBAE82. Grayscale: #515151. Windows color (decimal): -12299907 or 8212804. OLE color: 8212804.
HSL color Cylindrical-coordinate representation of color #44517D: hue angle of 226.32º 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 #44517D is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 81 | 125 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.51 |
| HSL | 226.32º | 0.3% | 0.38% | - |
| HSV(B) | 226.32º | 0.46% | 0.49% | - |
| XYZ | 9.03 | 8.59 | 20.59 | - |
| YUV | 82.13 | 152.19 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 125 | 0.46 | 0.35 | 0 | 0.51 | 226.32 | 0.3 | 0.38 |
| Hex | 44 | 51 | 7D | 2E | 23 | 0 | 33 | E2 | 1E | 26 |
| Octal | 104 | 121 | 175 | 56 | 43 | 0 | 63 | 342 | 36 | 46 |
| Binary | 1000100 | 1010001 | 1111101 | 101110 | 100011 | 0 | 110011 | 11100010 | 11110 | 100110 |
Color Harmonies of #44517D
Complementary color
Monochromatic Colors of #44517D
Black with #44517D
Text Example
Text Example
White with #44517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44517D; }
p { color: rgb(68,81,125); }
H1.HeaderClassName
{
color: #44517D;
}
.AnyTagClassName
{
color: #44517D;
}
</style>
background-color css
<style>
a { background-color: #44517D; }
a { background-color: rgb(68,81,125); }
div.DivClassName
{
background-color: #44517D;
}
.BgClassName
{
background-color: #44517D;
}
</style>
border-color css
<style>
span { border-color: #44517D; }
span { border-color: rgb(68,81,125); }
td.TdClassName
{
border-color: #44517D;
}
.TagClassName
{
border-color: #44517D;
}
</style>