#4C5686

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

Shades of Chambray #4C5686

Tints of Chambray #4C5686

Color information

#4C5686 (or 0x4C5686) is unknown color: approx Chambray. HEX triplet: 4C, 56 and 86. RGB value is (76,86,134). Sum of RGB (Red+Green+Blue) = 76+86+134=296 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.68% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #4C5686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5686 is #B3A979. Grayscale: #585858. Windows color (decimal): -11774330 or 8803916. OLE color: 8803916.

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

Color convert

RGB7686134-
CMYK0.430.3600.47
HSL229.66º27.62%41.18%-
HSV(B)229.66º43.28%52.55%-
XYZ10.619.9123.91-
YUV88.48153.69119.1-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.68%
GREEN value IS 86 (33.98% from 255) = 29.05%
BLUE value IS 134 (52.73% from 255) = 45.27%
R=25.68%
G=29.05%
B=45.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76861340.430.3600.47229.6627.6241.18
Hex4C56862B2402Fe61c29
Octal11412620653440573463451
Binary100110010101101000011010101110010001011111110011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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