#485077

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

Shades of Astronaut #485077

Tints of Astronaut #485077

Color information

#485077 (or 0x485077) is unknown color: approx Astronaut. HEX triplet: 48, 50 and 77. RGB value is (72,80,119). Sum of RGB (Red+Green+Blue) = 72+80+119=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #485077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485077 is #B7AF88. Grayscale: #515151. Windows color (decimal): -12038025 or 7819336. OLE color: 7819336.

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

Color convert

RGB7280119-
CMYK0.390.3300.53
HSL229.79º24.61%37.45%-
HSV(B)229.79º39.5%46.67%-
XYZ8.878.4518.62-
YUV82.05148.85120.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.57%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 119 (46.88% from 255) = 43.91%
R=26.57%
G=29.52%
B=43.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72801190.390.3300.53229.7924.6137.45
Hex4850772721035e61925
Octal11012016747410653463145
Binary10010001010000111011110011110000101101011110011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485077; }

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

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

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

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

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

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

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

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