#485379

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

Shades of Astronaut #485379

Tints of Astronaut #485379

Color information

#485379 (or 0x485379) is unknown color: approx Astronaut. HEX triplet: 48, 53 and 79. RGB value is (72,83,121). Sum of RGB (Red+Green+Blue) = 72+83+121=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #485379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485379 is #B7AC86. Grayscale: #535353. Windows color (decimal): -12037255 or 7951176. OLE color: 7951176.

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

Color convert

RGB7283121-
CMYK0.400.3100.53
HSL226.53º25.39%37.84%-
HSV(B)226.53º40.5%47.45%-
XYZ9.228.9419.33-
YUV84.04148.86119.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.09%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 121 (47.66% from 255) = 43.84%
R=26.09%
G=30.07%
B=43.84%

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
Decimal72831210.400.3100.53226.5325.3937.84
Hex485379281F035e31926
Octal11012317150370653433146
Binary1001000101001111110011010001111101101011110001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485379; }

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

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

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

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

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

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

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

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