#4C5879

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

Shades of Chambray #4C5879

Tints of Chambray #4C5879

Color information

#4C5879 (or 0x4C5879) is unknown color: approx Chambray. HEX triplet: 4C, 58 and 79. RGB value is (76,88,121). Sum of RGB (Red+Green+Blue) = 76+88+121=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 121 - color contains mainly: blue. Hex color #4C5879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5879 is #B3A786. Grayscale: #585858. Windows color (decimal): -11773831 or 7952460. OLE color: 7952460.

HSL color Cylindrical-coordinate representation of color #4C5879: hue angle of 224º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C5879 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7688121-
CMYK0.370.2700.53
HSL224º22.84%38.63%-
HSV(B)224º37.19%47.45%-
XYZ9.929.919.48-
YUV88.17146.52119.32-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.67%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 121 (47.66% from 255) = 42.46%
R=26.67%
G=30.88%
B=42.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76881210.370.2700.5322422.8438.63
Hex4C5879251B035e01727
Octal11413017145330653402747
Binary1001100101100011110011001011101101101011110000010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,88,121); }

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

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

 a { background-color: rgb(76,88,121); }

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

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

 span { border-color: rgb(76,88,121); }

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