#4D537A

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

Shades of Astronaut #4D537A

Tints of Astronaut #4D537A

Color information

#4D537A (or 0x4D537A) is unknown color: approx Astronaut. HEX triplet: 4D, 53 and 7A. RGB value is (77,83,122). Sum of RGB (Red+Green+Blue) = 77+83+122=282 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.30% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D537A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D537A is #B2AC85. Grayscale: #555555. Windows color (decimal): -11709574 or 8016717. OLE color: 8016717.

HSL color Cylindrical-coordinate representation of color #4D537A: hue angle of 232º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D537A is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7783122-
CMYK0.370.3200.52
HSL232º22.61%39.02%-
HSV(B)232º36.89%47.84%-
XYZ9.679.1719.67-
YUV85.65148.51121.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.30%
GREEN value IS 83 (32.81% from 255) = 29.43%
BLUE value IS 122 (48.05% from 255) = 43.26%
R=27.30%
G=29.43%
B=43.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal77831220.370.3200.5223222.6139.02
Hex4D537A2520034e81727
Octal11512317245400643502747
Binary10011011010011111101010010110000001101001110100010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D537A; }

 p { color: rgb(77,83,122); }

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

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

 a { background-color: rgb(77,83,122); }

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

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

 span { border-color: rgb(77,83,122); }

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