Shades of Astronaut #445373
Tints of Astronaut #445373
RGB
CMYK
RGB Variations
Color information
#445373 (or 0x445373) is known color: Astronaut. HEX triplet: 44, 53 and 73. RGB value is (68,83,115). Sum of RGB (Red+Green+Blue) = 68+83+115=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #445373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445373 is #BBAC8C. Grayscale: #525252. Windows color (decimal): -12299405 or 7557956. OLE color: 7557956.
HSL color Cylindrical-coordinate representation of color #445373: hue angle of 220.85º 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 #445373 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 83 | 115 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.55 |
| HSL | 220.85º | 0.26% | 0.36% | - |
| HSV(B) | 220.85º | 0.41% | 0.45% | - |
| XYZ | 8.57 | 8.65 | 17.44 | - |
| YUV | 82.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 115 | 0.41 | 0.28 | 0 | 0.55 | 220.85 | 0.26 | 0.36 |
| Hex | 44 | 53 | 73 | 29 | 1C | 0 | 37 | DD | 1A | 24 |
| Octal | 104 | 123 | 163 | 51 | 34 | 0 | 67 | 335 | 32 | 44 |
| Binary | 1000100 | 1010011 | 1110011 | 101001 | 11100 | 0 | 110111 | 11011101 | 11010 | 100100 |
Color Harmonies of #445373
Complementary color
Monochromatic Colors of #445373
Black with #445373
Text Example
Text Example
White with #445373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445373; }
p { color: rgb(68,83,115); }
H1.HeaderClassName
{
color: #445373;
}
.AnyTagClassName
{
color: #445373;
}
</style>
background-color css
<style>
a { background-color: #445373; }
a { background-color: rgb(68,83,115); }
div.DivClassName
{
background-color: #445373;
}
.BgClassName
{
background-color: #445373;
}
</style>
border-color css
<style>
span { border-color: #445373; }
span { border-color: rgb(68,83,115); }
td.TdClassName
{
border-color: #445373;
}
.TagClassName
{
border-color: #445373;
}
</style>