#4C607C

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

Shades of Chambray #4C607C

Tints of Chambray #4C607C

Color information

#4C607C (or 0x4C607C) is unknown color: approx Chambray. HEX triplet: 4C, 60 and 7C. RGB value is (76,96,124). Sum of RGB (Red+Green+Blue) = 76+96+124=296 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.68% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C607C is #B39F83. Grayscale: #5D5D5D. Windows color (decimal): -11771780 or 8151116. OLE color: 8151116.

HSL color Cylindrical-coordinate representation of color #4C607C: hue angle of 215º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C607C is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7696124-
CMYK0.390.2300.51
HSL215º24%39.22%-
HSV(B)215º38.71%48.63%-
XYZ10.811.3620.69-
YUV93.21145.37115.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.68%
GREEN value IS 96 (37.89% from 255) = 32.43%
BLUE value IS 124 (48.83% from 255) = 41.89%
R=25.68%
G=32.43%
B=41.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal76961240.390.2300.512152439.22
Hex4C607C2717033d71827
Octal11414017447270633273047
Binary1001100110000011111001001111011101100111101011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,96,124); }

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

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

 a { background-color: rgb(76,96,124); }

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

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

 span { border-color: rgb(76,96,124); }

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