#4E7071

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

Shades of William #4E7071

Tints of William #4E7071

Color information

#4E7071 (or 0x4E7071) is unknown color: approx William. HEX triplet: 4E, 70 and 71. RGB value is (78,112,113). Sum of RGB (Red+Green+Blue) = 78+112+113=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E7071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7071 is #B18F8E. Grayscale: #656565. Windows color (decimal): -11636623 or 7434318. OLE color: 7434318.

HSL color Cylindrical-coordinate representation of color #4E7071: hue angle of 181.71º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E7071 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB78112113-
CMYK0.310.0100.56
HSL181.71º18.32%37.45%-
HSV(B)181.71º30.97%44.31%-
XYZ11.9214.417.77-
YUV101.95134.24110.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.74%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=25.74%
G=36.96%
B=37.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal781121130.310.0100.56181.7118.3237.45
Hex4E70711F1038b61225
Octal1161601613710702662245
Binary10011101110000111000111111101110001011011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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