#4E6775

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

Shades of Bismark #4E6775

Tints of Bismark #4E6775

Color information

#4E6775 (or 0x4E6775) is unknown color: approx Bismark. HEX triplet: 4E, 67 and 75. RGB value is (78,103,117). Sum of RGB (Red+Green+Blue) = 78+103+117=298 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.17% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 117 - color contains mainly: blue. Hex color #4E6775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6775 is #B1988A. Grayscale: #616161. Windows color (decimal): -11638923 or 7694158. OLE color: 7694158.

HSL color Cylindrical-coordinate representation of color #4E6775: hue angle of 201.54º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E6775 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB78103117-
CMYK0.330.1200.54
HSL201.54º20%38.24%-
HSV(B)201.54º33.33%45.88%-
XYZ11.212.618.67-
YUV97.12139.22114.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.17%
GREEN value IS 103 (40.62% from 255) = 34.56%
BLUE value IS 117 (46.09% from 255) = 39.26%
R=26.17%
G=34.56%
B=39.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal781031170.330.1200.54201.542038.24
Hex4E677521C036ca1426
Octal11614716541140663122446
Binary100111011001111110101100001110001101101100101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,103,117); }

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

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

 a { background-color: rgb(78,103,117); }

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

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

 span { border-color: rgb(78,103,117); }

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