#485174

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

Shades of Astronaut #485174

Tints of Astronaut #485174

Color information

#485174 (or 0x485174) is unknown color: approx Astronaut. HEX triplet: 48, 51 and 74. RGB value is (72,81,116). Sum of RGB (Red+Green+Blue) = 72+81+116=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 116 - color contains mainly: blue. Hex color #485174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485174 is #B7AE8B. Grayscale: #525252. Windows color (decimal): -12037772 or 7622984. OLE color: 7622984.

HSL color Cylindrical-coordinate representation of color #485174: hue angle of 227.73º 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 #485174 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7281116-
CMYK0.380.3000.55
HSL227.73º23.4%36.86%-
HSV(B)227.73º37.93%45.49%-
XYZ8.778.5217.71-
YUV82.3147.02120.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 81 (32.03% from 255) = 30.11%
BLUE value IS 116 (45.70% from 255) = 43.12%
R=26.77%
G=30.11%
B=43.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72811160.380.3000.55227.7323.436.86
Hex485174261E037e41725
Octal11012116446360673442745
Binary1001000101000111101001001101111001101111110010010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485174; }

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

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

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

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

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

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

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

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