Html Css Color HEX #4E706D William

📋 copy color: '#4E706D'

red 78 ◦ green 112 ◦ blue 109

#4E706D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of William #4E706D

Tints of William #4E706D

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 value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#4E706D (or 0x4E706D) is known color: 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

RGB 78 112 109 -
CMYK 0.30 0 0.03 0.56
HSL 174.71º 0.18% 0.37% -
HSV(B) 174.71º 0.3% 0.44% -
XYZ 11.7 14.31 16.61 -
YUV 101.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 78 112 109 0.30 0 0.03 0.56 174.71 0.18 0.37
Hex 4E 70 6D 1E 0 3 38 AF 12 25
Octal 116 160 155 36 0 3 70 257 22 45
Binary 1001110 1110000 1101101 11110 0 11 111000 10101111 10010 100101

Color Harmonies of #4E706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E706D

Black with #4E706D

Text Example


Text Example

White with #4E706D

Text Example


Text Example

HTML Codes & Css Web 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>