Shades of Astronaut #444E7D
Tints of Astronaut #444E7D
RGB
CMYK
RGB Variations
Color information
#444E7D (or 0x444E7D) is known color: Astronaut. HEX triplet: 44, 4E and 7D. RGB value is (68,78,125). Sum of RGB (Red+Green+Blue) = 68+78+125=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #444E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444E7D is #BBB182. Grayscale: #505050. Windows color (decimal): -12300675 or 8212036. OLE color: 8212036.
HSL color Cylindrical-coordinate representation of color #444E7D: hue angle of 229.47º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #444E7D is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 78 | 125 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.51 |
| HSL | 229.47º | 0.3% | 0.38% | - |
| HSV(B) | 229.47º | 0.46% | 0.49% | - |
| XYZ | 8.81 | 8.16 | 20.51 | - |
| YUV | 80.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 125 | 0.46 | 0.38 | 0 | 0.51 | 229.47 | 0.3 | 0.38 |
| Hex | 44 | 4E | 7D | 2E | 26 | 0 | 33 | E5 | 1E | 26 |
| Octal | 104 | 116 | 175 | 56 | 46 | 0 | 63 | 345 | 36 | 46 |
| Binary | 1000100 | 1001110 | 1111101 | 101110 | 100110 | 0 | 110011 | 11100101 | 11110 | 100110 |
Color Harmonies of #444E7D
Complementary color
Monochromatic Colors of #444E7D
Black with #444E7D
Text Example
Text Example
White with #444E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444E7D; }
p { color: rgb(68,78,125); }
H1.HeaderClassName
{
color: #444E7D;
}
.AnyTagClassName
{
color: #444E7D;
}
</style>
background-color css
<style>
a { background-color: #444E7D; }
a { background-color: rgb(68,78,125); }
div.DivClassName
{
background-color: #444E7D;
}
.BgClassName
{
background-color: #444E7D;
}
</style>
border-color css
<style>
span { border-color: #444E7D; }
span { border-color: rgb(68,78,125); }
td.TdClassName
{
border-color: #444E7D;
}
.TagClassName
{
border-color: #444E7D;
}
</style>