Shades of Astronaut #495274
Tints of Astronaut #495274
RGB
CMYK
RGB Variations
Color information
#495274 (or 0x495274) is known color: Astronaut. HEX triplet: 49, 52 and 74. RGB value is (73,82,116). Sum of RGB (Red+Green+Blue) = 73+82+116=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 116 - color contains mainly: blue. Hex color #495274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495274 is #B6AD8B. Grayscale: #535353. Windows color (decimal): -11971980 or 7623241. OLE color: 7623241.
HSL color Cylindrical-coordinate representation of color #495274: hue angle of 227.44º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #495274 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 82 | 116 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.55 |
| HSL | 227.44º | 0.23% | 0.37% | - |
| HSV(B) | 227.44º | 0.37% | 0.45% | - |
| XYZ | 8.92 | 8.71 | 17.73 | - |
| YUV | 83.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 116 | 0.37 | 0.29 | 0 | 0.55 | 227.44 | 0.23 | 0.37 |
| Hex | 49 | 52 | 74 | 25 | 1D | 0 | 37 | E3 | 17 | 25 |
| Octal | 111 | 122 | 164 | 45 | 35 | 0 | 67 | 343 | 27 | 45 |
| Binary | 1001001 | 1010010 | 1110100 | 100101 | 11101 | 0 | 110111 | 11100011 | 10111 | 100101 |
Color Harmonies of #495274
Complementary color
Monochromatic Colors of #495274
Black with #495274
Text Example
Text Example
White with #495274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495274; }
p { color: rgb(73,82,116); }
H1.HeaderClassName
{
color: #495274;
}
.AnyTagClassName
{
color: #495274;
}
</style>
background-color css
<style>
a { background-color: #495274; }
a { background-color: rgb(73,82,116); }
div.DivClassName
{
background-color: #495274;
}
.BgClassName
{
background-color: #495274;
}
</style>
border-color css
<style>
span { border-color: #495274; }
span { border-color: rgb(73,82,116); }
td.TdClassName
{
border-color: #495274;
}
.TagClassName
{
border-color: #495274;
}
</style>