Shades of Astronaut #494E7C
Tints of Astronaut #494E7C
RGB
CMYK
RGB Variations
Color information
#494E7C (or 0x494E7C) is known color: Astronaut. HEX triplet: 49, 4E and 7C. RGB value is (73,78,124). Sum of RGB (Red+Green+Blue) = 73+78+124=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #494E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E7C is #B6B183. Grayscale: #515151. Windows color (decimal): -11972996 or 8146505. OLE color: 8146505.
HSL color Cylindrical-coordinate representation of color #494E7C: hue angle of 234.12º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #494E7C is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 78 | 124 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.51 |
| HSL | 234.12º | 0.26% | 0.39% | - |
| HSV(B) | 234.12º | 0.41% | 0.49% | - |
| XYZ | 9.11 | 8.32 | 20.19 | - |
| YUV | 81.75 | 151.84 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 124 | 0.41 | 0.37 | 0 | 0.51 | 234.12 | 0.26 | 0.39 |
| Hex | 49 | 4E | 7C | 29 | 25 | 0 | 33 | EA | 1A | 27 |
| Octal | 111 | 116 | 174 | 51 | 45 | 0 | 63 | 352 | 32 | 47 |
| Binary | 1001001 | 1001110 | 1111100 | 101001 | 100101 | 0 | 110011 | 11101010 | 11010 | 100111 |
Color Harmonies of #494E7C
Complementary color
Monochromatic Colors of #494E7C
Black with #494E7C
Text Example
Text Example
White with #494E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494E7C; }
p { color: rgb(73,78,124); }
H1.HeaderClassName
{
color: #494E7C;
}
.AnyTagClassName
{
color: #494E7C;
}
</style>
background-color css
<style>
a { background-color: #494E7C; }
a { background-color: rgb(73,78,124); }
div.DivClassName
{
background-color: #494E7C;
}
.BgClassName
{
background-color: #494E7C;
}
</style>
border-color css
<style>
span { border-color: #494E7C; }
span { border-color: rgb(73,78,124); }
td.TdClassName
{
border-color: #494E7C;
}
.TagClassName
{
border-color: #494E7C;
}
</style>