#485176

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

Shades of Astronaut #485176

Tints of Astronaut #485176

Color information

#485176 (or 0x485176) is unknown color: approx Astronaut. HEX triplet: 48, 51 and 76. RGB value is (72,81,118). Sum of RGB (Red+Green+Blue) = 72+81+118=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #485176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485176 is #B7AE89. Grayscale: #525252. Windows color (decimal): -12037770 or 7754056. OLE color: 7754056.

HSL color Cylindrical-coordinate representation of color #485176: hue angle of 228.26º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #485176 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7281118-
CMYK0.390.3100.54
HSL228.26º24.21%37.25%-
HSV(B)228.26º38.98%46.27%-
XYZ8.888.5718.33-
YUV82.53148.02120.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.57%
GREEN value IS 81 (32.03% from 255) = 29.89%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=26.57%
G=29.89%
B=43.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72811180.390.3100.54228.2624.2137.25
Hex485176271F036e41825
Octal11012116647370663443045
Binary1001000101000111101101001111111101101101110010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485176; }

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

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

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

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

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

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

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

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