Shades of Astronaut #495378
Tints of Astronaut #495378
RGB
CMYK
RGB Variations
Color information
#495378 (or 0x495378) is known color: Astronaut. HEX triplet: 49, 53 and 78. RGB value is (73,83,120). Sum of RGB (Red+Green+Blue) = 73+83+120=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #495378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495378 is #B6AC87. Grayscale: #545454. Windows color (decimal): -11971720 or 7885641. OLE color: 7885641.
HSL color Cylindrical-coordinate representation of color #495378: hue angle of 227.23º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #495378 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 83 | 120 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.53 |
| HSL | 227.23º | 0.24% | 0.38% | - |
| HSV(B) | 227.23º | 0.39% | 0.47% | - |
| XYZ | 9.23 | 8.96 | 19.01 | - |
| YUV | 84.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 120 | 0.39 | 0.31 | 0 | 0.53 | 227.23 | 0.24 | 0.38 |
| Hex | 49 | 53 | 78 | 27 | 1F | 0 | 35 | E3 | 18 | 26 |
| Octal | 111 | 123 | 170 | 47 | 37 | 0 | 65 | 343 | 30 | 46 |
| Binary | 1001001 | 1010011 | 1111000 | 100111 | 11111 | 0 | 110101 | 11100011 | 11000 | 100110 |
Color Harmonies of #495378
Complementary color
Monochromatic Colors of #495378
Black with #495378
Text Example
Text Example
White with #495378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495378; }
p { color: rgb(73,83,120); }
H1.HeaderClassName
{
color: #495378;
}
.AnyTagClassName
{
color: #495378;
}
</style>
background-color css
<style>
a { background-color: #495378; }
a { background-color: rgb(73,83,120); }
div.DivClassName
{
background-color: #495378;
}
.BgClassName
{
background-color: #495378;
}
</style>
border-color css
<style>
span { border-color: #495378; }
span { border-color: rgb(73,83,120); }
td.TdClassName
{
border-color: #495378;
}
.TagClassName
{
border-color: #495378;
}
</style>