#485374

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

Shades of Astronaut #485374

Tints of Astronaut #485374

Color information

#485374 (or 0x485374) is unknown color: approx Astronaut. HEX triplet: 48, 53 and 74. RGB value is (72,83,116). Sum of RGB (Red+Green+Blue) = 72+83+116=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 116 - color contains mainly: blue. Hex color #485374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485374 is #B7AC8B. Grayscale: #535353. Windows color (decimal): -12037260 or 7623496. OLE color: 7623496.

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

Color convert

RGB7283116-
CMYK0.380.2800.55
HSL225º23.4%36.86%-
HSV(B)225º37.93%45.49%-
XYZ8.928.8317.76-
YUV83.47146.36119.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.57%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 116 (45.70% from 255) = 42.80%
R=26.57%
G=30.63%
B=42.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72831160.380.2800.5522523.436.86
Hex485374261C037e11725
Octal11012316446340673412745
Binary1001000101001111101001001101110001101111110000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485374; }

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

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

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

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

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

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

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

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