#494F7B

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

Shades of Astronaut #494F7B

Tints of Astronaut #494F7B

Color information

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

RGB7379123-
CMYK0.410.3600.52
HSL232.8º25.51%38.43%-
HSV(B)232.8º40.65%48.24%-
XYZ9.128.4419.89-
YUV82.22151.01121.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 79 (31.25% from 255) = 28.73%
BLUE value IS 123 (48.44% from 255) = 44.73%
R=26.55%
G=28.73%
B=44.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73791230.410.3600.52232.825.5138.43
Hex494F7B2924034e91a26
Octal11111717351440643513246
Binary10010011001111111101110100110010001101001110100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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