#485277

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

Shades of Astronaut #485277

Tints of Astronaut #485277

Color information

#485277 (or 0x485277) is unknown color: approx Astronaut. HEX triplet: 48, 52 and 77. RGB value is (72,82,119). Sum of RGB (Red+Green+Blue) = 72+82+119=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #485277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485277 is #B7AD88. Grayscale: #535353. Windows color (decimal): -12037513 or 7819848. OLE color: 7819848.

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

Color convert

RGB7282119-
CMYK0.390.3100.53
HSL227.23º24.61%37.45%-
HSV(B)227.23º39.5%46.67%-
XYZ9.028.7418.67-
YUV83.23148.19119.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 119 (46.88% from 255) = 43.59%
R=26.37%
G=30.04%
B=43.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72821190.390.3100.53227.2324.6137.45
Hex485277271F035e31925
Octal11012216747370653433145
Binary1001000101001011101111001111111101101011110001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485277; }

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

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

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

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

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

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

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

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