#474D74

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

Shades of Astronaut #474D74

Tints of Astronaut #474D74

Color information

#474D74 (or 0x474D74) is unknown color: approx Astronaut. HEX triplet: 47, 4D and 74. RGB value is (71,77,116). Sum of RGB (Red+Green+Blue) = 71+77+116=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #474D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D74 is #B8B28B. Grayscale: #4F4F4F. Windows color (decimal): -12104332 or 7621959. OLE color: 7621959.

HSL color Cylindrical-coordinate representation of color #474D74: hue angle of 232º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #474D74 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7177116-
CMYK0.390.3400.55
HSL232º24.06%36.67%-
HSV(B)232º38.79%45.49%-
XYZ8.47.9117.61-
YUV79.65148.51121.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 77 (30.47% from 255) = 29.17%
BLUE value IS 116 (45.70% from 255) = 43.94%
R=26.89%
G=29.17%
B=43.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71771160.390.3400.5523224.0636.67
Hex474D742722037e81825
Octal10711516447420673503045
Binary10001111001101111010010011110001001101111110100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,77,116); }

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

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

 a { background-color: rgb(71,77,116); }

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

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

 span { border-color: rgb(71,77,116); }

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