Shades of Astronaut #444E7A
Tints of Astronaut #444E7A
RGB
CMYK
RGB Variations
Color information
#444E7A (or 0x444E7A) is known color: Astronaut. HEX triplet: 44, 4E and 7A. RGB value is (68,78,122). Sum of RGB (Red+Green+Blue) = 68+78+122=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #444E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444E7A is #BBB185. Grayscale: #4F4F4F. Windows color (decimal): -12300678 or 8015428. OLE color: 8015428.
HSL color Cylindrical-coordinate representation of color #444E7A: hue angle of 228.89º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #444E7A is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 78 | 122 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.52 |
| HSL | 228.89º | 0.28% | 0.37% | - |
| HSV(B) | 228.89º | 0.44% | 0.48% | - |
| XYZ | 8.62 | 8.08 | 19.52 | - |
| YUV | 80.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 122 | 0.44 | 0.36 | 0 | 0.52 | 228.89 | 0.28 | 0.37 |
| Hex | 44 | 4E | 7A | 2C | 24 | 0 | 34 | E5 | 1C | 25 |
| Octal | 104 | 116 | 172 | 54 | 44 | 0 | 64 | 345 | 34 | 45 |
| Binary | 1000100 | 1001110 | 1111010 | 101100 | 100100 | 0 | 110100 | 11100101 | 11100 | 100101 |
Color Harmonies of #444E7A
Complementary color
Monochromatic Colors of #444E7A
Black with #444E7A
Text Example
Text Example
White with #444E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444E7A; }
p { color: rgb(68,78,122); }
H1.HeaderClassName
{
color: #444E7A;
}
.AnyTagClassName
{
color: #444E7A;
}
</style>
background-color css
<style>
a { background-color: #444E7A; }
a { background-color: rgb(68,78,122); }
div.DivClassName
{
background-color: #444E7A;
}
.BgClassName
{
background-color: #444E7A;
}
</style>
border-color css
<style>
span { border-color: #444E7A; }
span { border-color: rgb(68,78,122); }
td.TdClassName
{
border-color: #444E7A;
}
.TagClassName
{
border-color: #444E7A;
}
</style>