#475375

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

Shades of Astronaut #475375

Tints of Astronaut #475375

Color information

#475375 (or 0x475375) is unknown color: approx Astronaut. HEX triplet: 47, 53 and 75. RGB value is (71,83,117). Sum of RGB (Red+Green+Blue) = 71+83+117=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #475375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475375 is #B8AC8A. Grayscale: #535353. Windows color (decimal): -12102795 or 7689031. OLE color: 7689031.

HSL color Cylindrical-coordinate representation of color #475375: hue angle of 224.35º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #475375 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7183117-
CMYK0.390.2900.54
HSL224.35º24.47%36.86%-
HSV(B)224.35º39.32%45.88%-
XYZ8.98.8118.06-
YUV83.29147.02119.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 117 (46.09% from 255) = 43.17%
R=26.20%
G=30.63%
B=43.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71831170.390.2900.54224.3524.4736.86
Hex475375271D036e01825
Octal10712316547350663403045
Binary1000111101001111101011001111110101101101110000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475375; }

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

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

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

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

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

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

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

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