#4E706D

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

Shades of William #4E706D

Tints of William #4E706D

Color information

#4E706D (or 0x4E706D) is unknown color: approx William. HEX triplet: 4E, 70 and 6D. RGB value is (78,112,109). Sum of RGB (Red+Green+Blue) = 78+112+109=299 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.09% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 112 - color contains mainly: green. Hex color #4E706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E706D is #B18F92. Grayscale: #656565. Windows color (decimal): -11636627 or 7172174. OLE color: 7172174.

HSL color Cylindrical-coordinate representation of color #4E706D: hue angle of 174.71º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E706D is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB78112109-
CMYK0.3000.030.56
HSL174.71º17.89%37.25%-
HSV(B)174.71º30.36%43.92%-
XYZ11.714.3116.61-
YUV101.49132.24111.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.09%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 109 (42.97% from 255) = 36.45%
R=26.09%
G=37.46%
B=36.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal781121090.3000.030.56174.7117.8937.25
Hex4E706D1E0338af1225
Octal1161601553603702572245
Binary100111011100001101101111100111110001010111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,112,109); }

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

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

 a { background-color: rgb(78,112,109); }

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

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

 span { border-color: rgb(78,112,109); }

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