Shades of Astronaut #44527E
Tints of Astronaut #44527E
RGB
CMYK
RGB Variations
Color information
#44527E (or 0x44527E) is known color: Astronaut. HEX triplet: 44, 52 and 7E. RGB value is (68,82,126). Sum of RGB (Red+Green+Blue) = 68+82+126=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 126 - color contains mainly: blue. Hex color #44527E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44527E is #BBAD81. Grayscale: #525252. Windows color (decimal): -12299650 or 8278596. OLE color: 8278596.
HSL color Cylindrical-coordinate representation of color #44527E: hue angle of 225.52º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44527E is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 82 | 126 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.51 |
| HSL | 225.52º | 0.3% | 0.38% | - |
| HSV(B) | 225.52º | 0.46% | 0.49% | - |
| XYZ | 9.17 | 8.77 | 20.95 | - |
| YUV | 82.83 | 152.36 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 126 | 0.46 | 0.35 | 0 | 0.51 | 225.52 | 0.3 | 0.38 |
| Hex | 44 | 52 | 7E | 2E | 23 | 0 | 33 | E2 | 1E | 26 |
| Octal | 104 | 122 | 176 | 56 | 43 | 0 | 63 | 342 | 36 | 46 |
| Binary | 1000100 | 1010010 | 1111110 | 101110 | 100011 | 0 | 110011 | 11100010 | 11110 | 100110 |
Color Harmonies of #44527E
Complementary color
Monochromatic Colors of #44527E
Black with #44527E
Text Example
Text Example
White with #44527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44527E; }
p { color: rgb(68,82,126); }
H1.HeaderClassName
{
color: #44527E;
}
.AnyTagClassName
{
color: #44527E;
}
</style>
background-color css
<style>
a { background-color: #44527E; }
a { background-color: rgb(68,82,126); }
div.DivClassName
{
background-color: #44527E;
}
.BgClassName
{
background-color: #44527E;
}
</style>
border-color css
<style>
span { border-color: #44527E; }
span { border-color: rgb(68,82,126); }
td.TdClassName
{
border-color: #44527E;
}
.TagClassName
{
border-color: #44527E;
}
</style>