#4E6F6A

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

Shades of William #4E6F6A

Tints of William #4E6F6A

Color information

#4E6F6A (or 0x4E6F6A) is unknown color: approx William. HEX triplet: 4E, 6F and 6A. RGB value is (78,111,106). Sum of RGB (Red+Green+Blue) = 78+111+106=295 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.44% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 111 - color contains mainly: green. Hex color #4E6F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6F6A is #B19095. Grayscale: #646464. Windows color (decimal): -11636886 or 6975310. OLE color: 6975310.

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

Color convert

RGB78111106-
CMYK0.3000.050.56
HSL170.91º17.46%37.06%-
HSV(B)170.91º29.73%43.53%-
XYZ11.4314.0315.74-
YUV100.56131.07111.91-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.44%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=26.44%
G=37.63%
B=35.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal781111060.3000.050.56170.9117.4637.06
Hex4E6F6A1E0538ab1125
Octal1161571523605702532145
Binary1001110110111111010101111001011110001010101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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