#485274

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

Shades of Astronaut #485274

Tints of Astronaut #485274

Color information

#485274 (or 0x485274) is unknown color: approx Astronaut. HEX triplet: 48, 52 and 74. RGB value is (72,82,116). Sum of RGB (Red+Green+Blue) = 72+82+116=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #485274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485274 is #B7AD8B. Grayscale: #525252. Windows color (decimal): -12037516 or 7623240. OLE color: 7623240.

HSL color Cylindrical-coordinate representation of color #485274: hue angle of 226.36º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #485274 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7282116-
CMYK0.380.2900.55
HSL226.36º23.4%36.86%-
HSV(B)226.36º37.93%45.49%-
XYZ8.848.6717.73-
YUV82.89146.69120.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.67%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 116 (45.70% from 255) = 42.96%
R=26.67%
G=30.37%
B=42.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72821160.380.2900.55226.3623.436.86
Hex485274261D037e21725
Octal11012216446350673422745
Binary1001000101001011101001001101110101101111110001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485274; }

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

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

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

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

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

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

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

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