#475478

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

Shades of Astronaut #475478

Tints of Astronaut #475478

Color information

#475478 (or 0x475478) is unknown color: approx Astronaut. HEX triplet: 47, 54 and 78. RGB value is (71,84,120). Sum of RGB (Red+Green+Blue) = 71+84+120=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #475478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475478 is #B8AB87. Grayscale: #545454. Windows color (decimal): -12102536 or 7885895. OLE color: 7885895.

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

Color convert

RGB7184120-
CMYK0.410.300.53
HSL224.08º25.65%37.45%-
HSV(B)224.08º40.83%47.06%-
XYZ9.169.0419.03-
YUV84.22148.19118.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.82%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=25.82%
G=30.55%
B=43.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71841200.410.300.53224.0825.6537.45
Hex475478291E035e01a25
Octal10712417051360653403245
Binary1000111101010011110001010011111001101011110000011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475478; }

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

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

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

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

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

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

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

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