#475075

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

Shades of Astronaut #475075

Tints of Astronaut #475075

Color information

#475075 (or 0x475075) is unknown color: approx Astronaut. HEX triplet: 47, 50 and 75. RGB value is (71,80,117). Sum of RGB (Red+Green+Blue) = 71+80+117=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #475075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475075 is #B8AF8A. Grayscale: #515151. Windows color (decimal): -12103563 or 7688263. OLE color: 7688263.

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

Color convert

RGB7180117-
CMYK0.390.3200.54
HSL228.26º24.47%36.86%-
HSV(B)228.26º39.32%45.88%-
XYZ8.688.3617.99-
YUV81.53148.02120.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.49%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 117 (46.09% from 255) = 43.66%
R=26.49%
G=29.85%
B=43.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71801170.390.3200.54228.2624.4736.86
Hex4750752720036e41825
Octal10712016547400663443045
Binary10001111010000111010110011110000001101101110010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475075; }

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

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

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

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

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

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

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

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