#4E6978

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

Shades of Bismark #4E6978

Tints of Bismark #4E6978

Color information

#4E6978 (or 0x4E6978) is unknown color: approx Bismark. HEX triplet: 4E, 69 and 78. RGB value is (78,105,120). Sum of RGB (Red+Green+Blue) = 78+105+120=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 120 - color contains mainly: blue. Hex color #4E6978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6978 is #B19687. Grayscale: #626262. Windows color (decimal): -11638408 or 7891278. OLE color: 7891278.

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

Color convert

RGB78105120-
CMYK0.350.1300.53
HSL201.43º21.21%38.82%-
HSV(B)201.43º35%47.06%-
XYZ11.5813.0819.68-
YUV98.64140.05113.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.74%
GREEN value IS 105 (41.41% from 255) = 34.65%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=25.74%
G=34.65%
B=39.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal781051200.350.1300.53201.4321.2138.82
Hex4E697823D035c91527
Octal11615117043150653112547
Binary100111011010011111000100011110101101011100100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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