Shades of Astronaut #444D6E
Tints of Astronaut #444D6E
RGB
CMYK
RGB Variations
Color information
#444D6E (or 0x444D6E) is known color: Astronaut. HEX triplet: 44, 4D and 6E. RGB value is (68,77,110). Sum of RGB (Red+Green+Blue) = 68+77+110=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #444D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D6E is #BBB291. Grayscale: #4D4D4D. Windows color (decimal): -12300946 or 7228740. OLE color: 7228740.
HSL color Cylindrical-coordinate representation of color #444D6E: hue angle of 227.14º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #444D6E is Cyan = 0.38, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 77 | 110 | - |
| CMYK | 0.38 | 0.3 | 0 | 0.57 |
| HSL | 227.14º | 0.24% | 0.35% | - |
| HSV(B) | 227.14º | 0.38% | 0.43% | - |
| XYZ | 7.85 | 7.66 | 15.82 | - |
| YUV | 78.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 110 | 0.38 | 0.3 | 0 | 0.57 | 227.14 | 0.24 | 0.35 |
| Hex | 44 | 4D | 6E | 26 | 1E | 0 | 39 | E3 | 18 | 23 |
| Octal | 104 | 115 | 156 | 46 | 36 | 0 | 71 | 343 | 30 | 43 |
| Binary | 1000100 | 1001101 | 1101110 | 100110 | 11110 | 0 | 111001 | 11100011 | 11000 | 100011 |
Color Harmonies of #444D6E
Complementary color
Monochromatic Colors of #444D6E
Black with #444D6E
Text Example
Text Example
White with #444D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D6E; }
p { color: rgb(68,77,110); }
H1.HeaderClassName
{
color: #444D6E;
}
.AnyTagClassName
{
color: #444D6E;
}
</style>
background-color css
<style>
a { background-color: #444D6E; }
a { background-color: rgb(68,77,110); }
div.DivClassName
{
background-color: #444D6E;
}
.BgClassName
{
background-color: #444D6E;
}
</style>
border-color css
<style>
span { border-color: #444D6E; }
span { border-color: rgb(68,77,110); }
td.TdClassName
{
border-color: #444D6E;
}
.TagClassName
{
border-color: #444D6E;
}
</style>