#4E746F

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

Shades of William #4E746F

Tints of William #4E746F

Color information

#4E746F (or 0x4E746F) is unknown color: approx 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

RGB78116111-
CMYK0.3300.040.55
HSL172.11º19.59%38.04%-
HSV(B)172.11º32.76%45.49%-
XYZ12.2615.2617.34-
YUV104.07131.91109.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.57%
GREEN value IS 116 (45.70% 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 (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal781161110.3300.040.55172.1119.5938.04
Hex4E746F210437ac1426
Octal1161641574104672542446
Binary10011101110100110111110000101001101111010110010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>