Shades of Astronaut #445471
Tints of Astronaut #445471
RGB
CMYK
RGB Variations
Color information
#445471 (or 0x445471) is known color: Astronaut. HEX triplet: 44, 54 and 71. RGB value is (68,84,113). Sum of RGB (Red+Green+Blue) = 68+84+113=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #445471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445471 is #BBAB8E. Grayscale: #525252. Windows color (decimal): -12299151 or 7427140. OLE color: 7427140.
HSL color Cylindrical-coordinate representation of color #445471: hue angle of 218.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #445471 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 84 | 113 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.56 |
| HSL | 218.67º | 0.25% | 0.35% | - |
| HSV(B) | 218.67º | 0.4% | 0.44% | - |
| XYZ | 8.53 | 8.76 | 16.86 | - |
| YUV | 82.52 | 145.2 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 113 | 0.40 | 0.26 | 0 | 0.56 | 218.67 | 0.25 | 0.35 |
| Hex | 44 | 54 | 71 | 28 | 1A | 0 | 38 | DB | 19 | 23 |
| Octal | 104 | 124 | 161 | 50 | 32 | 0 | 70 | 333 | 31 | 43 |
| Binary | 1000100 | 1010100 | 1110001 | 101000 | 11010 | 0 | 111000 | 11011011 | 11001 | 100011 |
Color Harmonies of #445471
Complementary color
Monochromatic Colors of #445471
Black with #445471
Text Example
Text Example
White with #445471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445471; }
p { color: rgb(68,84,113); }
H1.HeaderClassName
{
color: #445471;
}
.AnyTagClassName
{
color: #445471;
}
</style>
background-color css
<style>
a { background-color: #445471; }
a { background-color: rgb(68,84,113); }
div.DivClassName
{
background-color: #445471;
}
.BgClassName
{
background-color: #445471;
}
</style>
border-color css
<style>
span { border-color: #445471; }
span { border-color: rgb(68,84,113); }
td.TdClassName
{
border-color: #445471;
}
.TagClassName
{
border-color: #445471;
}
</style>