#485076

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

Shades of Astronaut #485076

Tints of Astronaut #485076

Color information

#485076 (or 0x485076) is unknown color: approx Astronaut. HEX triplet: 48, 50 and 76. RGB value is (72,80,118). Sum of RGB (Red+Green+Blue) = 72+80+118=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #485076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485076 is #B7AF89. Grayscale: #515151. Windows color (decimal): -12038026 or 7753800. OLE color: 7753800.

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

Color convert

RGB7280118-
CMYK0.390.3200.54
HSL229.57º24.21%37.25%-
HSV(B)229.57º38.98%46.27%-
XYZ8.818.4218.3-
YUV81.94148.35120.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.67%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 118 (46.48% from 255) = 43.70%
R=26.67%
G=29.63%
B=43.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72801180.390.3200.54229.5724.2137.25
Hex4850762720036e61825
Octal11012016647400663463045
Binary10010001010000111011010011110000001101101110011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485076; }

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

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

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

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

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

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

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

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