#475178

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

Shades of Astronaut #475178

Tints of Astronaut #475178

Color information

#475178 (or 0x475178) is unknown color: approx Astronaut. HEX triplet: 47, 51 and 78. RGB value is (71,81,120). Sum of RGB (Red+Green+Blue) = 71+81+120=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 120 - color contains mainly: blue. Hex color #475178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475178 is #B8AE87. Grayscale: #525252. Windows color (decimal): -12103304 or 7885127. OLE color: 7885127.

HSL color Cylindrical-coordinate representation of color #475178: hue angle of 227.76º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #475178 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7181120-
CMYK0.410.3200.53
HSL227.76º25.65%37.45%-
HSV(B)227.76º40.83%47.06%-
XYZ8.938.5818.95-
YUV82.46149.19119.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.10%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 120 (47.27% from 255) = 44.12%
R=26.10%
G=29.78%
B=44.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71811200.410.3200.53227.7625.6537.45
Hex4751782920035e41a25
Octal10712117051400653443245
Binary10001111010001111100010100110000001101011110010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475178; }

 p { color: rgb(71,81,120); }

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

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

 a { background-color: rgb(71,81,120); }

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

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

 span { border-color: rgb(71,81,120); }

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