#4D6175

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

Shades of Chambray #4D6175

Tints of Chambray #4D6175

Color information

#4D6175 (or 0x4D6175) is unknown color: approx Chambray. HEX triplet: 4D, 61 and 75. RGB value is (77,97,117). Sum of RGB (Red+Green+Blue) = 77+97+117=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #4D6175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6175 is #B29E8A. Grayscale: #5D5D5D. Windows color (decimal): -11705995 or 7692621. OLE color: 7692621.

HSL color Cylindrical-coordinate representation of color #4D6175: hue angle of 210º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D6175 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7797117-
CMYK0.340.1700.54
HSL210º20.62%38.04%-
HSV(B)210º34.19%45.88%-
XYZ10.5511.4118.48-
YUV93.3141.37116.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.46%
GREEN value IS 97 (38.28% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=26.46%
G=33.33%
B=40.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal77971170.340.1700.5421020.6238.04
Hex4D61752211036d21526
Octal11514116542210663222546
Binary1001101110000111101011000101000101101101101001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,97,117); }

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

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

 a { background-color: rgb(77,97,117); }

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

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

 span { border-color: rgb(77,97,117); }

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