#4E646F

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

Shades of Bismark #4E646F

Tints of Bismark #4E646F

Color information

#4E646F (or 0x4E646F) is unknown color: approx Bismark. HEX triplet: 4E, 64 and 6F. RGB value is (78,100,111). Sum of RGB (Red+Green+Blue) = 78+100+111=289 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.99% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E646F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E646F is #B19B90. Grayscale: #5E5E5E. Windows color (decimal): -11639697 or 7300174. OLE color: 7300174.

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

Color convert

RGB78100111-
CMYK0.300.1000.56
HSL200º17.46%37.06%-
HSV(B)200º29.73%43.53%-
XYZ10.5711.8816.78-
YUV94.68137.21116.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.99%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=26.99%
G=34.60%
B=38.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal781001110.300.1000.5620017.4637.06
Hex4E646F1EA038c81125
Octal11614415736120703102145
Binary10011101100100110111111110101001110001100100010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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