#475473

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

Shades of Astronaut #475473

Tints of Astronaut #475473

Color information

#475473 (or 0x475473) is unknown color: approx Astronaut. HEX triplet: 47, 54 and 73. RGB value is (71,84,115). Sum of RGB (Red+Green+Blue) = 71+84+115=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #475473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475473 is #B8AB8C. Grayscale: #535353. Windows color (decimal): -12102541 or 7558215. OLE color: 7558215.

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

Color convert

RGB7184115-
CMYK0.380.2700.55
HSL222.27º23.66%36.47%-
HSV(B)222.27º38.26%45.1%-
XYZ8.868.9217.47-
YUV83.65145.69118.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.30%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 115 (45.31% from 255) = 42.59%
R=26.30%
G=31.11%
B=42.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71841150.380.2700.55222.2723.6636.47
Hex475473261B037de1824
Octal10712416346330673363044
Binary1000111101010011100111001101101101101111101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475473; }

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

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

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

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

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

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

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

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