#475477

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

Shades of Astronaut #475477

Tints of Astronaut #475477

Color information

#475477 (or 0x475477) is unknown color: approx Astronaut. HEX triplet: 47, 54 and 77. RGB value is (71,84,119). Sum of RGB (Red+Green+Blue) = 71+84+119=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #475477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475477 is #B8AB88. Grayscale: #535353. Windows color (decimal): -12102537 or 7820359. OLE color: 7820359.

HSL color Cylindrical-coordinate representation of color #475477: hue angle of 223.75º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #475477 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7184119-
CMYK0.400.2900.53
HSL223.75º25.26%37.25%-
HSV(B)223.75º40.34%46.67%-
XYZ9.19.0118.71-
YUV84.1147.69118.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 119 (46.88% from 255) = 43.43%
R=25.91%
G=30.66%
B=43.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71841190.400.2900.53223.7525.2637.25
Hex475477281D035e01925
Octal10712416750350653403145
Binary1000111101010011101111010001110101101011110000011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475477; }

 p { color: rgb(71,84,119); }

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

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

 a { background-color: rgb(71,84,119); }

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

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

 span { border-color: rgb(71,84,119); }

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