#485573

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

Shades of Astronaut #485573

Tints of Astronaut #485573

Color information

#485573 (or 0x485573) is unknown color: approx Astronaut. HEX triplet: 48, 55 and 73. RGB value is (72,85,115). Sum of RGB (Red+Green+Blue) = 72+85+115=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #485573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485573 is #B7AA8C. Grayscale: #545454. Windows color (decimal): -12036749 or 7558472. OLE color: 7558472.

HSL color Cylindrical-coordinate representation of color #485573: hue angle of 221.86º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #485573 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7285115-
CMYK0.370.2600.55
HSL221.86º22.99%36.67%-
HSV(B)221.86º37.39%45.1%-
XYZ9.029.1117.5-
YUV84.53145.19119.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 115 (45.31% from 255) = 42.28%
R=26.47%
G=31.25%
B=42.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72851150.370.2600.55221.8622.9936.67
Hex485573251A037de1725
Octal11012516345320673362745
Binary1001000101010111100111001011101001101111101111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485573; }

 p { color: rgb(72,85,115); }

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

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

 a { background-color: rgb(72,85,115); }

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

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

 span { border-color: rgb(72,85,115); }

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