#4E6F6B

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

Shades of William #4E6F6B

Tints of William #4E6F6B

Color information

#4E6F6B (or 0x4E6F6B) is unknown color: approx William. HEX triplet: 4E, 6F and 6B. RGB value is (78,111,107). Sum of RGB (Red+Green+Blue) = 78+111+107=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 111 - color contains mainly: green. Hex color #4E6F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6F6B is #B19094. Grayscale: #646464. Windows color (decimal): -11636885 or 7040846. OLE color: 7040846.

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

Color convert

RGB78111107-
CMYK0.3000.040.56
HSL172.73º17.46%37.06%-
HSV(B)172.73º29.73%43.53%-
XYZ11.4814.0516.02-
YUV100.68131.57111.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.35%
GREEN value IS 111 (43.75% from 255) = 37.5%
BLUE value IS 107 (42.19% from 255) = 36.15%
R=26.35%
G=37.5%
B=36.15%

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
Decimal781111070.3000.040.56172.7317.4637.06
Hex4E6F6B1E0438ad1125
Octal1161571533604702552145
Binary1001110110111111010111111001001110001010110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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