Shades of Astronaut #444C72
Tints of Astronaut #444C72
RGB
CMYK
RGB Variations
Color information
#444C72 (or 0x444C72) is known color: Astronaut. HEX triplet: 44, 4C and 72. RGB value is (68,76,114). Sum of RGB (Red+Green+Blue) = 68+76+114=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #444C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C72 is #BBB38D. Grayscale: #4D4D4D. Windows color (decimal): -12301198 or 7490628. OLE color: 7490628.
HSL color Cylindrical-coordinate representation of color #444C72: hue angle of 229.57º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #444C72 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 76 | 114 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.55 |
| HSL | 229.57º | 0.25% | 0.36% | - |
| HSV(B) | 229.57º | 0.4% | 0.45% | - |
| XYZ | 8.01 | 7.61 | 16.97 | - |
| YUV | 77.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 114 | 0.40 | 0.33 | 0 | 0.55 | 229.57 | 0.25 | 0.36 |
| Hex | 44 | 4C | 72 | 28 | 21 | 0 | 37 | E6 | 19 | 24 |
| Octal | 104 | 114 | 162 | 50 | 41 | 0 | 67 | 346 | 31 | 44 |
| Binary | 1000100 | 1001100 | 1110010 | 101000 | 100001 | 0 | 110111 | 11100110 | 11001 | 100100 |
Color Harmonies of #444C72
Complementary color
Monochromatic Colors of #444C72
Black with #444C72
Text Example
Text Example
White with #444C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C72; }
p { color: rgb(68,76,114); }
H1.HeaderClassName
{
color: #444C72;
}
.AnyTagClassName
{
color: #444C72;
}
</style>
background-color css
<style>
a { background-color: #444C72; }
a { background-color: rgb(68,76,114); }
div.DivClassName
{
background-color: #444C72;
}
.BgClassName
{
background-color: #444C72;
}
</style>
border-color css
<style>
span { border-color: #444C72; }
span { border-color: rgb(68,76,114); }
td.TdClassName
{
border-color: #444C72;
}
.TagClassName
{
border-color: #444C72;
}
</style>