Shades of Astronaut #4B5182
Tints of Astronaut #4B5182
RGB
CMYK
RGB Variations
Color information
#4B5182 (or 0x4B5182) is known color: Astronaut. HEX triplet: 4B, 51 and 82. RGB value is (75,81,130). Sum of RGB (Red+Green+Blue) = 75+81+130=286 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.22% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #4B5182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5182 is #B4AE7D. Grayscale: #545454. Windows color (decimal): -11841150 or 8540491. OLE color: 8540491.
HSL color Cylindrical-coordinate representation of color #4B5182: hue angle of 233.45º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B5182 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 81 | 130 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.49 |
| HSL | 233.45º | 0.27% | 0.4% | - |
| HSV(B) | 233.45º | 0.42% | 0.51% | - |
| XYZ | 9.87 | 8.99 | 22.33 | - |
| YUV | 84.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 130 | 0.42 | 0.38 | 0 | 0.49 | 233.45 | 0.27 | 0.4 |
| Hex | 4B | 51 | 82 | 2A | 26 | 0 | 31 | E9 | 1B | 28 |
| Octal | 113 | 121 | 202 | 52 | 46 | 0 | 61 | 351 | 33 | 50 |
| Binary | 1001011 | 1010001 | 10000010 | 101010 | 100110 | 0 | 110001 | 11101001 | 11011 | 101000 |
Color Harmonies of #4B5182
Complementary color
Monochromatic Colors of #4B5182
Black with #4B5182
Text Example
Text Example
White with #4B5182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5182; }
p { color: rgb(75,81,130); }
H1.HeaderClassName
{
color: #4B5182;
}
.AnyTagClassName
{
color: #4B5182;
}
</style>
background-color css
<style>
a { background-color: #4B5182; }
a { background-color: rgb(75,81,130); }
div.DivClassName
{
background-color: #4B5182;
}
.BgClassName
{
background-color: #4B5182;
}
</style>
border-color css
<style>
span { border-color: #4B5182; }
span { border-color: rgb(75,81,130); }
td.TdClassName
{
border-color: #4B5182;
}
.TagClassName
{
border-color: #4B5182;
}
</style>