Shades of Astronaut #495181
Tints of Astronaut #495181
RGB
CMYK
RGB Variations
Color information
#495181 (or 0x495181) is known color: Astronaut. HEX triplet: 49, 51 and 81. RGB value is (73,81,129). Sum of RGB (Red+Green+Blue) = 73+81+129=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #495181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495181 is #B6AE7E. Grayscale: #535353. Windows color (decimal): -11972223 or 8474953. OLE color: 8474953.
HSL color Cylindrical-coordinate representation of color #495181: hue angle of 231.43º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #495181 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 81 | 129 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.49 |
| HSL | 231.43º | 0.28% | 0.4% | - |
| HSV(B) | 231.43º | 0.43% | 0.51% | - |
| XYZ | 9.65 | 8.89 | 21.98 | - |
| YUV | 84.08 | 153.35 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 129 | 0.43 | 0.37 | 0 | 0.49 | 231.43 | 0.28 | 0.4 |
| Hex | 49 | 51 | 81 | 2B | 25 | 0 | 31 | E7 | 1C | 28 |
| Octal | 111 | 121 | 201 | 53 | 45 | 0 | 61 | 347 | 34 | 50 |
| Binary | 1001001 | 1010001 | 10000001 | 101011 | 100101 | 0 | 110001 | 11100111 | 11100 | 101000 |
Color Harmonies of #495181
Complementary color
Monochromatic Colors of #495181
Black with #495181
Text Example
Text Example
White with #495181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495181; }
p { color: rgb(73,81,129); }
H1.HeaderClassName
{
color: #495181;
}
.AnyTagClassName
{
color: #495181;
}
</style>
background-color css
<style>
a { background-color: #495181; }
a { background-color: rgb(73,81,129); }
div.DivClassName
{
background-color: #495181;
}
.BgClassName
{
background-color: #495181;
}
</style>
border-color css
<style>
span { border-color: #495181; }
span { border-color: rgb(73,81,129); }
td.TdClassName
{
border-color: #495181;
}
.TagClassName
{
border-color: #495181;
}
</style>