#494E7A

Color #494E7A Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #494E7A

Tints of Astronaut #494E7A

Color information

#494E7A (or 0x494E7A) is unknown color: approx Astronaut. HEX triplet: 49, 4E and 7A. RGB value is (73,78,122). Sum of RGB (Red+Green+Blue) = 73+78+122=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #494E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E7A is #B6B185. Grayscale: #515151. Windows color (decimal): -11972998 or 8015433. OLE color: 8015433.

HSL color Cylindrical-coordinate representation of color #494E7A: hue angle of 233.88º 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 #494E7A is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7378122-
CMYK0.400.3600.52
HSL233.88º25.13%38.24%-
HSV(B)233.88º40.16%47.84%-
XYZ8.988.2719.54-
YUV81.52150.84121.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 122 (48.05% from 255) = 44.69%
R=26.74%
G=28.57%
B=44.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73781220.400.3600.52233.8825.1338.24
Hex494E7A2824034ea1926
Octal11111617250440643523146
Binary10010011001110111101010100010010001101001110101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494E7A; }

 p { color: rgb(73,78,122); }

 H1.HeaderClassName
 {
   color: #494E7A;
 }
 .AnyTagClassName
 {
   color: #494E7A;
 }
</style>
background-color css

<style>
 a { background-color: #494E7A; }

 a { background-color: rgb(73,78,122); }

 div.DivClassName
 {
   background-color: #494E7A;
 }
 .BgClassName
 {
   background-color: #494E7A;
 }
</style>
border-color css

<style>
 span { border-color: #494E7A; }

 span { border-color: rgb(73,78,122); }

 td.TdClassName
 {
   border-color: #494E7A;
 }
 .TagClassName
 {
   border-color: #494E7A;
 }
</style>