Shades of Astronaut #444C70
Tints of Astronaut #444C70
RGB
CMYK
RGB Variations
Color information
#444C70 (or 0x444C70) is known color: Astronaut. HEX triplet: 44, 4C and 70. RGB value is (68,76,112). Sum of RGB (Red+Green+Blue) = 68+76+112=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #444C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C70 is #BBB38F. Grayscale: #4D4D4D. Windows color (decimal): -12301200 or 7359556. OLE color: 7359556.
HSL color Cylindrical-coordinate representation of color #444C70: hue angle of 229.09º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #444C70 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 76 | 112 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.56 |
| HSL | 229.09º | 0.24% | 0.35% | - |
| HSV(B) | 229.09º | 0.39% | 0.44% | - |
| XYZ | 7.89 | 7.57 | 16.37 | - |
| YUV | 77.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 112 | 0.39 | 0.32 | 0 | 0.56 | 229.09 | 0.24 | 0.35 |
| Hex | 44 | 4C | 70 | 27 | 20 | 0 | 38 | E5 | 18 | 23 |
| Octal | 104 | 114 | 160 | 47 | 40 | 0 | 70 | 345 | 30 | 43 |
| Binary | 1000100 | 1001100 | 1110000 | 100111 | 100000 | 0 | 111000 | 11100101 | 11000 | 100011 |
Color Harmonies of #444C70
Complementary color
Monochromatic Colors of #444C70
Black with #444C70
Text Example
Text Example
White with #444C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C70; }
p { color: rgb(68,76,112); }
H1.HeaderClassName
{
color: #444C70;
}
.AnyTagClassName
{
color: #444C70;
}
</style>
background-color css
<style>
a { background-color: #444C70; }
a { background-color: rgb(68,76,112); }
div.DivClassName
{
background-color: #444C70;
}
.BgClassName
{
background-color: #444C70;
}
</style>
border-color css
<style>
span { border-color: #444C70; }
span { border-color: rgb(68,76,112); }
td.TdClassName
{
border-color: #444C70;
}
.TagClassName
{
border-color: #444C70;
}
</style>