Shades of Astronaut #444F78
Tints of Astronaut #444F78
RGB
CMYK
RGB Variations
Color information
#444F78 (or 0x444F78) is known color: Astronaut. HEX triplet: 44, 4F and 78. RGB value is (68,79,120). Sum of RGB (Red+Green+Blue) = 68+79+120=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #444F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F78 is #BBB087. Grayscale: #505050. Windows color (decimal): -12300424 or 7884612. OLE color: 7884612.
HSL color Cylindrical-coordinate representation of color #444F78: hue angle of 227.31º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #444F78 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 79 | 120 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.53 |
| HSL | 227.31º | 0.28% | 0.37% | - |
| HSV(B) | 227.31º | 0.43% | 0.47% | - |
| XYZ | 8.57 | 8.18 | 18.9 | - |
| YUV | 80.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 120 | 0.43 | 0.34 | 0 | 0.53 | 227.31 | 0.28 | 0.37 |
| Hex | 44 | 4F | 78 | 2B | 22 | 0 | 35 | E3 | 1C | 25 |
| Octal | 104 | 117 | 170 | 53 | 42 | 0 | 65 | 343 | 34 | 45 |
| Binary | 1000100 | 1001111 | 1111000 | 101011 | 100010 | 0 | 110101 | 11100011 | 11100 | 100101 |
Color Harmonies of #444F78
Complementary color
Monochromatic Colors of #444F78
Black with #444F78
Text Example
Text Example
White with #444F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F78; }
p { color: rgb(68,79,120); }
H1.HeaderClassName
{
color: #444F78;
}
.AnyTagClassName
{
color: #444F78;
}
</style>
background-color css
<style>
a { background-color: #444F78; }
a { background-color: rgb(68,79,120); }
div.DivClassName
{
background-color: #444F78;
}
.BgClassName
{
background-color: #444F78;
}
</style>
border-color css
<style>
span { border-color: #444F78; }
span { border-color: rgb(68,79,120); }
td.TdClassName
{
border-color: #444F78;
}
.TagClassName
{
border-color: #444F78;
}
</style>