Shades of Astronaut #484F73
Tints of Astronaut #484F73
RGB
CMYK
RGB Variations
Color information
#484F73 (or 0x484F73) is known color: Astronaut. HEX triplet: 48, 4F and 73. RGB value is (72,79,115). Sum of RGB (Red+Green+Blue) = 72+79+115=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #484F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F73 is #B7B08C. Grayscale: #505050. Windows color (decimal): -12038285 or 7556936. OLE color: 7556936.
HSL color Cylindrical-coordinate representation of color #484F73: hue angle of 230.23º 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 #484F73 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 79 | 115 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.55 |
| HSL | 230.23º | 0.23% | 0.37% | - |
| HSV(B) | 230.23º | 0.37% | 0.45% | - |
| XYZ | 8.56 | 8.21 | 17.35 | - |
| YUV | 81.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 79 | 115 | 0.37 | 0.31 | 0 | 0.55 | 230.23 | 0.23 | 0.37 |
| Hex | 48 | 4F | 73 | 25 | 1F | 0 | 37 | E6 | 17 | 25 |
| Octal | 110 | 117 | 163 | 45 | 37 | 0 | 67 | 346 | 27 | 45 |
| Binary | 1001000 | 1001111 | 1110011 | 100101 | 11111 | 0 | 110111 | 11100110 | 10111 | 100101 |
Color Harmonies of #484F73
Complementary color
Monochromatic Colors of #484F73
Black with #484F73
Text Example
Text Example
White with #484F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484F73; }
p { color: rgb(72,79,115); }
H1.HeaderClassName
{
color: #484F73;
}
.AnyTagClassName
{
color: #484F73;
}
</style>
background-color css
<style>
a { background-color: #484F73; }
a { background-color: rgb(72,79,115); }
div.DivClassName
{
background-color: #484F73;
}
.BgClassName
{
background-color: #484F73;
}
</style>
border-color css
<style>
span { border-color: #484F73; }
span { border-color: rgb(72,79,115); }
td.TdClassName
{
border-color: #484F73;
}
.TagClassName
{
border-color: #484F73;
}
</style>