#474E77

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

Shades of Astronaut #474E77

Tints of Astronaut #474E77

Color information

#474E77 (or 0x474E77) is unknown color: approx Astronaut. HEX triplet: 47, 4E and 77. RGB value is (71,78,119). Sum of RGB (Red+Green+Blue) = 71+78+119=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #474E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E77 is #B8B188. Grayscale: #505050. Windows color (decimal): -12104073 or 7818823. OLE color: 7818823.

HSL color Cylindrical-coordinate representation of color #474E77: hue angle of 231.25º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #474E77 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7178119-
CMYK0.400.3400.53
HSL231.25º25.26%37.25%-
HSV(B)231.25º40.34%46.67%-
XYZ8.658.1218.56-
YUV80.58149.68121.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.49%
GREEN value IS 78 (30.86% from 255) = 29.10%
BLUE value IS 119 (46.88% from 255) = 44.40%
R=26.49%
G=29.10%
B=44.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71781190.400.3400.53231.2525.2637.25
Hex474E772822035e71925
Octal10711616750420653473145
Binary10001111001110111011110100010001001101011110011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,78,119); }

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

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

 a { background-color: rgb(71,78,119); }

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

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

 span { border-color: rgb(71,78,119); }

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