Shades of Astronaut #444D74
Tints of Astronaut #444D74
RGB
CMYK
RGB Variations
Color information
#444D74 (or 0x444D74) is known color: Astronaut. HEX triplet: 44, 4D and 74. RGB value is (68,77,116). Sum of RGB (Red+Green+Blue) = 68+77+116=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #444D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D74 is #BBB28B. Grayscale: #4E4E4E. Windows color (decimal): -12300940 or 7621956. OLE color: 7621956.
HSL color Cylindrical-coordinate representation of color #444D74: hue angle of 228.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #444D74 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 77 | 116 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.55 |
| HSL | 228.75º | 0.26% | 0.36% | - |
| HSV(B) | 228.75º | 0.41% | 0.45% | - |
| XYZ | 8.19 | 7.8 | 17.6 | - |
| YUV | 78.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 116 | 0.41 | 0.34 | 0 | 0.55 | 228.75 | 0.26 | 0.36 |
| Hex | 44 | 4D | 74 | 29 | 22 | 0 | 37 | E5 | 1A | 24 |
| Octal | 104 | 115 | 164 | 51 | 42 | 0 | 67 | 345 | 32 | 44 |
| Binary | 1000100 | 1001101 | 1110100 | 101001 | 100010 | 0 | 110111 | 11100101 | 11010 | 100100 |
Color Harmonies of #444D74
Complementary color
Monochromatic Colors of #444D74
Black with #444D74
Text Example
Text Example
White with #444D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D74; }
p { color: rgb(68,77,116); }
H1.HeaderClassName
{
color: #444D74;
}
.AnyTagClassName
{
color: #444D74;
}
</style>
background-color css
<style>
a { background-color: #444D74; }
a { background-color: rgb(68,77,116); }
div.DivClassName
{
background-color: #444D74;
}
.BgClassName
{
background-color: #444D74;
}
</style>
border-color css
<style>
span { border-color: #444D74; }
span { border-color: rgb(68,77,116); }
td.TdClassName
{
border-color: #444D74;
}
.TagClassName
{
border-color: #444D74;
}
</style>