#495379

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

Shades of Astronaut #495379

Tints of Astronaut #495379

Color information

#495379 (or 0x495379) is unknown color: approx Astronaut. HEX triplet: 49, 53 and 79. RGB value is (73,83,121). Sum of RGB (Red+Green+Blue) = 73+83+121=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #495379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495379 is #B6AC86. Grayscale: #545454. Windows color (decimal): -11971719 or 7951177. OLE color: 7951177.

HSL color Cylindrical-coordinate representation of color #495379: hue angle of 227.5º 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 #495379 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7383121-
CMYK0.400.3100.53
HSL227.5º24.74%38.04%-
HSV(B)227.5º39.67%47.45%-
XYZ9.298.9819.33-
YUV84.34148.69119.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 121 (47.66% from 255) = 43.68%
R=26.35%
G=29.96%
B=43.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73831210.400.3100.53227.524.7438.04
Hex495379281F035e41926
Octal11112317150370653443146
Binary1001001101001111110011010001111101101011110010011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495379; }

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

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

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

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

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

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

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

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