#485180

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

Shades of Astronaut #485180

Tints of Astronaut #485180

Color information

#485180 (or 0x485180) is unknown color: approx Astronaut. HEX triplet: 48, 51 and 80. RGB value is (72,81,128). Sum of RGB (Red+Green+Blue) = 72+81+128=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #485180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485180 is #B7AE7F. Grayscale: #535353. Windows color (decimal): -12037760 or 8409416. OLE color: 8409416.

HSL color Cylindrical-coordinate representation of color #485180: hue angle of 230.36º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #485180 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7281128-
CMYK0.440.3700.50
HSL230.36º28%39.22%-
HSV(B)230.36º43.75%50.2%-
XYZ9.518.8221.62-
YUV83.67153.02119.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 81 (32.03% from 255) = 28.83%
BLUE value IS 128 (50.39% from 255) = 45.55%
R=25.62%
G=28.83%
B=45.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72811280.440.3700.50230.362839.22
Hex4851802C25032e61c27
Octal11012120054450623463447
Binary100100010100011000000010110010010101100101110011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485180; }

 p { color: rgb(72,81,128); }

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

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

 a { background-color: rgb(72,81,128); }

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

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

 span { border-color: rgb(72,81,128); }

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