Html Css Color HEX #4E746F William

📋 copy color: '#4E746F'

red 78 ◦ green 116 ◦ blue 111

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

Shades of William #4E746F

Tints of William #4E746F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.03%

 BLUE value IS 111 (43.75% from 255) = 36.39%

R = 25.57%
G = 38.03%
B = 36.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#4E746F (or 0x4E746F) is known color: William. HEX triplet: 4E, 74 and 6F. RGB value is (78,116,111). Sum of RGB (Red+Green+Blue) = 78+116+111=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 116 - color contains mainly: green. Hex color #4E746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E746F is #B18B90. Grayscale: #686868. Windows color (decimal): -11635601 or 7304270. OLE color: 7304270.

HSL color Cylindrical-coordinate representation of color #4E746F: hue angle of 172.11º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E746F is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 78 116 111 -
CMYK 0.33 0 0.04 0.55
HSL 172.11º 0.2% 0.38% -
HSV(B) 172.11º 0.33% 0.45% -
XYZ 12.26 15.26 17.34 -
YUV 104.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 78 116 111 0.33 0 0.04 0.55 172.11 0.2 0.38
Hex 4E 74 6F 21 0 4 37 AC 14 26
Octal 116 164 157 41 0 4 67 254 24 46
Binary 1001110 1110100 1101111 100001 0 100 110111 10101100 10100 100110

Color Harmonies of #4E746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E746F

Black with #4E746F

Text Example


Text Example

White with #4E746F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,116,111); }

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

background-color css

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

 a { background-color: rgb(78,116,111); }

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

border-color css

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

 span { border-color: rgb(78,116,111); }

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