#4D6C68

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

Shades of William #4D6C68

Tints of William #4D6C68

Color information

#4D6C68 (or 0x4D6C68) is unknown color: approx William. HEX triplet: 4D, 6C and 68. RGB value is (77,108,104). Sum of RGB (Red+Green+Blue) = 77+108+104=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 108 - color contains mainly: green. Hex color #4D6C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6C68 is #B29397. Grayscale: #626262. Windows color (decimal): -11703192 or 6843469. OLE color: 6843469.

HSL color Cylindrical-coordinate representation of color #4D6C68: hue angle of 172.26º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D6C68 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB77108104-
CMYK0.2900.040.58
HSL172.26º16.76%36.27%-
HSV(B)172.26º28.7%42.35%-
XYZ10.9213.315.09-
YUV98.28131.23112.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.64%
GREEN value IS 108 (42.58% from 255) = 37.37%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=26.64%
G=37.37%
B=35.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal771081040.2900.040.58172.2616.7636.27
Hex4D6C681D043Aac1124
Octal1151541503504722542144
Binary1001101110110011010001110101001110101010110010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,108,104); }

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

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

 a { background-color: rgb(77,108,104); }

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

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

 span { border-color: rgb(77,108,104); }

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