#475275

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

Shades of Astronaut #475275

Tints of Astronaut #475275

Color information

#475275 (or 0x475275) is unknown color: approx Astronaut. HEX triplet: 47, 52 and 75. RGB value is (71,82,117). Sum of RGB (Red+Green+Blue) = 71+82+117=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #475275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475275 is #B8AD8A. Grayscale: #525252. Windows color (decimal): -12103051 or 7688775. OLE color: 7688775.

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

Color convert

RGB7182117-
CMYK0.390.3000.54
HSL225.65º24.47%36.86%-
HSV(B)225.65º39.32%45.88%-
XYZ8.838.6618.04-
YUV82.7147.36119.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.30%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 117 (46.09% from 255) = 43.33%
R=26.30%
G=30.37%
B=43.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71821170.390.3000.54225.6524.4736.86
Hex475275271E036e21825
Octal10712216547360663423045
Binary1000111101001011101011001111111001101101110001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475275; }

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

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

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

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

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

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

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

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