#4C5678

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

Shades of Chambray #4C5678

Tints of Chambray #4C5678

Color information

#4C5678 (or 0x4C5678) is unknown color: approx Chambray. HEX triplet: 4C, 56 and 78. RGB value is (76,86,120). Sum of RGB (Red+Green+Blue) = 76+86+120=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C5678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5678 is #B3A987. Grayscale: #565656. Windows color (decimal): -11774344 or 7886412. OLE color: 7886412.

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

Color convert

RGB7686120-
CMYK0.370.2800.53
HSL226.36º22.45%38.43%-
HSV(B)226.36º36.67%47.06%-
XYZ9.79.5519.1-
YUV86.89146.69120.24-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.95%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 120 (47.27% from 255) = 42.55%
R=26.95%
G=30.50%
B=42.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76861200.370.2800.53226.3622.4538.43
Hex4C5678251C035e21626
Octal11412617045340653422646
Binary1001100101011011110001001011110001101011110001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,86,120); }

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

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

 a { background-color: rgb(76,86,120); }

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

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

 span { border-color: rgb(76,86,120); }

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