#485479

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

Shades of Astronaut #485479

Tints of Astronaut #485479

Color information

#485479 (or 0x485479) is unknown color: approx Astronaut. HEX triplet: 48, 54 and 79. RGB value is (72,84,121). Sum of RGB (Red+Green+Blue) = 72+84+121=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #485479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485479 is #B7AB86. Grayscale: #545454. Windows color (decimal): -12036999 or 7951432. OLE color: 7951432.

HSL color Cylindrical-coordinate representation of color #485479: hue angle of 225.31º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #485479 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7284121-
CMYK0.400.3100.53
HSL225.31º25.39%37.84%-
HSV(B)225.31º40.5%47.45%-
XYZ9.299.119.36-
YUV84.63148.52118.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 121 (47.66% from 255) = 43.68%
R=25.99%
G=30.32%
B=43.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72841210.400.3100.53225.3125.3937.84
Hex485479281F035e11926
Octal11012417150370653413146
Binary1001000101010011110011010001111101101011110000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485479; }

 p { color: rgb(72,84,121); }

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

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

 a { background-color: rgb(72,84,121); }

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

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

 span { border-color: rgb(72,84,121); }

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