#4E6B76

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

Shades of Bismark #4E6B76

Tints of Bismark #4E6B76

Color information

#4E6B76 (or 0x4E6B76) is unknown color: approx Bismark. HEX triplet: 4E, 6B and 76. RGB value is (78,107,118). Sum of RGB (Red+Green+Blue) = 78+107+118=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E6B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6B76 is #B19489. Grayscale: #636363. Windows color (decimal): -11637898 or 7760718. OLE color: 7760718.

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

Color convert

RGB78107118-
CMYK0.340.0900.54
HSL196.5º20.41%38.43%-
HSV(B)196.5º33.9%46.27%-
XYZ11.6713.4419.12-
YUV99.58138.39112.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.74%
GREEN value IS 107 (42.19% from 255) = 35.31%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=25.74%
G=35.31%
B=38.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal781071180.340.0900.54196.520.4138.43
Hex4E6B76229036c41426
Octal11615316642110663042446
Binary100111011010111110110100010100101101101100010010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,107,118); }

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

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

 a { background-color: rgb(78,107,118); }

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

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

 span { border-color: rgb(78,107,118); }

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