Shades of Astronaut #484F7B
Tints of Astronaut #484F7B
RGB
CMYK
RGB Variations
Color information
#484F7B (or 0x484F7B) is known color: Astronaut. HEX triplet: 48, 4F and 7B. RGB value is (72,79,123). Sum of RGB (Red+Green+Blue) = 72+79+123=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #484F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F7B is #B7B084. Grayscale: #515151. Windows color (decimal): -12038277 or 8081224. OLE color: 8081224.
HSL color Cylindrical-coordinate representation of color #484F7B: hue angle of 231.76º 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 #484F7B is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 79 | 123 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.52 |
| HSL | 231.76º | 0.26% | 0.38% | - |
| HSV(B) | 231.76º | 0.41% | 0.48% | - |
| XYZ | 9.04 | 8.4 | 19.88 | - |
| YUV | 81.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 79 | 123 | 0.41 | 0.36 | 0 | 0.52 | 231.76 | 0.26 | 0.38 |
| Hex | 48 | 4F | 7B | 29 | 24 | 0 | 34 | E8 | 1A | 26 |
| Octal | 110 | 117 | 173 | 51 | 44 | 0 | 64 | 350 | 32 | 46 |
| Binary | 1001000 | 1001111 | 1111011 | 101001 | 100100 | 0 | 110100 | 11101000 | 11010 | 100110 |
Color Harmonies of #484F7B
Complementary color
Monochromatic Colors of #484F7B
Black with #484F7B
Text Example
Text Example
White with #484F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484F7B; }
p { color: rgb(72,79,123); }
H1.HeaderClassName
{
color: #484F7B;
}
.AnyTagClassName
{
color: #484F7B;
}
</style>
background-color css
<style>
a { background-color: #484F7B; }
a { background-color: rgb(72,79,123); }
div.DivClassName
{
background-color: #484F7B;
}
.BgClassName
{
background-color: #484F7B;
}
</style>
border-color css
<style>
span { border-color: #484F7B; }
span { border-color: rgb(72,79,123); }
td.TdClassName
{
border-color: #484F7B;
}
.TagClassName
{
border-color: #484F7B;
}
</style>