Shades of Astronaut #444F80
Tints of Astronaut #444F80
RGB
CMYK
RGB Variations
Color information
#444F80 (or 0x444F80) is known color: Astronaut. HEX triplet: 44, 4F and 80. RGB value is (68,79,128). Sum of RGB (Red+Green+Blue) = 68+79+128=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #444F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444F80 is #BBB07F. Grayscale: #515151. Windows color (decimal): -12300416 or 8408900. OLE color: 8408900.
HSL color Cylindrical-coordinate representation of color #444F80: hue angle of 229º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #444F80 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 79 | 128 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.50 |
| HSL | 229º | 0.31% | 0.38% | - |
| HSV(B) | 229º | 0.47% | 0.5% | - |
| XYZ | 9.08 | 8.38 | 21.56 | - |
| YUV | 81.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 128 | 0.47 | 0.38 | 0 | 0.50 | 229 | 0.31 | 0.38 |
| Hex | 44 | 4F | 80 | 2F | 26 | 0 | 32 | E5 | 1F | 26 |
| Octal | 104 | 117 | 200 | 57 | 46 | 0 | 62 | 345 | 37 | 46 |
| Binary | 1000100 | 1001111 | 10000000 | 101111 | 100110 | 0 | 110010 | 11100101 | 11111 | 100110 |
Color Harmonies of #444F80
Complementary color
Monochromatic Colors of #444F80
Black with #444F80
Text Example
Text Example
White with #444F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F80; }
p { color: rgb(68,79,128); }
H1.HeaderClassName
{
color: #444F80;
}
.AnyTagClassName
{
color: #444F80;
}
</style>
background-color css
<style>
a { background-color: #444F80; }
a { background-color: rgb(68,79,128); }
div.DivClassName
{
background-color: #444F80;
}
.BgClassName
{
background-color: #444F80;
}
</style>
border-color css
<style>
span { border-color: #444F80; }
span { border-color: rgb(68,79,128); }
td.TdClassName
{
border-color: #444F80;
}
.TagClassName
{
border-color: #444F80;
}
</style>