#4E7278

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

Shades of Bismark #4E7278

Tints of Bismark #4E7278

Color information

#4E7278 (or 0x4E7278) is unknown color: approx Bismark. HEX triplet: 4E, 72 and 78. RGB value is (78,114,120). Sum of RGB (Red+Green+Blue) = 78+114+120=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 120 - color contains mainly: blue. Hex color #4E7278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7278 is #B18D87. Grayscale: #676767. Windows color (decimal): -11636104 or 7893582. OLE color: 7893582.

HSL color Cylindrical-coordinate representation of color #4E7278: hue angle of 188.57º 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 #4E7278 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB78114120-
CMYK0.350.0500.53
HSL188.57º21.21%38.82%-
HSV(B)188.57º35%47.06%-
XYZ12.5515.0120.01-
YUV103.92137.07109.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=25%
G=36.54%
B=38.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal781141200.350.0500.53188.5721.2138.82
Hex4E7278235035bd1527
Octal1161621704350652752547
Binary10011101110010111100010001110101101011011110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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