#474E78

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

Shades of Astronaut #474E78

Tints of Astronaut #474E78

Color information

#474E78 (or 0x474E78) is unknown color: approx Astronaut. HEX triplet: 47, 4E and 78. RGB value is (71,78,120). Sum of RGB (Red+Green+Blue) = 71+78+120=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #474E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E78 is #B8B187. Grayscale: #505050. Windows color (decimal): -12104072 or 7884359. OLE color: 7884359.

HSL color Cylindrical-coordinate representation of color #474E78: hue angle of 231.43º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #474E78 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7178120-
CMYK0.410.3500.53
HSL231.43º25.65%37.45%-
HSV(B)231.43º40.83%47.06%-
XYZ8.718.1418.88-
YUV80.69150.18121.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.39%
GREEN value IS 78 (30.86% from 255) = 29.00%
BLUE value IS 120 (47.27% from 255) = 44.61%
R=26.39%
G=29.00%
B=44.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71781200.410.3500.53231.4325.6537.45
Hex474E782923035e71a25
Octal10711617051430653473245
Binary10001111001110111100010100110001101101011110011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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