Shades of Astronaut #444F73
Tints of Astronaut #444F73
RGB
CMYK
RGB Variations
Color information
#444F73 (or 0x444F73) is known color: Astronaut. HEX triplet: 44, 4F and 73. RGB value is (68,79,115). Sum of RGB (Red+Green+Blue) = 68+79+115=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #444F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F73 is #BBB08C. Grayscale: #4F4F4F. Windows color (decimal): -12300429 or 7556932. OLE color: 7556932.
HSL color Cylindrical-coordinate representation of color #444F73: hue angle of 225.96º 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 #444F73 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 79 | 115 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.55 |
| HSL | 225.96º | 0.26% | 0.36% | - |
| HSV(B) | 225.96º | 0.41% | 0.45% | - |
| XYZ | 8.27 | 8.06 | 17.34 | - |
| YUV | 79.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 115 | 0.41 | 0.31 | 0 | 0.55 | 225.96 | 0.26 | 0.36 |
| Hex | 44 | 4F | 73 | 29 | 1F | 0 | 37 | E2 | 1A | 24 |
| Octal | 104 | 117 | 163 | 51 | 37 | 0 | 67 | 342 | 32 | 44 |
| Binary | 1000100 | 1001111 | 1110011 | 101001 | 11111 | 0 | 110111 | 11100010 | 11010 | 100100 |
Color Harmonies of #444F73
Complementary color
Monochromatic Colors of #444F73
Black with #444F73
Text Example
Text Example
White with #444F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F73; }
p { color: rgb(68,79,115); }
H1.HeaderClassName
{
color: #444F73;
}
.AnyTagClassName
{
color: #444F73;
}
</style>
background-color css
<style>
a { background-color: #444F73; }
a { background-color: rgb(68,79,115); }
div.DivClassName
{
background-color: #444F73;
}
.BgClassName
{
background-color: #444F73;
}
</style>
border-color css
<style>
span { border-color: #444F73; }
span { border-color: rgb(68,79,115); }
td.TdClassName
{
border-color: #444F73;
}
.TagClassName
{
border-color: #444F73;
}
</style>