#474F79

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

Shades of Astronaut #474F79

Tints of Astronaut #474F79

Color information

#474F79 (or 0x474F79) is unknown color: approx Astronaut. HEX triplet: 47, 4F and 79. RGB value is (71,79,121). Sum of RGB (Red+Green+Blue) = 71+79+121=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #474F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F79 is #B8B086. Grayscale: #515151. Windows color (decimal): -12103815 or 7950151. OLE color: 7950151.

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

Color convert

RGB7179121-
CMYK0.410.3500.53
HSL230.4º26.04%37.65%-
HSV(B)230.4º41.32%47.45%-
XYZ8.858.3119.23-
YUV81.4150.35120.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 79 (31.25% from 255) = 29.15%
BLUE value IS 121 (47.66% from 255) = 44.65%
R=26.20%
G=29.15%
B=44.65%

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
Decimal71791210.410.3500.53230.426.0437.65
Hex474F792923035e61a26
Octal10711717151430653463246
Binary10001111001111111100110100110001101101011110011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,79,121); }

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

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

 a { background-color: rgb(71,79,121); }

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

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

 span { border-color: rgb(71,79,121); }

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