Shades of Astronaut #4B5076
Tints of Astronaut #4B5076
RGB
CMYK
RGB Variations
Color information
#4B5076 (or 0x4B5076) is known color: Astronaut. HEX triplet: 4B, 50 and 76. RGB value is (75,80,118). Sum of RGB (Red+Green+Blue) = 75+80+118=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B5076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5076 is #B4AF89. Grayscale: #525252. Windows color (decimal): -11841418 or 7753803. OLE color: 7753803.
HSL color Cylindrical-coordinate representation of color #4B5076: hue angle of 233.02º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B5076 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 80 | 118 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.54 |
| HSL | 233.02º | 0.22% | 0.38% | - |
| HSV(B) | 233.02º | 0.36% | 0.46% | - |
| XYZ | 9.04 | 8.54 | 18.31 | - |
| YUV | 82.84 | 147.84 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 80 | 118 | 0.36 | 0.32 | 0 | 0.54 | 233.02 | 0.22 | 0.38 |
| Hex | 4B | 50 | 76 | 24 | 20 | 0 | 36 | E9 | 16 | 26 |
| Octal | 113 | 120 | 166 | 44 | 40 | 0 | 66 | 351 | 26 | 46 |
| Binary | 1001011 | 1010000 | 1110110 | 100100 | 100000 | 0 | 110110 | 11101001 | 10110 | 100110 |
Color Harmonies of #4B5076
Complementary color
Monochromatic Colors of #4B5076
Black with #4B5076
Text Example
Text Example
White with #4B5076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5076; }
p { color: rgb(75,80,118); }
H1.HeaderClassName
{
color: #4B5076;
}
.AnyTagClassName
{
color: #4B5076;
}
</style>
background-color css
<style>
a { background-color: #4B5076; }
a { background-color: rgb(75,80,118); }
div.DivClassName
{
background-color: #4B5076;
}
.BgClassName
{
background-color: #4B5076;
}
</style>
border-color css
<style>
span { border-color: #4B5076; }
span { border-color: rgb(75,80,118); }
td.TdClassName
{
border-color: #4B5076;
}
.TagClassName
{
border-color: #4B5076;
}
</style>