Shades of Astronaut #484F7C
Tints of Astronaut #484F7C
RGB
CMYK
RGB Variations
Color information
#484F7C (or 0x484F7C) is known color: Astronaut. HEX triplet: 48, 4F and 7C. RGB value is (72,79,124). Sum of RGB (Red+Green+Blue) = 72+79+124=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #484F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F7C is #B7B083. Grayscale: #515151. Windows color (decimal): -12038276 or 8146760. OLE color: 8146760.
HSL color Cylindrical-coordinate representation of color #484F7C: hue angle of 231.92º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #484F7C is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 79 | 124 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.51 |
| HSL | 231.92º | 0.27% | 0.38% | - |
| HSV(B) | 231.92º | 0.42% | 0.49% | - |
| XYZ | 9.11 | 8.42 | 20.21 | - |
| YUV | 82.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 79 | 124 | 0.42 | 0.36 | 0 | 0.51 | 231.92 | 0.27 | 0.38 |
| Hex | 48 | 4F | 7C | 2A | 24 | 0 | 33 | E8 | 1B | 26 |
| Octal | 110 | 117 | 174 | 52 | 44 | 0 | 63 | 350 | 33 | 46 |
| Binary | 1001000 | 1001111 | 1111100 | 101010 | 100100 | 0 | 110011 | 11101000 | 11011 | 100110 |
Color Harmonies of #484F7C
Complementary color
Monochromatic Colors of #484F7C
Black with #484F7C
Text Example
Text Example
White with #484F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484F7C; }
p { color: rgb(72,79,124); }
H1.HeaderClassName
{
color: #484F7C;
}
.AnyTagClassName
{
color: #484F7C;
}
</style>
background-color css
<style>
a { background-color: #484F7C; }
a { background-color: rgb(72,79,124); }
div.DivClassName
{
background-color: #484F7C;
}
.BgClassName
{
background-color: #484F7C;
}
</style>
border-color css
<style>
span { border-color: #484F7C; }
span { border-color: rgb(72,79,124); }
td.TdClassName
{
border-color: #484F7C;
}
.TagClassName
{
border-color: #484F7C;
}
</style>