#495575

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

Shades of Astronaut #495575

Tints of Astronaut #495575

Color information

#495575 (or 0x495575) is unknown color: approx Astronaut. HEX triplet: 49, 55 and 75. RGB value is (73,85,117). Sum of RGB (Red+Green+Blue) = 73+85+117=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #495575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495575 is #B6AA8A. Grayscale: #545454. Windows color (decimal): -11971211 or 7689545. OLE color: 7689545.

HSL color Cylindrical-coordinate representation of color #495575: hue angle of 223.64º degrees, saturation: 0.23, 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 #495575 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7385117-
CMYK0.380.2700.54
HSL223.64º23.16%37.25%-
HSV(B)223.64º37.61%45.88%-
XYZ9.219.218.12-
YUV85.06146.02119.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 117 (46.09% from 255) = 42.55%
R=26.55%
G=30.91%
B=42.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73851170.380.2700.54223.6423.1637.25
Hex495575261B036e01725
Octal11112516546330663402745
Binary1001001101010111101011001101101101101101110000010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495575; }

 p { color: rgb(73,85,117); }

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

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

 a { background-color: rgb(73,85,117); }

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

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

 span { border-color: rgb(73,85,117); }

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