Shades of Astronaut #495380
Tints of Astronaut #495380
RGB
CMYK
RGB Variations
Color information
#495380 (or 0x495380) is known color: Astronaut. HEX triplet: 49, 53 and 80. RGB value is (73,83,128). Sum of RGB (Red+Green+Blue) = 73+83+128=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 128 - color contains mainly: blue. Hex color #495380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495380 is #B6AC7F. Grayscale: #545454. Windows color (decimal): -11971712 or 8409929. OLE color: 8409929.
HSL color Cylindrical-coordinate representation of color #495380: hue angle of 229.09º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #495380 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 83 | 128 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.50 |
| HSL | 229.09º | 0.27% | 0.39% | - |
| HSV(B) | 229.09º | 0.43% | 0.5% | - |
| XYZ | 9.74 | 9.16 | 21.68 | - |
| YUV | 85.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 128 | 0.43 | 0.35 | 0 | 0.50 | 229.09 | 0.27 | 0.39 |
| Hex | 49 | 53 | 80 | 2B | 23 | 0 | 32 | E5 | 1B | 27 |
| Octal | 111 | 123 | 200 | 53 | 43 | 0 | 62 | 345 | 33 | 47 |
| Binary | 1001001 | 1010011 | 10000000 | 101011 | 100011 | 0 | 110010 | 11100101 | 11011 | 100111 |
Color Harmonies of #495380
Complementary color
Monochromatic Colors of #495380
Black with #495380
Text Example
Text Example
White with #495380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495380; }
p { color: rgb(73,83,128); }
H1.HeaderClassName
{
color: #495380;
}
.AnyTagClassName
{
color: #495380;
}
</style>
background-color css
<style>
a { background-color: #495380; }
a { background-color: rgb(73,83,128); }
div.DivClassName
{
background-color: #495380;
}
.BgClassName
{
background-color: #495380;
}
</style>
border-color css
<style>
span { border-color: #495380; }
span { border-color: rgb(73,83,128); }
td.TdClassName
{
border-color: #495380;
}
.TagClassName
{
border-color: #495380;
}
</style>