Shades of Astronaut #44527B
Tints of Astronaut #44527B
RGB
CMYK
RGB Variations
Color information
#44527B (or 0x44527B) is known color: Astronaut. HEX triplet: 44, 52 and 7B. RGB value is (68,82,123). Sum of RGB (Red+Green+Blue) = 68+82+123=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #44527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44527B is #BBAD84. Grayscale: #525252. Windows color (decimal): -12299653 or 8081988. OLE color: 8081988.
HSL color Cylindrical-coordinate representation of color #44527B: hue angle of 224.73º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44527B is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 82 | 123 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.52 |
| HSL | 224.73º | 0.29% | 0.37% | - |
| HSV(B) | 224.73º | 0.45% | 0.48% | - |
| XYZ | 8.98 | 8.69 | 19.94 | - |
| YUV | 82.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 123 | 0.45 | 0.33 | 0 | 0.52 | 224.73 | 0.29 | 0.37 |
| Hex | 44 | 52 | 7B | 2D | 21 | 0 | 34 | E1 | 1D | 25 |
| Octal | 104 | 122 | 173 | 55 | 41 | 0 | 64 | 341 | 35 | 45 |
| Binary | 1000100 | 1010010 | 1111011 | 101101 | 100001 | 0 | 110100 | 11100001 | 11101 | 100101 |
Color Harmonies of #44527B
Complementary color
Monochromatic Colors of #44527B
Black with #44527B
Text Example
Text Example
White with #44527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44527B; }
p { color: rgb(68,82,123); }
H1.HeaderClassName
{
color: #44527B;
}
.AnyTagClassName
{
color: #44527B;
}
</style>
background-color css
<style>
a { background-color: #44527B; }
a { background-color: rgb(68,82,123); }
div.DivClassName
{
background-color: #44527B;
}
.BgClassName
{
background-color: #44527B;
}
</style>
border-color css
<style>
span { border-color: #44527B; }
span { border-color: rgb(68,82,123); }
td.TdClassName
{
border-color: #44527B;
}
.TagClassName
{
border-color: #44527B;
}
</style>