#4C6276

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

Shades of Chambray #4C6276

Tints of Chambray #4C6276

Color information

#4C6276 (or 0x4C6276) is unknown color: approx Chambray. HEX triplet: 4C, 62 and 76. RGB value is (76,98,118). Sum of RGB (Red+Green+Blue) = 76+98+118=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C6276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6276 is #B39D89. Grayscale: #5D5D5D. Windows color (decimal): -11771274 or 7758412. OLE color: 7758412.

HSL color Cylindrical-coordinate representation of color #4C6276: hue angle of 208.57º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C6276 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7698118-
CMYK0.360.1700.54
HSL208.57º21.65%38.04%-
HSV(B)208.57º35.59%46.27%-
XYZ10.6211.5818.82-
YUV93.7141.71115.37-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.03%
GREEN value IS 98 (38.67% from 255) = 33.56%
BLUE value IS 118 (46.48% from 255) = 40.41%
R=26.03%
G=33.56%
B=40.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal76981180.360.1700.54208.5721.6538.04
Hex4C62762411036d11626
Octal11414216644210663212646
Binary1001100110001011101101001001000101101101101000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,98,118); }

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

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

 a { background-color: rgb(76,98,118); }

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

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

 span { border-color: rgb(76,98,118); }

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