#495574

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

Shades of Astronaut #495574

Tints of Astronaut #495574

Color information

#495574 (or 0x495574) is unknown color: approx Astronaut. HEX triplet: 49, 55 and 74. RGB value is (73,85,116). Sum of RGB (Red+Green+Blue) = 73+85+116=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #495574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495574 is #B6AA8B. Grayscale: #545454. Windows color (decimal): -11971212 or 7624009. OLE color: 7624009.

HSL color Cylindrical-coordinate representation of color #495574: hue angle of 223.26º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #495574 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7385116-
CMYK0.370.2700.55
HSL223.26º22.75%37.06%-
HSV(B)223.26º37.07%45.49%-
XYZ9.159.1717.81-
YUV84.95145.52119.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 116 (45.70% from 255) = 42.34%
R=26.64%
G=31.02%
B=42.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73851160.370.2700.55223.2622.7537.06
Hex495574251B037df1725
Octal11112516445330673372745
Binary1001001101010111101001001011101101101111101111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495574; }

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

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

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

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

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

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

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

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