#475479

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

Shades of Astronaut #475479

Tints of Astronaut #475479

Color information

#475479 (or 0x475479) is unknown color: approx Astronaut. HEX triplet: 47, 54 and 79. RGB value is (71,84,121). Sum of RGB (Red+Green+Blue) = 71+84+121=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #475479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475479 is #B8AB86. Grayscale: #545454. Windows color (decimal): -12102535 or 7951431. OLE color: 7951431.

HSL color Cylindrical-coordinate representation of color #475479: hue angle of 224.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 #475479 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7184121-
CMYK0.410.3100.53
HSL224.4º26.04%37.65%-
HSV(B)224.4º41.32%47.45%-
XYZ9.229.0619.35-
YUV84.33148.69118.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.72%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 121 (47.66% from 255) = 43.84%
R=25.72%
G=30.43%
B=43.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71841210.410.3100.53224.426.0437.65
Hex475479291F035e01a26
Octal10712417151370653403246
Binary1000111101010011110011010011111101101011110000011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475479; }

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

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

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

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

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

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

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

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