Shades of Astronaut #444E73
Tints of Astronaut #444E73
RGB
CMYK
RGB Variations
Color information
#444E73 (or 0x444E73) is known color: Astronaut. HEX triplet: 44, 4E and 73. RGB value is (68,78,115). Sum of RGB (Red+Green+Blue) = 68+78+115=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #444E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444E73 is #BBB18C. Grayscale: #4F4F4F. Windows color (decimal): -12300685 or 7556676. OLE color: 7556676.
HSL color Cylindrical-coordinate representation of color #444E73: hue angle of 227.23º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #444E73 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 78 | 115 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.55 |
| HSL | 227.23º | 0.26% | 0.36% | - |
| HSV(B) | 227.23º | 0.41% | 0.45% | - |
| XYZ | 8.2 | 7.92 | 17.32 | - |
| YUV | 79.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 115 | 0.41 | 0.32 | 0 | 0.55 | 227.23 | 0.26 | 0.36 |
| Hex | 44 | 4E | 73 | 29 | 20 | 0 | 37 | E3 | 1A | 24 |
| Octal | 104 | 116 | 163 | 51 | 40 | 0 | 67 | 343 | 32 | 44 |
| Binary | 1000100 | 1001110 | 1110011 | 101001 | 100000 | 0 | 110111 | 11100011 | 11010 | 100100 |
Color Harmonies of #444E73
Complementary color
Monochromatic Colors of #444E73
Black with #444E73
Text Example
Text Example
White with #444E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444E73; }
p { color: rgb(68,78,115); }
H1.HeaderClassName
{
color: #444E73;
}
.AnyTagClassName
{
color: #444E73;
}
</style>
background-color css
<style>
a { background-color: #444E73; }
a { background-color: rgb(68,78,115); }
div.DivClassName
{
background-color: #444E73;
}
.BgClassName
{
background-color: #444E73;
}
</style>
border-color css
<style>
span { border-color: #444E73; }
span { border-color: rgb(68,78,115); }
td.TdClassName
{
border-color: #444E73;
}
.TagClassName
{
border-color: #444E73;
}
</style>