Shades of Astronaut #444D76
Tints of Astronaut #444D76
RGB
CMYK
RGB Variations
Color information
#444D76 (or 0x444D76) is known color: Astronaut. HEX triplet: 44, 4D and 76. RGB value is (68,77,118). Sum of RGB (Red+Green+Blue) = 68+77+118=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #444D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D76 is #BBB289. Grayscale: #4E4E4E. Windows color (decimal): -12300938 or 7753028. OLE color: 7753028.
HSL color Cylindrical-coordinate representation of color #444D76: hue angle of 229.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #444D76 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 77 | 118 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.54 |
| HSL | 229.2º | 0.27% | 0.36% | - |
| HSV(B) | 229.2º | 0.42% | 0.46% | - |
| XYZ | 8.31 | 7.84 | 18.22 | - |
| YUV | 78.98 | 150.02 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 118 | 0.42 | 0.35 | 0 | 0.54 | 229.2 | 0.27 | 0.36 |
| Hex | 44 | 4D | 76 | 2A | 23 | 0 | 36 | E5 | 1B | 24 |
| Octal | 104 | 115 | 166 | 52 | 43 | 0 | 66 | 345 | 33 | 44 |
| Binary | 1000100 | 1001101 | 1110110 | 101010 | 100011 | 0 | 110110 | 11100101 | 11011 | 100100 |
Color Harmonies of #444D76
Complementary color
Monochromatic Colors of #444D76
Black with #444D76
Text Example
Text Example
White with #444D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D76; }
p { color: rgb(68,77,118); }
H1.HeaderClassName
{
color: #444D76;
}
.AnyTagClassName
{
color: #444D76;
}
</style>
background-color css
<style>
a { background-color: #444D76; }
a { background-color: rgb(68,77,118); }
div.DivClassName
{
background-color: #444D76;
}
.BgClassName
{
background-color: #444D76;
}
</style>
border-color css
<style>
span { border-color: #444D76; }
span { border-color: rgb(68,77,118); }
td.TdClassName
{
border-color: #444D76;
}
.TagClassName
{
border-color: #444D76;
}
</style>