Shades of Astronaut #494F7B
Tints of Astronaut #494F7B
RGB
CMYK
RGB Variations
Color information
#494F7B (or 0x494F7B) is known color: Astronaut. HEX triplet: 49, 4F and 7B. RGB value is (73,79,123). Sum of RGB (Red+Green+Blue) = 73+79+123=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #494F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F7B is #B6B084. Grayscale: #525252. Windows color (decimal): -11972741 or 8081225. OLE color: 8081225.
HSL color Cylindrical-coordinate representation of color #494F7B: hue angle of 232.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #494F7B is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 79 | 123 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.52 |
| HSL | 232.8º | 0.26% | 0.38% | - |
| HSV(B) | 232.8º | 0.41% | 0.48% | - |
| XYZ | 9.12 | 8.44 | 19.89 | - |
| YUV | 82.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 79 | 123 | 0.41 | 0.36 | 0 | 0.52 | 232.8 | 0.26 | 0.38 |
| Hex | 49 | 4F | 7B | 29 | 24 | 0 | 34 | E9 | 1A | 26 |
| Octal | 111 | 117 | 173 | 51 | 44 | 0 | 64 | 351 | 32 | 46 |
| Binary | 1001001 | 1001111 | 1111011 | 101001 | 100100 | 0 | 110100 | 11101001 | 11010 | 100110 |
Color Harmonies of #494F7B
Complementary color
Monochromatic Colors of #494F7B
Black with #494F7B
Text Example
Text Example
White with #494F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494F7B; }
p { color: rgb(73,79,123); }
H1.HeaderClassName
{
color: #494F7B;
}
.AnyTagClassName
{
color: #494F7B;
}
</style>
background-color css
<style>
a { background-color: #494F7B; }
a { background-color: rgb(73,79,123); }
div.DivClassName
{
background-color: #494F7B;
}
.BgClassName
{
background-color: #494F7B;
}
</style>
border-color css
<style>
span { border-color: #494F7B; }
span { border-color: rgb(73,79,123); }
td.TdClassName
{
border-color: #494F7B;
}
.TagClassName
{
border-color: #494F7B;
}
</style>