#4D6C6A

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

Shades of William #4D6C6A

Tints of William #4D6C6A

Color information

#4D6C6A (or 0x4D6C6A) is unknown color: approx William. HEX triplet: 4D, 6C and 6A. RGB value is (77,108,106). Sum of RGB (Red+Green+Blue) = 77+108+106=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 108 - color contains mainly: green. Hex color #4D6C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6C6A is #B29395. Grayscale: #626262. Windows color (decimal): -11703190 or 6974541. OLE color: 6974541.

HSL color Cylindrical-coordinate representation of color #4D6C6A: hue angle of 176.13º 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 #4D6C6A is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB77108106-
CMYK0.2900.020.58
HSL176.13º16.76%36.27%-
HSV(B)176.13º28.7%42.35%-
XYZ11.0213.3415.63-
YUV98.5132.23112.66-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.46%
GREEN value IS 108 (42.58% from 255) = 37.11%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=26.46%
G=37.11%
B=36.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal771081060.2900.020.58176.1316.7636.27
Hex4D6C6A1D023Ab01124
Octal1151541523502722602144
Binary100110111011001101010111010101110101011000010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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