Shades of Astronaut #444F71
Tints of Astronaut #444F71
RGB
CMYK
RGB Variations
Color information
#444F71 (or 0x444F71) is known color: Astronaut. HEX triplet: 44, 4F and 71. RGB value is (68,79,113). Sum of RGB (Red+Green+Blue) = 68+79+113=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #444F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F71 is #BBB08E. Grayscale: #4F4F4F. Windows color (decimal): -12300431 or 7425860. OLE color: 7425860.
HSL color Cylindrical-coordinate representation of color #444F71: hue angle of 225.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #444F71 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 79 | 113 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.56 |
| HSL | 225.33º | 0.25% | 0.35% | - |
| HSV(B) | 225.33º | 0.4% | 0.44% | - |
| XYZ | 8.16 | 8.01 | 16.74 | - |
| YUV | 79.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 113 | 0.40 | 0.30 | 0 | 0.56 | 225.33 | 0.25 | 0.35 |
| Hex | 44 | 4F | 71 | 28 | 1E | 0 | 38 | E1 | 19 | 23 |
| Octal | 104 | 117 | 161 | 50 | 36 | 0 | 70 | 341 | 31 | 43 |
| Binary | 1000100 | 1001111 | 1110001 | 101000 | 11110 | 0 | 111000 | 11100001 | 11001 | 100011 |
Color Harmonies of #444F71
Complementary color
Monochromatic Colors of #444F71
Black with #444F71
Text Example
Text Example
White with #444F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F71; }
p { color: rgb(68,79,113); }
H1.HeaderClassName
{
color: #444F71;
}
.AnyTagClassName
{
color: #444F71;
}
</style>
background-color css
<style>
a { background-color: #444F71; }
a { background-color: rgb(68,79,113); }
div.DivClassName
{
background-color: #444F71;
}
.BgClassName
{
background-color: #444F71;
}
</style>
border-color css
<style>
span { border-color: #444F71; }
span { border-color: rgb(68,79,113); }
td.TdClassName
{
border-color: #444F71;
}
.TagClassName
{
border-color: #444F71;
}
</style>