#475278

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

Shades of Astronaut #475278

Tints of Astronaut #475278

Color information

#475278 (or 0x475278) is unknown color: approx Astronaut. HEX triplet: 47, 52 and 78. RGB value is (71,82,120). Sum of RGB (Red+Green+Blue) = 71+82+120=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #475278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475278 is #B8AD87. Grayscale: #525252. Windows color (decimal): -12103048 or 7885383. OLE color: 7885383.

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

Color convert

RGB7182120-
CMYK0.410.3200.53
HSL226.53º25.65%37.45%-
HSV(B)226.53º40.83%47.06%-
XYZ9.018.7318.98-
YUV83.04148.86119.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.01%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=26.01%
G=30.04%
B=43.96%

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
Decimal71821200.410.3200.53226.5325.6537.45
Hex4752782920035e31a25
Octal10712217051400653433245
Binary10001111010010111100010100110000001101011110001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475278; }

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

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

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

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

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

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

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

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