Shades of Astronaut #445179
Tints of Astronaut #445179
RGB
CMYK
RGB Variations
Color information
#445179 (or 0x445179) is known color: Astronaut. HEX triplet: 44, 51 and 79. RGB value is (68,81,121). Sum of RGB (Red+Green+Blue) = 68+81+121=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #445179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445179 is #BBAE86. Grayscale: #515151. Windows color (decimal): -12299911 or 7950660. OLE color: 7950660.
HSL color Cylindrical-coordinate representation of color #445179: hue angle of 225.28º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #445179 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 81 | 121 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.53 |
| HSL | 225.28º | 0.28% | 0.37% | - |
| HSV(B) | 225.28º | 0.44% | 0.47% | - |
| XYZ | 8.78 | 8.49 | 19.27 | - |
| YUV | 81.67 | 150.19 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 121 | 0.44 | 0.33 | 0 | 0.53 | 225.28 | 0.28 | 0.37 |
| Hex | 44 | 51 | 79 | 2C | 21 | 0 | 35 | E1 | 1C | 25 |
| Octal | 104 | 121 | 171 | 54 | 41 | 0 | 65 | 341 | 34 | 45 |
| Binary | 1000100 | 1010001 | 1111001 | 101100 | 100001 | 0 | 110101 | 11100001 | 11100 | 100101 |
Color Harmonies of #445179
Complementary color
Monochromatic Colors of #445179
Black with #445179
Text Example
Text Example
White with #445179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445179; }
p { color: rgb(68,81,121); }
H1.HeaderClassName
{
color: #445179;
}
.AnyTagClassName
{
color: #445179;
}
</style>
background-color css
<style>
a { background-color: #445179; }
a { background-color: rgb(68,81,121); }
div.DivClassName
{
background-color: #445179;
}
.BgClassName
{
background-color: #445179;
}
</style>
border-color css
<style>
span { border-color: #445179; }
span { border-color: rgb(68,81,121); }
td.TdClassName
{
border-color: #445179;
}
.TagClassName
{
border-color: #445179;
}
</style>