#475476

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

Shades of Astronaut #475476

Tints of Astronaut #475476

Color information

#475476 (or 0x475476) is unknown color: approx Astronaut. HEX triplet: 47, 54 and 76. RGB value is (71,84,118). Sum of RGB (Red+Green+Blue) = 71+84+118=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #475476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475476 is #B8AB89. Grayscale: #535353. Windows color (decimal): -12102538 or 7754823. OLE color: 7754823.

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

Color convert

RGB7184118-
CMYK0.400.2900.54
HSL223.4º24.87%37.06%-
HSV(B)223.4º39.83%46.27%-
XYZ9.048.9918.4-
YUV83.99147.19118.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.01%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=26.01%
G=30.77%
B=43.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71841180.400.2900.54223.424.8737.06
Hex475476281D036df1925
Octal10712416650350663373145
Binary1000111101010011101101010001110101101101101111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475476; }

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

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

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

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

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

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

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

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