Shades of Astronaut #495281
Tints of Astronaut #495281
RGB
CMYK
RGB Variations
Color information
#495281 (or 0x495281) is known color: Astronaut. HEX triplet: 49, 52 and 81. RGB value is (73,82,129). Sum of RGB (Red+Green+Blue) = 73+82+129=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 129 - color contains mainly: blue. Hex color #495281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495281 is #B6AD7E. Grayscale: #545454. Windows color (decimal): -11971967 or 8475209. OLE color: 8475209.
HSL color Cylindrical-coordinate representation of color #495281: hue angle of 230.36º 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 #495281 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 82 | 129 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.49 |
| HSL | 230.36º | 0.28% | 0.4% | - |
| HSV(B) | 230.36º | 0.43% | 0.51% | - |
| XYZ | 9.73 | 9.04 | 22 | - |
| YUV | 84.67 | 153.02 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 129 | 0.43 | 0.36 | 0 | 0.49 | 230.36 | 0.28 | 0.4 |
| Hex | 49 | 52 | 81 | 2B | 24 | 0 | 31 | E6 | 1C | 28 |
| Octal | 111 | 122 | 201 | 53 | 44 | 0 | 61 | 346 | 34 | 50 |
| Binary | 1001001 | 1010010 | 10000001 | 101011 | 100100 | 0 | 110001 | 11100110 | 11100 | 101000 |
Color Harmonies of #495281
Complementary color
Monochromatic Colors of #495281
Black with #495281
Text Example
Text Example
White with #495281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495281; }
p { color: rgb(73,82,129); }
H1.HeaderClassName
{
color: #495281;
}
.AnyTagClassName
{
color: #495281;
}
</style>
background-color css
<style>
a { background-color: #495281; }
a { background-color: rgb(73,82,129); }
div.DivClassName
{
background-color: #495281;
}
.BgClassName
{
background-color: #495281;
}
</style>
border-color css
<style>
span { border-color: #495281; }
span { border-color: rgb(73,82,129); }
td.TdClassName
{
border-color: #495281;
}
.TagClassName
{
border-color: #495281;
}
</style>