Shades of Astronaut #4B5379
Tints of Astronaut #4B5379
RGB
CMYK
RGB Variations
Color information
#4B5379 (or 0x4B5379) is known color: Astronaut. HEX triplet: 4B, 53 and 79. RGB value is (75,83,121). Sum of RGB (Red+Green+Blue) = 75+83+121=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B5379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5379 is #B4AC86. Grayscale: #545454. Windows color (decimal): -11840647 or 7951179. OLE color: 7951179.
HSL color Cylindrical-coordinate representation of color #4B5379: hue angle of 229.57º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B5379 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 83 | 121 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.53 |
| HSL | 229.57º | 0.23% | 0.38% | - |
| HSV(B) | 229.57º | 0.38% | 0.47% | - |
| XYZ | 9.45 | 9.06 | 19.34 | - |
| YUV | 84.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 83 | 121 | 0.38 | 0.31 | 0 | 0.53 | 229.57 | 0.23 | 0.38 |
| Hex | 4B | 53 | 79 | 26 | 1F | 0 | 35 | E6 | 17 | 26 |
| Octal | 113 | 123 | 171 | 46 | 37 | 0 | 65 | 346 | 27 | 46 |
| Binary | 1001011 | 1010011 | 1111001 | 100110 | 11111 | 0 | 110101 | 11100110 | 10111 | 100110 |
Color Harmonies of #4B5379
Complementary color
Monochromatic Colors of #4B5379
Black with #4B5379
Text Example
Text Example
White with #4B5379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5379; }
p { color: rgb(75,83,121); }
H1.HeaderClassName
{
color: #4B5379;
}
.AnyTagClassName
{
color: #4B5379;
}
</style>
background-color css
<style>
a { background-color: #4B5379; }
a { background-color: rgb(75,83,121); }
div.DivClassName
{
background-color: #4B5379;
}
.BgClassName
{
background-color: #4B5379;
}
</style>
border-color css
<style>
span { border-color: #4B5379; }
span { border-color: rgb(75,83,121); }
td.TdClassName
{
border-color: #4B5379;
}
.TagClassName
{
border-color: #4B5379;
}
</style>