Shades of Astronaut #494F7A
Tints of Astronaut #494F7A
RGB
CMYK
RGB Variations
Color information
#494F7A (or 0x494F7A) is known color: Astronaut. HEX triplet: 49, 4F and 7A. RGB value is (73,79,122). Sum of RGB (Red+Green+Blue) = 73+79+122=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #494F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F7A is #B6B085. Grayscale: #515151. Windows color (decimal): -11972742 or 8015689. OLE color: 8015689.
HSL color Cylindrical-coordinate representation of color #494F7A: hue angle of 232.65º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #494F7A is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 79 | 122 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.52 |
| HSL | 232.65º | 0.25% | 0.38% | - |
| HSV(B) | 232.65º | 0.4% | 0.48% | - |
| XYZ | 9.06 | 8.41 | 19.56 | - |
| YUV | 82.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 79 | 122 | 0.40 | 0.35 | 0 | 0.52 | 232.65 | 0.25 | 0.38 |
| Hex | 49 | 4F | 7A | 28 | 23 | 0 | 34 | E9 | 19 | 26 |
| Octal | 111 | 117 | 172 | 50 | 43 | 0 | 64 | 351 | 31 | 46 |
| Binary | 1001001 | 1001111 | 1111010 | 101000 | 100011 | 0 | 110100 | 11101001 | 11001 | 100110 |
Color Harmonies of #494F7A
Complementary color
Monochromatic Colors of #494F7A
Black with #494F7A
Text Example
Text Example
White with #494F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494F7A; }
p { color: rgb(73,79,122); }
H1.HeaderClassName
{
color: #494F7A;
}
.AnyTagClassName
{
color: #494F7A;
}
</style>
background-color css
<style>
a { background-color: #494F7A; }
a { background-color: rgb(73,79,122); }
div.DivClassName
{
background-color: #494F7A;
}
.BgClassName
{
background-color: #494F7A;
}
</style>
border-color css
<style>
span { border-color: #494F7A; }
span { border-color: rgb(73,79,122); }
td.TdClassName
{
border-color: #494F7A;
}
.TagClassName
{
border-color: #494F7A;
}
</style>