#4C596A

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

Shades of Chambray #4C596A

Tints of Chambray #4C596A

Color information

#4C596A (or 0x4C596A) is unknown color: approx Chambray. HEX triplet: 4C, 59 and 6A. RGB value is (76,89,106). Sum of RGB (Red+Green+Blue) = 76+89+106=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 106 - color contains mainly: blue. Hex color #4C596A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C596A is #B3A695. Grayscale: #565656. Windows color (decimal): -11773590 or 6969676. OLE color: 6969676.

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

Color convert

RGB7689106-
CMYK0.280.1600.58
HSL214º16.48%35.69%-
HSV(B)214º28.3%41.57%-
XYZ9.159.7215.03-
YUV87.05138.69120.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.04%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 106 (41.80% from 255) = 39.11%
R=28.04%
G=32.84%
B=39.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76891060.280.1600.5821416.4835.69
Hex4C596A1C1003Ad61024
Octal11413115234200723262044
Binary100110010110011101010111001000001110101101011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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