Shades of Astronaut #445270
Tints of Astronaut #445270
RGB
CMYK
RGB Variations
Color information
#445270 (or 0x445270) is known color: Astronaut. HEX triplet: 44, 52 and 70. RGB value is (68,82,112). Sum of RGB (Red+Green+Blue) = 68+82+112=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #445270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445270 is #BBAD8F. Grayscale: #515151. Windows color (decimal): -12299664 or 7361092. OLE color: 7361092.
HSL color Cylindrical-coordinate representation of color #445270: hue angle of 220.91º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #445270 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 82 | 112 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.56 |
| HSL | 220.91º | 0.24% | 0.35% | - |
| HSV(B) | 220.91º | 0.39% | 0.44% | - |
| XYZ | 8.33 | 8.43 | 16.52 | - |
| YUV | 81.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 112 | 0.39 | 0.27 | 0 | 0.56 | 220.91 | 0.24 | 0.35 |
| Hex | 44 | 52 | 70 | 27 | 1B | 0 | 38 | DD | 18 | 23 |
| Octal | 104 | 122 | 160 | 47 | 33 | 0 | 70 | 335 | 30 | 43 |
| Binary | 1000100 | 1010010 | 1110000 | 100111 | 11011 | 0 | 111000 | 11011101 | 11000 | 100011 |
Color Harmonies of #445270
Complementary color
Monochromatic Colors of #445270
Black with #445270
Text Example
Text Example
White with #445270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445270; }
p { color: rgb(68,82,112); }
H1.HeaderClassName
{
color: #445270;
}
.AnyTagClassName
{
color: #445270;
}
</style>
background-color css
<style>
a { background-color: #445270; }
a { background-color: rgb(68,82,112); }
div.DivClassName
{
background-color: #445270;
}
.BgClassName
{
background-color: #445270;
}
</style>
border-color css
<style>
span { border-color: #445270; }
span { border-color: rgb(68,82,112); }
td.TdClassName
{
border-color: #445270;
}
.TagClassName
{
border-color: #445270;
}
</style>