#494F7E

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

Shades of Astronaut #494F7E

Tints of Astronaut #494F7E

Color information

#494F7E (or 0x494F7E) is unknown color: approx Astronaut. HEX triplet: 49, 4F and 7E. RGB value is (73,79,126). Sum of RGB (Red+Green+Blue) = 73+79+126=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 126 - color contains mainly: blue. Hex color #494F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F7E is #B6B081. Grayscale: #525252. Windows color (decimal): -11972738 or 8277833. OLE color: 8277833.

HSL color Cylindrical-coordinate representation of color #494F7E: hue angle of 233.21º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #494F7E is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7379126-
CMYK0.420.3700.51
HSL233.21º26.63%39.02%-
HSV(B)233.21º42.06%49.41%-
XYZ9.318.5120.89-
YUV82.56152.51121.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 79 (31.25% from 255) = 28.42%
BLUE value IS 126 (49.61% from 255) = 45.32%
R=26.26%
G=28.42%
B=45.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73791260.420.3700.51233.2126.6339.02
Hex494F7E2A25033e91b27
Octal11111717652450633513347
Binary10010011001111111111010101010010101100111110100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,79,126); }

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

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

 a { background-color: rgb(73,79,126); }

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

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

 span { border-color: rgb(73,79,126); }

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