#475172

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

Shades of Astronaut #475172

Tints of Astronaut #475172

Color information

#475172 (or 0x475172) is unknown color: approx Astronaut. HEX triplet: 47, 51 and 72. RGB value is (71,81,114). Sum of RGB (Red+Green+Blue) = 71+81+114=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #475172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475172 is #B8AE8D. Grayscale: #515151. Windows color (decimal): -12103310 or 7491911. OLE color: 7491911.

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

Color convert

RGB7181114-
CMYK0.380.2900.55
HSL226.05º23.24%36.27%-
HSV(B)226.05º37.72%44.71%-
XYZ8.588.4417.1-
YUV81.77146.19120.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.69%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=26.69%
G=30.45%
B=42.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71811140.380.2900.55226.0523.2436.27
Hex475172261D037e21724
Octal10712116246350673422744
Binary1000111101000111100101001101110101101111110001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475172; }

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

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

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

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

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

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

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

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