#4E706B

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

Shades of William #4E706B

Tints of William #4E706B

Color information

#4E706B (or 0x4E706B) is unknown color: approx William. HEX triplet: 4E, 70 and 6B. RGB value is (78,112,107). Sum of RGB (Red+Green+Blue) = 78+112+107=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #4E706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E706B is #B18F94. Grayscale: #656565. Windows color (decimal): -11636629 or 7041102. OLE color: 7041102.

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

Color convert

RGB78112107-
CMYK0.3000.040.56
HSL171.18º17.89%37.25%-
HSV(B)171.18º30.36%43.92%-
XYZ11.5914.2716.05-
YUV101.26131.24111.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.26%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 107 (42.19% from 255) = 36.03%
R=26.26%
G=37.71%
B=36.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal781121070.3000.040.56171.1817.8937.25
Hex4E706B1E0438ab1225
Octal1161601533604702532245
Binary1001110111000011010111111001001110001010101110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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