#4E6F70

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

Shades of William #4E6F70

Tints of William #4E6F70

Color information

#4E6F70 (or 0x4E6F70) is unknown color: approx William. HEX triplet: 4E, 6F and 70. RGB value is (78,111,112). Sum of RGB (Red+Green+Blue) = 78+111+112=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E6F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6F70 is #B1908F. Grayscale: #656565. Windows color (decimal): -11636880 or 7368526. OLE color: 7368526.

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

Color convert

RGB78111112-
CMYK0.300.0100.56
HSL181.76º17.89%37.25%-
HSV(B)181.76º30.36%43.92%-
XYZ11.7514.1617.44-
YUV101.25134.07111.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.91%
GREEN value IS 111 (43.75% from 255) = 36.88%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=25.91%
G=36.88%
B=37.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal781111120.300.0100.56181.7617.8937.25
Hex4E6F701E1038b61225
Octal1161571603610702662245
Binary10011101101111111000011110101110001011011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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