#475378

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

Shades of Astronaut #475378

Tints of Astronaut #475378

Color information

#475378 (or 0x475378) is unknown color: approx Astronaut. HEX triplet: 47, 53 and 78. RGB value is (71,83,120). Sum of RGB (Red+Green+Blue) = 71+83+120=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #475378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475378 is #B8AC87. Grayscale: #535353. Windows color (decimal): -12102792 or 7885639. OLE color: 7885639.

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

Color convert

RGB7183120-
CMYK0.410.3100.53
HSL225.31º25.65%37.45%-
HSV(B)225.31º40.83%47.06%-
XYZ9.088.8819.01-
YUV83.63148.52118.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 83 (32.81% from 255) = 30.29%
BLUE value IS 120 (47.27% from 255) = 43.80%
R=25.91%
G=30.29%
B=43.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71831200.410.3100.53225.3125.6537.45
Hex475378291F035e11a25
Octal10712317051370653413245
Binary1000111101001111110001010011111101101011110000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475378; }

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

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

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

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

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

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

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

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