#495079

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

Shades of Astronaut #495079

Tints of Astronaut #495079

Color information

#495079 (or 0x495079) is unknown color: approx Astronaut. HEX triplet: 49, 50 and 79. RGB value is (73,80,121). Sum of RGB (Red+Green+Blue) = 73+80+121=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #495079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495079 is #B6AF86. Grayscale: #525252. Windows color (decimal): -11972487 or 7950409. OLE color: 7950409.

HSL color Cylindrical-coordinate representation of color #495079: hue angle of 231.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495079 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7380121-
CMYK0.400.3400.53
HSL231.25º24.74%38.04%-
HSV(B)231.25º39.67%47.45%-
XYZ9.078.5319.26-
YUV82.58149.68121.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 121 (47.66% from 255) = 44.16%
R=26.64%
G=29.20%
B=44.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73801210.400.3400.53231.2524.7438.04
Hex4950792822035e71926
Octal11112017150420653473146
Binary10010011010000111100110100010001001101011110011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495079; }

 p { color: rgb(73,80,121); }

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

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

 a { background-color: rgb(73,80,121); }

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

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

 span { border-color: rgb(73,80,121); }

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