#485378

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

Shades of Astronaut #485378

Tints of Astronaut #485378

Color information

#485378 (or 0x485378) is unknown color: approx Astronaut. HEX triplet: 48, 53 and 78. RGB value is (72,83,120). Sum of RGB (Red+Green+Blue) = 72+83+120=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 83 (32.81% from 255 or 30.18% 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 #485378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485378 is #B7AC87. Grayscale: #535353. Windows color (decimal): -12037256 or 7885640. OLE color: 7885640.

HSL color Cylindrical-coordinate representation of color #485378: hue angle of 226.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #485378 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7283120-
CMYK0.400.3100.53
HSL226.25º25%37.65%-
HSV(B)226.25º40%47.06%-
XYZ9.168.9219.01-
YUV83.93148.36119.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=26.18%
G=30.18%
B=43.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72831200.400.3100.53226.252537.65
Hex485378281F035e21926
Octal11012317050370653423146
Binary1001000101001111110001010001111101101011110001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485378; }

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

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

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

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

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

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

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

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