Shades of Astronaut #444C73
Tints of Astronaut #444C73
RGB
CMYK
RGB Variations
Color information
#444C73 (or 0x444C73) is known color: Astronaut. HEX triplet: 44, 4C and 73. RGB value is (68,76,115). Sum of RGB (Red+Green+Blue) = 68+76+115=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #444C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C73 is #BBB38C. Grayscale: #4D4D4D. Windows color (decimal): -12301197 or 7556164. OLE color: 7556164.
HSL color Cylindrical-coordinate representation of color #444C73: hue angle of 229.79º 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 #444C73 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 76 | 115 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.55 |
| HSL | 229.79º | 0.26% | 0.36% | - |
| HSV(B) | 229.79º | 0.41% | 0.45% | - |
| XYZ | 8.06 | 7.64 | 17.27 | - |
| YUV | 78.05 | 148.85 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 115 | 0.41 | 0.34 | 0 | 0.55 | 229.79 | 0.26 | 0.36 |
| Hex | 44 | 4C | 73 | 29 | 22 | 0 | 37 | E6 | 1A | 24 |
| Octal | 104 | 114 | 163 | 51 | 42 | 0 | 67 | 346 | 32 | 44 |
| Binary | 1000100 | 1001100 | 1110011 | 101001 | 100010 | 0 | 110111 | 11100110 | 11010 | 100100 |
Color Harmonies of #444C73
Complementary color
Monochromatic Colors of #444C73
Black with #444C73
Text Example
Text Example
White with #444C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C73; }
p { color: rgb(68,76,115); }
H1.HeaderClassName
{
color: #444C73;
}
.AnyTagClassName
{
color: #444C73;
}
</style>
background-color css
<style>
a { background-color: #444C73; }
a { background-color: rgb(68,76,115); }
div.DivClassName
{
background-color: #444C73;
}
.BgClassName
{
background-color: #444C73;
}
</style>
border-color css
<style>
span { border-color: #444C73; }
span { border-color: rgb(68,76,115); }
td.TdClassName
{
border-color: #444C73;
}
.TagClassName
{
border-color: #444C73;
}
</style>