#4D577F

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

Shades of Chambray #4D577F

Tints of Chambray #4D577F

Color information

#4D577F (or 0x4D577F) is unknown color: approx Chambray. HEX triplet: 4D, 57 and 7F. RGB value is (77,87,127). Sum of RGB (Red+Green+Blue) = 77+87+127=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D577F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D577F is #B2A880. Grayscale: #585858. Windows color (decimal): -11708545 or 8345421. OLE color: 8345421.

HSL color Cylindrical-coordinate representation of color #4D577F: hue angle of 228º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D577F is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7787127-
CMYK0.390.3100.50
HSL228º24.51%40%-
HSV(B)228º39.37%49.8%-
XYZ10.39.9321.45-
YUV88.57149.69119.75-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.46%
GREEN value IS 87 (34.38% from 255) = 29.90%
BLUE value IS 127 (50% from 255) = 43.64%
R=26.46%
G=29.90%
B=43.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal77871270.390.3100.5022824.5140
Hex4D577F271F032e41928
Octal11512717747370623443150
Binary1001101101011111111111001111111101100101110010011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,87,127); }

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

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

 a { background-color: rgb(77,87,127); }

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

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

 span { border-color: rgb(77,87,127); }

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