#485476

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

Shades of Astronaut #485476

Tints of Astronaut #485476

Color information

#485476 (or 0x485476) is unknown color: approx Astronaut. HEX triplet: 48, 54 and 76. RGB value is (72,84,118). Sum of RGB (Red+Green+Blue) = 72+84+118=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #485476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485476 is #B7AB89. Grayscale: #545454. Windows color (decimal): -12037002 or 7754824. OLE color: 7754824.

HSL color Cylindrical-coordinate representation of color #485476: hue angle of 224.35º 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 #485476 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7284118-
CMYK0.390.2900.54
HSL224.35º24.21%37.25%-
HSV(B)224.35º38.98%46.27%-
XYZ9.119.0318.4-
YUV84.29147.02119.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 118 (46.48% from 255) = 43.07%
R=26.28%
G=30.66%
B=43.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72841180.390.2900.54224.3524.2137.25
Hex485476271D036e01825
Octal11012416647350663403045
Binary1001000101010011101101001111110101101101110000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485476; }

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

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

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

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

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

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

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

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