#4C6086

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

Shades of Chambray #4C6086

Tints of Chambray #4C6086

Color information

#4C6086 (or 0x4C6086) is unknown color: approx Chambray. HEX triplet: 4C, 60 and 86. RGB value is (76,96,134). Sum of RGB (Red+Green+Blue) = 76+96+134=306 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.84% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 134 - color contains mainly: blue. Hex color #4C6086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6086 is #B39F79. Grayscale: #5E5E5E. Windows color (decimal): -11771770 or 8806476. OLE color: 8806476.

HSL color Cylindrical-coordinate representation of color #4C6086: hue angle of 219.31º 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 #4C6086 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7696134-
CMYK0.430.2800.47
HSL219.31º27.62%41.18%-
HSV(B)219.31º43.28%52.55%-
XYZ11.4711.6224.19-
YUV94.35150.37114.91-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.84%
GREEN value IS 96 (37.89% from 255) = 31.37%
BLUE value IS 134 (52.73% from 255) = 43.79%
R=24.84%
G=31.37%
B=43.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76961340.430.2800.47219.3127.6241.18
Hex4C60862B1C02Fdb1c29
Octal11414020653340573333451
Binary10011001100000100001101010111110001011111101101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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