Shades of Astronaut #445281
Tints of Astronaut #445281
RGB
CMYK
RGB Variations
Color information
#445281 (or 0x445281) is known color: Astronaut. HEX triplet: 44, 52 and 81. RGB value is (68,82,129). Sum of RGB (Red+Green+Blue) = 68+82+129=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 129 - color contains mainly: blue. Hex color #445281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445281 is #BBAD7E. Grayscale: #525252. Windows color (decimal): -12299647 or 8475204. OLE color: 8475204.
HSL color Cylindrical-coordinate representation of color #445281: hue angle of 226.23º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #445281 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 82 | 129 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.49 |
| HSL | 226.23º | 0.31% | 0.39% | - |
| HSV(B) | 226.23º | 0.47% | 0.51% | - |
| XYZ | 9.36 | 8.85 | 21.98 | - |
| YUV | 83.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 129 | 0.47 | 0.36 | 0 | 0.49 | 226.23 | 0.31 | 0.39 |
| Hex | 44 | 52 | 81 | 2F | 24 | 0 | 31 | E2 | 1F | 27 |
| Octal | 104 | 122 | 201 | 57 | 44 | 0 | 61 | 342 | 37 | 47 |
| Binary | 1000100 | 1010010 | 10000001 | 101111 | 100100 | 0 | 110001 | 11100010 | 11111 | 100111 |
Color Harmonies of #445281
Complementary color
Monochromatic Colors of #445281
Black with #445281
Text Example
Text Example
White with #445281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445281; }
p { color: rgb(68,82,129); }
H1.HeaderClassName
{
color: #445281;
}
.AnyTagClassName
{
color: #445281;
}
</style>
background-color css
<style>
a { background-color: #445281; }
a { background-color: rgb(68,82,129); }
div.DivClassName
{
background-color: #445281;
}
.BgClassName
{
background-color: #445281;
}
</style>
border-color css
<style>
span { border-color: #445281; }
span { border-color: rgb(68,82,129); }
td.TdClassName
{
border-color: #445281;
}
.TagClassName
{
border-color: #445281;
}
</style>