#494F76

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

Shades of Astronaut #494F76

Tints of Astronaut #494F76

Color information

#494F76 (or 0x494F76) is unknown color: approx Astronaut. HEX triplet: 49, 4F and 76. RGB value is (73,79,118). Sum of RGB (Red+Green+Blue) = 73+79+118=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #494F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F76 is #B6B089. Grayscale: #515151. Windows color (decimal): -11972746 or 7753545. OLE color: 7753545.

HSL color Cylindrical-coordinate representation of color #494F76: hue angle of 232º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #494F76 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7379118-
CMYK0.380.3300.54
HSL232º23.56%37.45%-
HSV(B)232º38.14%46.27%-
XYZ8.818.3218.28-
YUV81.65148.51121.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 79 (31.25% from 255) = 29.26%
BLUE value IS 118 (46.48% from 255) = 43.70%
R=27.04%
G=29.26%
B=43.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73791180.380.3300.5423223.5637.45
Hex494F762621036e81825
Octal11111716646410663503045
Binary10010011001111111011010011010000101101101110100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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