Shades of Astronaut #494E78
Tints of Astronaut #494E78
RGB
CMYK
RGB Variations
Color information
#494E78 (or 0x494E78) is known color: Astronaut. HEX triplet: 49, 4E and 78. RGB value is (73,78,120). Sum of RGB (Red+Green+Blue) = 73+78+120=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #494E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E78 is #B6B187. Grayscale: #515151. Windows color (decimal): -11973000 or 7884361. OLE color: 7884361.
HSL color Cylindrical-coordinate representation of color #494E78: hue angle of 233.62º 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 #494E78 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 78 | 120 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.53 |
| HSL | 233.62º | 0.24% | 0.38% | - |
| HSV(B) | 233.62º | 0.39% | 0.47% | - |
| XYZ | 8.86 | 8.22 | 18.89 | - |
| YUV | 81.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 120 | 0.39 | 0.35 | 0 | 0.53 | 233.62 | 0.24 | 0.38 |
| Hex | 49 | 4E | 78 | 27 | 23 | 0 | 35 | EA | 18 | 26 |
| Octal | 111 | 116 | 170 | 47 | 43 | 0 | 65 | 352 | 30 | 46 |
| Binary | 1001001 | 1001110 | 1111000 | 100111 | 100011 | 0 | 110101 | 11101010 | 11000 | 100110 |
Color Harmonies of #494E78
Complementary color
Monochromatic Colors of #494E78
Black with #494E78
Text Example
Text Example
White with #494E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494E78; }
p { color: rgb(73,78,120); }
H1.HeaderClassName
{
color: #494E78;
}
.AnyTagClassName
{
color: #494E78;
}
</style>
background-color css
<style>
a { background-color: #494E78; }
a { background-color: rgb(73,78,120); }
div.DivClassName
{
background-color: #494E78;
}
.BgClassName
{
background-color: #494E78;
}
</style>
border-color css
<style>
span { border-color: #494E78; }
span { border-color: rgb(73,78,120); }
td.TdClassName
{
border-color: #494E78;
}
.TagClassName
{
border-color: #494E78;
}
</style>