Shades of Astronaut #484E73
Tints of Astronaut #484E73
RGB
CMYK
RGB Variations
Color information
#484E73 (or 0x484E73) is known color: Astronaut. HEX triplet: 48, 4E and 73. RGB value is (72,78,115). Sum of RGB (Red+Green+Blue) = 72+78+115=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #484E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E73 is #B7B18C. Grayscale: #505050. Windows color (decimal): -12038541 or 7556680. OLE color: 7556680.
HSL color Cylindrical-coordinate representation of color #484E73: hue angle of 231.63º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #484E73 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 78 | 115 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.55 |
| HSL | 231.63º | 0.23% | 0.37% | - |
| HSV(B) | 231.63º | 0.37% | 0.45% | - |
| XYZ | 8.49 | 8.06 | 17.33 | - |
| YUV | 80.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 115 | 0.37 | 0.32 | 0 | 0.55 | 231.63 | 0.23 | 0.37 |
| Hex | 48 | 4E | 73 | 25 | 20 | 0 | 37 | E8 | 17 | 25 |
| Octal | 110 | 116 | 163 | 45 | 40 | 0 | 67 | 350 | 27 | 45 |
| Binary | 1001000 | 1001110 | 1110011 | 100101 | 100000 | 0 | 110111 | 11101000 | 10111 | 100101 |
Color Harmonies of #484E73
Complementary color
Monochromatic Colors of #484E73
Black with #484E73
Text Example
Text Example
White with #484E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E73; }
p { color: rgb(72,78,115); }
H1.HeaderClassName
{
color: #484E73;
}
.AnyTagClassName
{
color: #484E73;
}
</style>
background-color css
<style>
a { background-color: #484E73; }
a { background-color: rgb(72,78,115); }
div.DivClassName
{
background-color: #484E73;
}
.BgClassName
{
background-color: #484E73;
}
</style>
border-color css
<style>
span { border-color: #484E73; }
span { border-color: rgb(72,78,115); }
td.TdClassName
{
border-color: #484E73;
}
.TagClassName
{
border-color: #484E73;
}
</style>