#4E6873

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

Shades of Bismark #4E6873

Tints of Bismark #4E6873

Color information

#4E6873 (or 0x4E6873) is unknown color: approx Bismark. HEX triplet: 4E, 68 and 73. RGB value is (78,104,115). Sum of RGB (Red+Green+Blue) = 78+104+115=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E6873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6873 is #B1978C. Grayscale: #616161. Windows color (decimal): -11638669 or 7563342. OLE color: 7563342.

HSL color Cylindrical-coordinate representation of color #4E6873: hue angle of 197.84º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E6873 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB78104115-
CMYK0.320.1000.55
HSL197.84º19.17%37.84%-
HSV(B)197.84º32.17%45.1%-
XYZ11.1912.7618.09-
YUV97.48137.89114.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.26%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 115 (45.31% from 255) = 38.72%
R=26.26%
G=35.02%
B=38.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal781041150.320.1000.55197.8419.1737.84
Hex4E687320A037c61326
Octal11615016340120673062346
Binary100111011010001110011100000101001101111100011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,104,115); }

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

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

 a { background-color: rgb(78,104,115); }

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

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

 span { border-color: rgb(78,104,115); }

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