Shades of Astronaut #4B5282
Tints of Astronaut #4B5282
RGB
CMYK
RGB Variations
Color information
#4B5282 (or 0x4B5282) is known color: Astronaut. HEX triplet: 4B, 52 and 82. RGB value is (75,82,130). Sum of RGB (Red+Green+Blue) = 75+82+130=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #4B5282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5282 is #B4AD7D. Grayscale: #555555. Windows color (decimal): -11840894 or 8540747. OLE color: 8540747.
HSL color Cylindrical-coordinate representation of color #4B5282: hue angle of 232.36º 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 #4B5282 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 82 | 130 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.49 |
| HSL | 232.36º | 0.27% | 0.4% | - |
| HSV(B) | 232.36º | 0.42% | 0.51% | - |
| XYZ | 9.95 | 9.14 | 22.36 | - |
| YUV | 85.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 82 | 130 | 0.42 | 0.37 | 0 | 0.49 | 232.36 | 0.27 | 0.4 |
| Hex | 4B | 52 | 82 | 2A | 25 | 0 | 31 | E8 | 1B | 28 |
| Octal | 113 | 122 | 202 | 52 | 45 | 0 | 61 | 350 | 33 | 50 |
| Binary | 1001011 | 1010010 | 10000010 | 101010 | 100101 | 0 | 110001 | 11101000 | 11011 | 101000 |
Color Harmonies of #4B5282
Complementary color
Monochromatic Colors of #4B5282
Black with #4B5282
Text Example
Text Example
White with #4B5282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5282; }
p { color: rgb(75,82,130); }
H1.HeaderClassName
{
color: #4B5282;
}
.AnyTagClassName
{
color: #4B5282;
}
</style>
background-color css
<style>
a { background-color: #4B5282; }
a { background-color: rgb(75,82,130); }
div.DivClassName
{
background-color: #4B5282;
}
.BgClassName
{
background-color: #4B5282;
}
</style>
border-color css
<style>
span { border-color: #4B5282; }
span { border-color: rgb(75,82,130); }
td.TdClassName
{
border-color: #4B5282;
}
.TagClassName
{
border-color: #4B5282;
}
</style>