Shades of Astronaut #445178
Tints of Astronaut #445178
RGB
CMYK
RGB Variations
Color information
#445178 (or 0x445178) is known color: Astronaut. HEX triplet: 44, 51 and 78. RGB value is (68,81,120). Sum of RGB (Red+Green+Blue) = 68+81+120=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #445178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445178 is #BBAE87. Grayscale: #515151. Windows color (decimal): -12299912 or 7885124. OLE color: 7885124.
HSL color Cylindrical-coordinate representation of color #445178: hue angle of 225º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #445178 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 81 | 120 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.53 |
| HSL | 225º | 0.28% | 0.37% | - |
| HSV(B) | 225º | 0.43% | 0.47% | - |
| XYZ | 8.72 | 8.47 | 18.94 | - |
| YUV | 81.56 | 149.69 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 120 | 0.43 | 0.32 | 0 | 0.53 | 225 | 0.28 | 0.37 |
| Hex | 44 | 51 | 78 | 2B | 20 | 0 | 35 | E1 | 1C | 25 |
| Octal | 104 | 121 | 170 | 53 | 40 | 0 | 65 | 341 | 34 | 45 |
| Binary | 1000100 | 1010001 | 1111000 | 101011 | 100000 | 0 | 110101 | 11100001 | 11100 | 100101 |
Color Harmonies of #445178
Complementary color
Monochromatic Colors of #445178
Black with #445178
Text Example
Text Example
White with #445178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445178; }
p { color: rgb(68,81,120); }
H1.HeaderClassName
{
color: #445178;
}
.AnyTagClassName
{
color: #445178;
}
</style>
background-color css
<style>
a { background-color: #445178; }
a { background-color: rgb(68,81,120); }
div.DivClassName
{
background-color: #445178;
}
.BgClassName
{
background-color: #445178;
}
</style>
border-color css
<style>
span { border-color: #445178; }
span { border-color: rgb(68,81,120); }
td.TdClassName
{
border-color: #445178;
}
.TagClassName
{
border-color: #445178;
}
</style>