Shades of Astronaut #484F74
Tints of Astronaut #484F74
RGB
CMYK
RGB Variations
Color information
#484F74 (or 0x484F74) is known color: Astronaut. HEX triplet: 48, 4F and 74. RGB value is (72,79,116). Sum of RGB (Red+Green+Blue) = 72+79+116=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 116 - color contains mainly: blue. Hex color #484F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F74 is #B7B08B. Grayscale: #505050. Windows color (decimal): -12038284 or 7622472. OLE color: 7622472.
HSL color Cylindrical-coordinate representation of color #484F74: hue angle of 230.45º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #484F74 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 79 | 116 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.55 |
| HSL | 230.45º | 0.23% | 0.37% | - |
| HSV(B) | 230.45º | 0.38% | 0.45% | - |
| XYZ | 8.62 | 8.23 | 17.66 | - |
| YUV | 81.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 79 | 116 | 0.38 | 0.32 | 0 | 0.55 | 230.45 | 0.23 | 0.37 |
| Hex | 48 | 4F | 74 | 26 | 20 | 0 | 37 | E6 | 17 | 25 |
| Octal | 110 | 117 | 164 | 46 | 40 | 0 | 67 | 346 | 27 | 45 |
| Binary | 1001000 | 1001111 | 1110100 | 100110 | 100000 | 0 | 110111 | 11100110 | 10111 | 100101 |
Color Harmonies of #484F74
Complementary color
Monochromatic Colors of #484F74
Black with #484F74
Text Example
Text Example
White with #484F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484F74; }
p { color: rgb(72,79,116); }
H1.HeaderClassName
{
color: #484F74;
}
.AnyTagClassName
{
color: #484F74;
}
</style>
background-color css
<style>
a { background-color: #484F74; }
a { background-color: rgb(72,79,116); }
div.DivClassName
{
background-color: #484F74;
}
.BgClassName
{
background-color: #484F74;
}
</style>
border-color css
<style>
span { border-color: #484F74; }
span { border-color: rgb(72,79,116); }
td.TdClassName
{
border-color: #484F74;
}
.TagClassName
{
border-color: #484F74;
}
</style>