#4E6F81

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

Shades of Bismark #4E6F81

Tints of Bismark #4E6F81

Color information

#4E6F81 (or 0x4E6F81) is unknown color: approx Bismark. HEX triplet: 4E, 6F and 81. RGB value is (78,111,129). Sum of RGB (Red+Green+Blue) = 78+111+129=318 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.53% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 129 - color contains mainly: blue. Hex color #4E6F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6F81 is #B1907E. Grayscale: #676767. Windows color (decimal): -11636863 or 8482638. OLE color: 8482638.

HSL color Cylindrical-coordinate representation of color #4E6F81: hue angle of 201.18º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E6F81 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB78111129-
CMYK0.400.1400.49
HSL201.18º24.64%40.59%-
HSV(B)201.18º39.53%50.59%-
XYZ12.7914.5722.91-
YUV103.18142.57110.04-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.53%
GREEN value IS 111 (43.75% from 255) = 34.91%
BLUE value IS 129 (50.78% from 255) = 40.57%
R=24.53%
G=34.91%
B=40.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal781111290.400.1400.49201.1824.6440.59
Hex4E6F8128E031c91929
Octal11615720150160613113151
Binary1001110110111110000001101000111001100011100100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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