#475377

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

Shades of Astronaut #475377

Tints of Astronaut #475377

Color information

#475377 (or 0x475377) is unknown color: approx Astronaut. HEX triplet: 47, 53 and 77. RGB value is (71,83,119). Sum of RGB (Red+Green+Blue) = 71+83+119=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #475377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475377 is #B8AC88. Grayscale: #535353. Windows color (decimal): -12102793 or 7820103. OLE color: 7820103.

HSL color Cylindrical-coordinate representation of color #475377: hue angle of 225º 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 #475377 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7183119-
CMYK0.400.3000.53
HSL225º25.26%37.25%-
HSV(B)225º40.34%46.67%-
XYZ9.028.8618.69-
YUV83.52148.02119.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.01%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 119 (46.88% from 255) = 43.59%
R=26.01%
G=30.40%
B=43.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71831190.400.3000.5322525.2637.25
Hex475377281E035e11925
Octal10712316750360653413145
Binary1000111101001111101111010001111001101011110000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475377; }

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

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

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

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

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

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

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

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