#475280

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

Shades of Astronaut #475280

Tints of Astronaut #475280

Color information

#475280 (or 0x475280) is unknown color: approx Astronaut. HEX triplet: 47, 52 and 80. RGB value is (71,82,128). Sum of RGB (Red+Green+Blue) = 71+82+128=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #475280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475280 is #B8AD7F. Grayscale: #535353. Windows color (decimal): -12103040 or 8409671. OLE color: 8409671.

HSL color Cylindrical-coordinate representation of color #475280: hue angle of 228.42º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #475280 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7182128-
CMYK0.450.3600.50
HSL228.42º28.64%39.02%-
HSV(B)228.42º44.53%50.2%-
XYZ9.518.9321.64-
YUV83.96152.86118.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.27%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 128 (50.39% from 255) = 45.55%
R=25.27%
G=29.18%
B=45.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71821280.450.3600.50228.4228.6439.02
Hex4752802D24032e41d27
Octal10712220055440623443547
Binary100011110100101000000010110110010001100101110010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475280; }

 p { color: rgb(71,82,128); }

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

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

 a { background-color: rgb(71,82,128); }

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

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

 span { border-color: rgb(71,82,128); }

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