#485178

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

Shades of Astronaut #485178

Tints of Astronaut #485178

Color information

#485178 (or 0x485178) is unknown color: approx Astronaut. HEX triplet: 48, 51 and 78. RGB value is (72,81,120). Sum of RGB (Red+Green+Blue) = 72+81+120=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #485178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485178 is #B7AE87. Grayscale: #525252. Windows color (decimal): -12037768 or 7885128. OLE color: 7885128.

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

Color convert

RGB7281120-
CMYK0.400.3200.53
HSL228.75º25%37.65%-
HSV(B)228.75º40%47.06%-
XYZ9.018.6218.96-
YUV82.76149.02120.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=26.37%
G=29.67%
B=43.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72811200.400.3200.53228.752537.65
Hex4851782820035e51926
Octal11012117050400653453146
Binary10010001010001111100010100010000001101011110010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485178; }

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

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

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

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

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

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

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

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