Shades of Astronaut #444C78
Tints of Astronaut #444C78
RGB
CMYK
RGB Variations
Color information
#444C78 (or 0x444C78) is known color: Astronaut. HEX triplet: 44, 4C and 78. RGB value is (68,76,120). Sum of RGB (Red+Green+Blue) = 68+76+120=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #444C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C78 is #BBB387. Grayscale: #4E4E4E. Windows color (decimal): -12301192 or 7883844. OLE color: 7883844.
HSL color Cylindrical-coordinate representation of color #444C78: hue angle of 230.77º 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 #444C78 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 76 | 120 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.53 |
| HSL | 230.77º | 0.28% | 0.37% | - |
| HSV(B) | 230.77º | 0.43% | 0.47% | - |
| XYZ | 8.36 | 7.75 | 18.83 | - |
| YUV | 78.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 120 | 0.43 | 0.37 | 0 | 0.53 | 230.77 | 0.28 | 0.37 |
| Hex | 44 | 4C | 78 | 2B | 25 | 0 | 35 | E7 | 1C | 25 |
| Octal | 104 | 114 | 170 | 53 | 45 | 0 | 65 | 347 | 34 | 45 |
| Binary | 1000100 | 1001100 | 1111000 | 101011 | 100101 | 0 | 110101 | 11100111 | 11100 | 100101 |
Color Harmonies of #444C78
Complementary color
Monochromatic Colors of #444C78
Black with #444C78
Text Example
Text Example
White with #444C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C78; }
p { color: rgb(68,76,120); }
H1.HeaderClassName
{
color: #444C78;
}
.AnyTagClassName
{
color: #444C78;
}
</style>
background-color css
<style>
a { background-color: #444C78; }
a { background-color: rgb(68,76,120); }
div.DivClassName
{
background-color: #444C78;
}
.BgClassName
{
background-color: #444C78;
}
</style>
border-color css
<style>
span { border-color: #444C78; }
span { border-color: rgb(68,76,120); }
td.TdClassName
{
border-color: #444C78;
}
.TagClassName
{
border-color: #444C78;
}
</style>