#494F7A

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

Shades of Astronaut #494F7A

Tints of Astronaut #494F7A

Color information

#494F7A (or 0x494F7A) is unknown color: approx 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

RGB7379122-
CMYK0.400.3500.52
HSL232.65º25.13%38.24%-
HSV(B)232.65º40.16%47.84%-
XYZ9.068.4119.56-
YUV82.11150.51121.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 79 (31.25% from 255) = 28.83%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=26.64%
G=28.83%
B=44.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73791220.400.3500.52232.6525.1338.24
Hex494F7A2823034e91926
Octal11111717250430643513146
Binary10010011001111111101010100010001101101001110100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>