#4E7078

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

Shades of Bismark #4E7078

Tints of Bismark #4E7078

Color information

#4E7078 (or 0x4E7078) is unknown color: approx Bismark. HEX triplet: 4E, 70 and 78. RGB value is (78,112,120). Sum of RGB (Red+Green+Blue) = 78+112+120=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 120 - color contains mainly: blue. Hex color #4E7078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7078 is #B18F87. Grayscale: #666666. Windows color (decimal): -11636616 or 7893070. OLE color: 7893070.

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

Color convert

RGB78112120-
CMYK0.350.0700.53
HSL191.43º21.21%38.82%-
HSV(B)191.43º35%47.06%-
XYZ12.3314.5619.93-
YUV102.75137.74110.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.16%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 120 (47.27% from 255) = 38.71%
R=25.16%
G=36.13%
B=38.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal781121200.350.0700.53191.4321.2138.82
Hex4E7078237035bf1527
Octal1161601704370652772547
Binary10011101110000111100010001111101101011011111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,112,120); }

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

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

 a { background-color: rgb(78,112,120); }

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

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

 span { border-color: rgb(78,112,120); }

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