#4D6077

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

Shades of Chambray #4D6077

Tints of Chambray #4D6077

Color information

#4D6077 (or 0x4D6077) is unknown color: approx Chambray. HEX triplet: 4D, 60 and 77. RGB value is (77,96,119). Sum of RGB (Red+Green+Blue) = 77+96+119=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D6077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6077 is #B29F88. Grayscale: #5C5C5C. Windows color (decimal): -11706249 or 7823437. OLE color: 7823437.

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

Color convert

RGB7796119-
CMYK0.350.1900.53
HSL212.86º21.43%38.43%-
HSV(B)212.86º35.29%46.67%-
XYZ10.5711.2819.07-
YUV92.94142.71116.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.37%
GREEN value IS 96 (37.89% from 255) = 32.88%
BLUE value IS 119 (46.88% from 255) = 40.75%
R=26.37%
G=32.88%
B=40.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal77961190.350.1900.53212.8621.4338.43
Hex4D60772313035d51526
Octal11514016743230653252546
Binary1001101110000011101111000111001101101011101010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,96,119); }

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

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

 a { background-color: rgb(77,96,119); }

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

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

 span { border-color: rgb(77,96,119); }

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