#475472

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

Shades of Astronaut #475472

Tints of Astronaut #475472

Color information

#475472 (or 0x475472) is unknown color: approx Astronaut. HEX triplet: 47, 54 and 72. RGB value is (71,84,114). Sum of RGB (Red+Green+Blue) = 71+84+114=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 114 - color contains mainly: blue. Hex color #475472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475472 is #B8AB8D. Grayscale: #535353. Windows color (decimal): -12102542 or 7492679. OLE color: 7492679.

HSL color Cylindrical-coordinate representation of color #475472: hue angle of 221.86º degrees, saturation: 0.23, 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 #475472 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7184114-
CMYK0.380.2600.55
HSL221.86º23.24%36.27%-
HSV(B)221.86º37.72%44.71%-
XYZ8.818.917.17-
YUV83.53145.19119.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.39%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 114 (44.92% from 255) = 42.38%
R=26.39%
G=31.23%
B=42.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71841140.380.2600.55221.8623.2436.27
Hex475472261A037de1724
Octal10712416246320673362744
Binary1000111101010011100101001101101001101111101111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475472; }

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

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

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

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

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

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

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

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