#475078

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

Shades of Astronaut #475078

Tints of Astronaut #475078

Color information

#475078 (or 0x475078) is unknown color: approx Astronaut. HEX triplet: 47, 50 and 78. RGB value is (71,80,120). Sum of RGB (Red+Green+Blue) = 71+80+120=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #475078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475078 is #B8AF87. Grayscale: #515151. Windows color (decimal): -12103560 or 7884871. OLE color: 7884871.

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

Color convert

RGB7180120-
CMYK0.410.3300.53
HSL228.98º25.65%37.45%-
HSV(B)228.98º40.83%47.06%-
XYZ8.868.4318.93-
YUV81.87149.52120.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=26.20%
G=29.52%
B=44.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71801200.410.3300.53228.9825.6537.45
Hex4750782921035e51a25
Octal10712017051410653453245
Binary10001111010000111100010100110000101101011110010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475078; }

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

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

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

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

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

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

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

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