#495377

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

Shades of Astronaut #495377

Tints of Astronaut #495377

Color information

#495377 (or 0x495377) is unknown color: approx Astronaut. HEX triplet: 49, 53 and 77. RGB value is (73,83,119). Sum of RGB (Red+Green+Blue) = 73+83+119=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #495377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495377 is #B6AC88. Grayscale: #535353. Windows color (decimal): -11971721 or 7820105. OLE color: 7820105.

HSL color Cylindrical-coordinate representation of color #495377: hue angle of 226.96º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #495377 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7383119-
CMYK0.390.3000.53
HSL226.96º23.96%37.65%-
HSV(B)226.96º38.66%46.67%-
XYZ9.178.9318.69-
YUV84.11147.69120.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 119 (46.88% from 255) = 43.27%
R=26.55%
G=30.18%
B=43.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73831190.390.3000.53226.9623.9637.65
Hex495377271E035e31826
Octal11112316747360653433046
Binary1001001101001111101111001111111001101011110001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495377; }

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

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

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

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

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

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

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

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