#4E7179

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

Shades of Bismark #4E7179

Tints of Bismark #4E7179

Color information

#4E7179 (or 0x4E7179) is unknown color: approx Bismark. HEX triplet: 4E, 71 and 79. RGB value is (78,113,121). Sum of RGB (Red+Green+Blue) = 78+113+121=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 121 - color contains mainly: blue. Hex color #4E7179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7179 is #B18E86. Grayscale: #676767. Windows color (decimal): -11636359 or 7958862. OLE color: 7958862.

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

Color convert

RGB78113121-
CMYK0.360.0700.53
HSL191.16º21.61%39.02%-
HSV(B)191.16º35.54%47.45%-
XYZ12.514.8120.29-
YUV103.45137.9109.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25%
GREEN value IS 113 (44.53% from 255) = 36.22%
BLUE value IS 121 (47.66% from 255) = 38.78%
R=25%
G=36.22%
B=38.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal781131210.360.0700.53191.1621.6139.02
Hex4E7179247035bf1627
Octal1161611714470652772647
Binary10011101110001111100110010011101101011011111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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