#485282

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

Shades of Astronaut #485282

Tints of Astronaut #485282

Color information

#485282 (or 0x485282) is unknown color: approx Astronaut. HEX triplet: 48, 52 and 82. RGB value is (72,82,130). Sum of RGB (Red+Green+Blue) = 72+82+130=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #485282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485282 is #B7AD7D. Grayscale: #545454. Windows color (decimal): -12037502 or 8540744. OLE color: 8540744.

HSL color Cylindrical-coordinate representation of color #485282: hue angle of 229.66º 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 #485282 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7282130-
CMYK0.450.3700.49
HSL229.66º28.71%39.61%-
HSV(B)229.66º44.62%50.98%-
XYZ9.729.0222.35-
YUV84.48153.69119.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 130 (51.17% from 255) = 45.77%
R=25.35%
G=28.87%
B=45.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72821300.450.3700.49229.6628.7139.61
Hex4852822D25031e61d28
Octal11012220255450613463550
Binary100100010100101000001010110110010101100011110011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485282; }

 p { color: rgb(72,82,130); }

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

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

 a { background-color: rgb(72,82,130); }

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

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

 span { border-color: rgb(72,82,130); }

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