Shades of Astronaut #484D75
Tints of Astronaut #484D75
RGB
CMYK
RGB Variations
Color information
#484D75 (or 0x484D75) is known color: Astronaut. HEX triplet: 48, 4D and 75. RGB value is (72,77,117). Sum of RGB (Red+Green+Blue) = 72+77+117=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #484D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D75 is #B7B28A. Grayscale: #4F4F4F. Windows color (decimal): -12038795 or 7687496. OLE color: 7687496.
HSL color Cylindrical-coordinate representation of color #484D75: hue angle of 233.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #484D75 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 77 | 117 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.54 |
| HSL | 233.33º | 0.24% | 0.37% | - |
| HSV(B) | 233.33º | 0.38% | 0.46% | - |
| XYZ | 8.54 | 7.97 | 17.92 | - |
| YUV | 80.07 | 148.84 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 117 | 0.38 | 0.34 | 0 | 0.54 | 233.33 | 0.24 | 0.37 |
| Hex | 48 | 4D | 75 | 26 | 22 | 0 | 36 | E9 | 18 | 25 |
| Octal | 110 | 115 | 165 | 46 | 42 | 0 | 66 | 351 | 30 | 45 |
| Binary | 1001000 | 1001101 | 1110101 | 100110 | 100010 | 0 | 110110 | 11101001 | 11000 | 100101 |
Color Harmonies of #484D75
Complementary color
Monochromatic Colors of #484D75
Black with #484D75
Text Example
Text Example
White with #484D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D75; }
p { color: rgb(72,77,117); }
H1.HeaderClassName
{
color: #484D75;
}
.AnyTagClassName
{
color: #484D75;
}
</style>
background-color css
<style>
a { background-color: #484D75; }
a { background-color: rgb(72,77,117); }
div.DivClassName
{
background-color: #484D75;
}
.BgClassName
{
background-color: #484D75;
}
</style>
border-color css
<style>
span { border-color: #484D75; }
span { border-color: rgb(72,77,117); }
td.TdClassName
{
border-color: #484D75;
}
.TagClassName
{
border-color: #484D75;
}
</style>