Shades of Astronaut #44506F
Tints of Astronaut #44506F
RGB
CMYK
RGB Variations
Color information
#44506F (or 0x44506F) is known color: Astronaut. HEX triplet: 44, 50 and 6F. RGB value is (68,80,111). Sum of RGB (Red+Green+Blue) = 68+80+111=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 111 - color contains mainly: blue. Hex color #44506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44506F is #BBAF90. Grayscale: #4F4F4F. Windows color (decimal): -12300177 or 7295044. OLE color: 7295044.
HSL color Cylindrical-coordinate representation of color #44506F: hue angle of 223.26º 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 #44506F is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 80 | 111 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.56 |
| HSL | 223.26º | 0.24% | 0.35% | - |
| HSV(B) | 223.26º | 0.39% | 0.44% | - |
| XYZ | 8.12 | 8.11 | 16.18 | - |
| YUV | 79.95 | 145.52 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 111 | 0.39 | 0.28 | 0 | 0.56 | 223.26 | 0.24 | 0.35 |
| Hex | 44 | 50 | 6F | 27 | 1C | 0 | 38 | DF | 18 | 23 |
| Octal | 104 | 120 | 157 | 47 | 34 | 0 | 70 | 337 | 30 | 43 |
| Binary | 1000100 | 1010000 | 1101111 | 100111 | 11100 | 0 | 111000 | 11011111 | 11000 | 100011 |
Color Harmonies of #44506F
Complementary color
Monochromatic Colors of #44506F
Black with #44506F
Text Example
Text Example
White with #44506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44506F; }
p { color: rgb(68,80,111); }
H1.HeaderClassName
{
color: #44506F;
}
.AnyTagClassName
{
color: #44506F;
}
</style>
background-color css
<style>
a { background-color: #44506F; }
a { background-color: rgb(68,80,111); }
div.DivClassName
{
background-color: #44506F;
}
.BgClassName
{
background-color: #44506F;
}
</style>
border-color css
<style>
span { border-color: #44506F; }
span { border-color: rgb(68,80,111); }
td.TdClassName
{
border-color: #44506F;
}
.TagClassName
{
border-color: #44506F;
}
</style>