#4C596C

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

Shades of Chambray #4C596C

Tints of Chambray #4C596C

Color information

#4C596C (or 0x4C596C) is unknown color: approx Chambray. HEX triplet: 4C, 59 and 6C. RGB value is (76,89,108). Sum of RGB (Red+Green+Blue) = 76+89+108=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C596C is #B3A693. Grayscale: #575757. Windows color (decimal): -11773588 or 7100748. OLE color: 7100748.

HSL color Cylindrical-coordinate representation of color #4C596C: hue angle of 215.62º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C596C is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7689108-
CMYK0.300.1800.58
HSL215.62º17.39%36.08%-
HSV(B)215.62º29.63%42.35%-
XYZ9.269.7615.58-
YUV87.28139.69119.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.84%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 108 (42.58% from 255) = 39.56%
R=27.84%
G=32.60%
B=39.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76891080.300.1800.58215.6217.3936.08
Hex4C596C1E1203Ad81124
Octal11413115436220723302144
Binary100110010110011101100111101001001110101101100010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,89,108); }

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

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

 a { background-color: rgb(76,89,108); }

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

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

 span { border-color: rgb(76,89,108); }

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