Shades of Astronaut #445173
Tints of Astronaut #445173
RGB
CMYK
RGB Variations
Color information
#445173 (or 0x445173) is known color: Astronaut. HEX triplet: 44, 51 and 73. RGB value is (68,81,115). Sum of RGB (Red+Green+Blue) = 68+81+115=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #445173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445173 is #BBAE8C. Grayscale: #505050. Windows color (decimal): -12299917 or 7557444. OLE color: 7557444.
HSL color Cylindrical-coordinate representation of color #445173: hue angle of 223.4º 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 #445173 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 81 | 115 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.55 |
| HSL | 223.4º | 0.26% | 0.36% | - |
| HSV(B) | 223.4º | 0.41% | 0.45% | - |
| XYZ | 8.42 | 8.35 | 17.39 | - |
| YUV | 80.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 115 | 0.41 | 0.30 | 0 | 0.55 | 223.4 | 0.26 | 0.36 |
| Hex | 44 | 51 | 73 | 29 | 1E | 0 | 37 | DF | 1A | 24 |
| Octal | 104 | 121 | 163 | 51 | 36 | 0 | 67 | 337 | 32 | 44 |
| Binary | 1000100 | 1010001 | 1110011 | 101001 | 11110 | 0 | 110111 | 11011111 | 11010 | 100100 |
Color Harmonies of #445173
Complementary color
Monochromatic Colors of #445173
Black with #445173
Text Example
Text Example
White with #445173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445173; }
p { color: rgb(68,81,115); }
H1.HeaderClassName
{
color: #445173;
}
.AnyTagClassName
{
color: #445173;
}
</style>
background-color css
<style>
a { background-color: #445173; }
a { background-color: rgb(68,81,115); }
div.DivClassName
{
background-color: #445173;
}
.BgClassName
{
background-color: #445173;
}
</style>
border-color css
<style>
span { border-color: #445173; }
span { border-color: rgb(68,81,115); }
td.TdClassName
{
border-color: #445173;
}
.TagClassName
{
border-color: #445173;
}
</style>