#485179

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

Shades of Astronaut #485179

Tints of Astronaut #485179

Color information

#485179 (or 0x485179) is unknown color: approx Astronaut. HEX triplet: 48, 51 and 79. RGB value is (72,81,121). Sum of RGB (Red+Green+Blue) = 72+81+121=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #485179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485179 is #B7AE86. Grayscale: #525252. Windows color (decimal): -12037767 or 7950664. OLE color: 7950664.

HSL color Cylindrical-coordinate representation of color #485179: hue angle of 228.98º 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 #485179 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7281121-
CMYK0.400.3300.53
HSL228.98º25.39%37.84%-
HSV(B)228.98º40.5%47.45%-
XYZ9.078.6419.28-
YUV82.87149.52120.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 121 (47.66% from 255) = 44.16%
R=26.28%
G=29.56%
B=44.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72811210.400.3300.53228.9825.3937.84
Hex4851792821035e51926
Octal11012117150410653453146
Binary10010001010001111100110100010000101101011110010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485179; }

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

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

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

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

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

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

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

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