Html Css Color HEX #4E706C William

📋 copy color: '#4E706C'

red 78 ◦ green 112 ◦ blue 108

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

Shades of William #4E706C

Tints of William #4E706C

RGB

 RED value IS 78 (30.86% from 255) = 26.17%

 GREEN value IS 112 (44.14% from 255) = 37.58%

 BLUE value IS 108 (42.58% from 255) = 36.24%

R = 26.17%
G = 37.58%
B = 36.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#4E706C (or 0x4E706C) is known color: William. HEX triplet: 4E, 70 and 6C. RGB value is (78,112,108). Sum of RGB (Red+Green+Blue) = 78+112+108=298 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.17% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 112 - color contains mainly: green. Hex color #4E706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E706C is #B18F93. Grayscale: #656565. Windows color (decimal): -11636628 or 7106638. OLE color: 7106638.

HSL color Cylindrical-coordinate representation of color #4E706C: hue angle of 172.94º 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 #4E706C is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 112 108 -
CMYK 0.30 0 0.04 0.56
HSL 172.94º 0.18% 0.37% -
HSV(B) 172.94º 0.3% 0.44% -
XYZ 11.64 14.29 16.33 -
YUV 101.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 78 112 108 0.30 0 0.04 0.56 172.94 0.18 0.37
Hex 4E 70 6C 1E 0 4 38 AD 12 25
Octal 116 160 154 36 0 4 70 255 22 45
Binary 1001110 1110000 1101100 11110 0 100 111000 10101101 10010 100101

Color Harmonies of #4E706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E706C

Black with #4E706C

Text Example


Text Example

White with #4E706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E706C;
 }
 .AnyTagClassName
 {
   color: #4E706C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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