#474C71

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

Shades of Astronaut #474C71

Tints of Astronaut #474C71

Color information

#474C71 (or 0x474C71) is unknown color: approx Astronaut. HEX triplet: 47, 4C and 71. RGB value is (71,76,113). Sum of RGB (Red+Green+Blue) = 71+76+113=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #474C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C71 is #B8B38E. Grayscale: #4E4E4E. Windows color (decimal): -12104591 or 7425095. OLE color: 7425095.

HSL color Cylindrical-coordinate representation of color #474C71: hue angle of 232.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #474C71 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7176113-
CMYK0.370.3300.56
HSL232.86º22.83%36.08%-
HSV(B)232.86º37.17%44.31%-
XYZ8.167.716.68-
YUV78.72147.34122.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.31%
GREEN value IS 76 (30.08% from 255) = 29.23%
BLUE value IS 113 (44.53% from 255) = 43.46%
R=27.31%
G=29.23%
B=43.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71761130.370.3300.56232.8622.8336.08
Hex474C712521038e91724
Octal10711416145410703512744
Binary10001111001100111000110010110000101110001110100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474C71; }

 p { color: rgb(71,76,113); }

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

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

 a { background-color: rgb(71,76,113); }

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

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

 span { border-color: rgb(71,76,113); }

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