#485083

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

Shades of Astronaut #485083

Tints of Astronaut #485083

Color information

#485083 (or 0x485083) is unknown color: approx Astronaut. HEX triplet: 48, 50 and 83. RGB value is (72,80,131). Sum of RGB (Red+Green+Blue) = 72+80+131=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #485083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485083 is #B7AF7C. Grayscale: #535353. Windows color (decimal): -12038013 or 8605768. OLE color: 8605768.

HSL color Cylindrical-coordinate representation of color #485083: hue angle of 231.86º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #485083 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7280131-
CMYK0.450.3900.49
HSL231.86º29.06%39.8%-
HSV(B)231.86º45.04%51.37%-
XYZ9.648.7522.65-
YUV83.42154.85119.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 131 (51.56% from 255) = 46.29%
R=25.44%
G=28.27%
B=46.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72801310.450.3900.49231.8629.0639.8
Hex4850832D27031e81d28
Octal11012020355470613503550
Binary100100010100001000001110110110011101100011110100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485083; }

 p { color: rgb(72,80,131); }

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

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

 a { background-color: rgb(72,80,131); }

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

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

 span { border-color: rgb(72,80,131); }

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