Shades of Astronaut #4B557B
Tints of Astronaut #4B557B
RGB
CMYK
RGB Variations
Color information
#4B557B (or 0x4B557B) is known color: Astronaut. HEX triplet: 4B, 55 and 7B. RGB value is (75,85,123). Sum of RGB (Red+Green+Blue) = 75+85+123=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B557B is #B4AA84. Grayscale: #565656. Windows color (decimal): -11840133 or 8082763. OLE color: 8082763.
HSL color Cylindrical-coordinate representation of color #4B557B: hue angle of 227.5º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B557B is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 85 | 123 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.52 |
| HSL | 227.5º | 0.24% | 0.39% | - |
| HSV(B) | 227.5º | 0.39% | 0.48% | - |
| XYZ | 9.73 | 9.42 | 20.05 | - |
| YUV | 86.34 | 148.69 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 85 | 123 | 0.39 | 0.31 | 0 | 0.52 | 227.5 | 0.24 | 0.39 |
| Hex | 4B | 55 | 7B | 27 | 1F | 0 | 34 | E4 | 18 | 27 |
| Octal | 113 | 125 | 173 | 47 | 37 | 0 | 64 | 344 | 30 | 47 |
| Binary | 1001011 | 1010101 | 1111011 | 100111 | 11111 | 0 | 110100 | 11100100 | 11000 | 100111 |
Color Harmonies of #4B557B
Complementary color
Monochromatic Colors of #4B557B
Black with #4B557B
Text Example
Text Example
White with #4B557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B557B; }
p { color: rgb(75,85,123); }
H1.HeaderClassName
{
color: #4B557B;
}
.AnyTagClassName
{
color: #4B557B;
}
</style>
background-color css
<style>
a { background-color: #4B557B; }
a { background-color: rgb(75,85,123); }
div.DivClassName
{
background-color: #4B557B;
}
.BgClassName
{
background-color: #4B557B;
}
</style>
border-color css
<style>
span { border-color: #4B557B; }
span { border-color: rgb(75,85,123); }
td.TdClassName
{
border-color: #4B557B;
}
.TagClassName
{
border-color: #4B557B;
}
</style>