#4E6770

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

Shades of Bismark #4E6770

Tints of Bismark #4E6770

Color information

#4E6770 (or 0x4E6770) is unknown color: approx Bismark. HEX triplet: 4E, 67 and 70. RGB value is (78,103,112). Sum of RGB (Red+Green+Blue) = 78+103+112=293 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.62% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E6770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6770 is #B1988F. Grayscale: #606060. Windows color (decimal): -11638928 or 7366478. OLE color: 7366478.

HSL color Cylindrical-coordinate representation of color #4E6770: hue angle of 195.88º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E6770 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB78103112-
CMYK0.300.0800.56
HSL195.88º17.89%37.25%-
HSV(B)195.88º30.36%43.92%-
XYZ10.9212.4917.16-
YUV96.55136.72114.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.62%
GREEN value IS 103 (40.62% from 255) = 35.15%
BLUE value IS 112 (44.14% from 255) = 38.23%
R=26.62%
G=35.15%
B=38.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal781031120.300.0800.56195.8817.8937.25
Hex4E67701E8038c41225
Octal11614716036100703042245
Binary10011101100111111000011110100001110001100010010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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