#4E7177

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

Shades of Bismark #4E7177

Tints of Bismark #4E7177

Color information

#4E7177 (or 0x4E7177) is unknown color: approx Bismark. HEX triplet: 4E, 71 and 77. RGB value is (78,113,119). Sum of RGB (Red+Green+Blue) = 78+113+119=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 119 - color contains mainly: blue. Hex color #4E7177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7177 is #B18E88. Grayscale: #676767. Windows color (decimal): -11636361 or 7827790. OLE color: 7827790.

HSL color Cylindrical-coordinate representation of color #4E7177: hue angle of 188.78º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E7177 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB78113119-
CMYK0.340.0500.53
HSL188.78º20.81%38.63%-
HSV(B)188.78º34.45%46.67%-
XYZ12.3814.7619.65-
YUV103.22136.9110.01-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.16%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 119 (46.88% from 255) = 38.39%
R=25.16%
G=36.45%
B=38.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal781131190.340.0500.53188.7820.8138.63
Hex4E7177225035bd1527
Octal1161611674250652752547
Binary10011101110001111011110001010101101011011110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,113,119); }

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

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

 a { background-color: rgb(78,113,119); }

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

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

 span { border-color: rgb(78,113,119); }

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