Shades of Astronaut #495081
Tints of Astronaut #495081
RGB
CMYK
RGB Variations
Color information
#495081 (or 0x495081) is known color: Astronaut. HEX triplet: 49, 50 and 81. RGB value is (73,80,129). Sum of RGB (Red+Green+Blue) = 73+80+129=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 129 - color contains mainly: blue. Hex color #495081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495081 is #B6AF7E. Grayscale: #535353. Windows color (decimal): -11972479 or 8474697. OLE color: 8474697.
HSL color Cylindrical-coordinate representation of color #495081: hue angle of 232.5º 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 #495081 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 80 | 129 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.49 |
| HSL | 232.5º | 0.28% | 0.4% | - |
| HSV(B) | 232.5º | 0.43% | 0.51% | - |
| XYZ | 9.58 | 8.74 | 21.95 | - |
| YUV | 83.49 | 153.68 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 129 | 0.43 | 0.38 | 0 | 0.49 | 232.5 | 0.28 | 0.4 |
| Hex | 49 | 50 | 81 | 2B | 26 | 0 | 31 | E8 | 1C | 28 |
| Octal | 111 | 120 | 201 | 53 | 46 | 0 | 61 | 350 | 34 | 50 |
| Binary | 1001001 | 1010000 | 10000001 | 101011 | 100110 | 0 | 110001 | 11101000 | 11100 | 101000 |
Color Harmonies of #495081
Complementary color
Monochromatic Colors of #495081
Black with #495081
Text Example
Text Example
White with #495081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495081; }
p { color: rgb(73,80,129); }
H1.HeaderClassName
{
color: #495081;
}
.AnyTagClassName
{
color: #495081;
}
</style>
background-color css
<style>
a { background-color: #495081; }
a { background-color: rgb(73,80,129); }
div.DivClassName
{
background-color: #495081;
}
.BgClassName
{
background-color: #495081;
}
</style>
border-color css
<style>
span { border-color: #495081; }
span { border-color: rgb(73,80,129); }
td.TdClassName
{
border-color: #495081;
}
.TagClassName
{
border-color: #495081;
}
</style>