Shades of Astronaut #44527D
Tints of Astronaut #44527D
RGB
CMYK
RGB Variations
Color information
#44527D (or 0x44527D) is known color: Astronaut. HEX triplet: 44, 52 and 7D. RGB value is (68,82,125). Sum of RGB (Red+Green+Blue) = 68+82+125=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 125 - color contains mainly: blue. Hex color #44527D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44527D is #BBAD82. Grayscale: #525252. Windows color (decimal): -12299651 or 8213060. OLE color: 8213060.
HSL color Cylindrical-coordinate representation of color #44527D: hue angle of 225.26º 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 #44527D is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 82 | 125 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.51 |
| HSL | 225.26º | 0.3% | 0.38% | - |
| HSV(B) | 225.26º | 0.46% | 0.49% | - |
| XYZ | 9.1 | 8.74 | 20.61 | - |
| YUV | 82.72 | 151.86 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 125 | 0.46 | 0.34 | 0 | 0.51 | 225.26 | 0.3 | 0.38 |
| Hex | 44 | 52 | 7D | 2E | 22 | 0 | 33 | E1 | 1E | 26 |
| Octal | 104 | 122 | 175 | 56 | 42 | 0 | 63 | 341 | 36 | 46 |
| Binary | 1000100 | 1010010 | 1111101 | 101110 | 100010 | 0 | 110011 | 11100001 | 11110 | 100110 |
Color Harmonies of #44527D
Complementary color
Monochromatic Colors of #44527D
Black with #44527D
Text Example
Text Example
White with #44527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44527D; }
p { color: rgb(68,82,125); }
H1.HeaderClassName
{
color: #44527D;
}
.AnyTagClassName
{
color: #44527D;
}
</style>
background-color css
<style>
a { background-color: #44527D; }
a { background-color: rgb(68,82,125); }
div.DivClassName
{
background-color: #44527D;
}
.BgClassName
{
background-color: #44527D;
}
</style>
border-color css
<style>
span { border-color: #44527D; }
span { border-color: rgb(68,82,125); }
td.TdClassName
{
border-color: #44527D;
}
.TagClassName
{
border-color: #44527D;
}
</style>