#485276

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

Shades of Astronaut #485276

Tints of Astronaut #485276

Color information

#485276 (or 0x485276) is unknown color: approx Astronaut. HEX triplet: 48, 52 and 76. RGB value is (72,82,118). Sum of RGB (Red+Green+Blue) = 72+82+118=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #485276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485276 is #B7AD89. Grayscale: #525252. Windows color (decimal): -12037514 or 7754312. OLE color: 7754312.

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

Color convert

RGB7282118-
CMYK0.390.3100.54
HSL226.96º24.21%37.25%-
HSV(B)226.96º38.98%46.27%-
XYZ8.968.7218.35-
YUV83.11147.69120.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 118 (46.48% from 255) = 43.38%
R=26.47%
G=30.15%
B=43.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72821180.390.3100.54226.9624.2137.25
Hex485276271F036e31825
Octal11012216647370663433045
Binary1001000101001011101101001111111101101101110001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485276; }

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

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

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

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

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

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

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

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