#4D6B68

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

Shades of William #4D6B68

Tints of William #4D6B68

Color information

#4D6B68 (or 0x4D6B68) is unknown color: approx William. HEX triplet: 4D, 6B and 68. RGB value is (77,107,104). Sum of RGB (Red+Green+Blue) = 77+107+104=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B68 is #B29497. Grayscale: #616161. Windows color (decimal): -11703448 or 6843213. OLE color: 6843213.

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

Color convert

RGB77107104-
CMYK0.2800.030.58
HSL174º16.3%36.08%-
HSV(B)174º28.04%41.96%-
XYZ10.8213.0915.05-
YUV97.69131.56113.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.74%
GREEN value IS 107 (42.19% from 255) = 37.15%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=26.74%
G=37.15%
B=36.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal771071040.2800.030.5817416.336.08
Hex4D6B681C033Aae1024
Octal1151531503403722562044
Binary100110111010111101000111000111110101010111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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