#495577

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

Shades of Astronaut #495577

Tints of Astronaut #495577

Color information

#495577 (or 0x495577) is unknown color: approx Astronaut. HEX triplet: 49, 55 and 77. RGB value is (73,85,119). Sum of RGB (Red+Green+Blue) = 73+85+119=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #495577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495577 is #B6AA88. Grayscale: #555555. Windows color (decimal): -11971209 or 7820617. OLE color: 7820617.

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

Color convert

RGB7385119-
CMYK0.390.2900.53
HSL224.35º23.96%37.65%-
HSV(B)224.35º38.66%46.67%-
XYZ9.339.2518.75-
YUV85.29147.02119.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 119 (46.88% from 255) = 42.96%
R=26.35%
G=30.69%
B=42.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73851190.390.2900.53224.3523.9637.65
Hex495577271D035e01826
Octal11112516747350653403046
Binary1001001101010111101111001111110101101011110000011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495577; }

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

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

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

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

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

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

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

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