#485376

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

Shades of Astronaut #485376

Tints of Astronaut #485376

Color information

#485376 (or 0x485376) is unknown color: approx Astronaut. HEX triplet: 48, 53 and 76. RGB value is (72,83,118). Sum of RGB (Red+Green+Blue) = 72+83+118=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #485376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485376 is #B7AC89. Grayscale: #535353. Windows color (decimal): -12037258 or 7754568. OLE color: 7754568.

HSL color Cylindrical-coordinate representation of color #485376: hue angle of 225.65º 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 #485376 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7283118-
CMYK0.390.3000.54
HSL225.65º24.21%37.25%-
HSV(B)225.65º38.98%46.27%-
XYZ9.048.8718.38-
YUV83.7147.36119.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=26.37%
G=30.40%
B=43.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72831180.390.3000.54225.6524.2137.25
Hex485376271E036e21825
Octal11012316647360663423045
Binary1001000101001111101101001111111001101101110001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485376; }

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

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

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

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

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

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

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

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