Shades of Astronaut #48547A
Tints of Astronaut #48547A
RGB
CMYK
RGB Variations
Color information
#48547A (or 0x48547A) is known color: Astronaut. HEX triplet: 48, 54 and 7A. RGB value is (72,84,122). Sum of RGB (Red+Green+Blue) = 72+84+122=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #48547A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48547A is #B7AB85. Grayscale: #545454. Windows color (decimal): -12036998 or 8016968. OLE color: 8016968.
HSL color Cylindrical-coordinate representation of color #48547A: hue angle of 225.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48547A is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 84 | 122 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.52 |
| HSL | 225.6º | 0.26% | 0.38% | - |
| HSV(B) | 225.6º | 0.41% | 0.48% | - |
| XYZ | 9.36 | 9.12 | 19.68 | - |
| YUV | 84.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 84 | 122 | 0.41 | 0.31 | 0 | 0.52 | 225.6 | 0.26 | 0.38 |
| Hex | 48 | 54 | 7A | 29 | 1F | 0 | 34 | E2 | 1A | 26 |
| Octal | 110 | 124 | 172 | 51 | 37 | 0 | 64 | 342 | 32 | 46 |
| Binary | 1001000 | 1010100 | 1111010 | 101001 | 11111 | 0 | 110100 | 11100010 | 11010 | 100110 |
Color Harmonies of #48547A
Complementary color
Monochromatic Colors of #48547A
Black with #48547A
Text Example
Text Example
White with #48547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48547A; }
p { color: rgb(72,84,122); }
H1.HeaderClassName
{
color: #48547A;
}
.AnyTagClassName
{
color: #48547A;
}
</style>
background-color css
<style>
a { background-color: #48547A; }
a { background-color: rgb(72,84,122); }
div.DivClassName
{
background-color: #48547A;
}
.BgClassName
{
background-color: #48547A;
}
</style>
border-color css
<style>
span { border-color: #48547A; }
span { border-color: rgb(72,84,122); }
td.TdClassName
{
border-color: #48547A;
}
.TagClassName
{
border-color: #48547A;
}
</style>