#4C567F

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

Shades of Chambray #4C567F

Tints of Chambray #4C567F

Color information

#4C567F (or 0x4C567F) is unknown color: approx Chambray. HEX triplet: 4C, 56 and 7F. RGB value is (76,86,127). Sum of RGB (Red+Green+Blue) = 76+86+127=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C567F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C567F is #B3A980. Grayscale: #575757. Windows color (decimal): -11774337 or 8345164. OLE color: 8345164.

HSL color Cylindrical-coordinate representation of color #4C567F: hue angle of 228.24º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C567F is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7686127-
CMYK0.400.3200.50
HSL228.24º25.12%39.8%-
HSV(B)228.24º40.16%49.8%-
XYZ10.149.7221.42-
YUV87.68150.19119.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.30%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 127 (50% from 255) = 43.94%
R=26.30%
G=29.76%
B=43.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76861270.400.3200.50228.2425.1239.8
Hex4C567F2820032e41928
Octal11412617750400623443150
Binary10011001010110111111110100010000001100101110010011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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