#4E6A76

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

Shades of Bismark #4E6A76

Tints of Bismark #4E6A76

Color information

#4E6A76 (or 0x4E6A76) is unknown color: approx Bismark. HEX triplet: 4E, 6A and 76. RGB value is (78,106,118). Sum of RGB (Red+Green+Blue) = 78+106+118=302 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.83% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E6A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6A76 is #B19589. Grayscale: #626262. Windows color (decimal): -11638154 or 7760462. OLE color: 7760462.

HSL color Cylindrical-coordinate representation of color #4E6A76: hue angle of 198º 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 #4E6A76 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB78106118-
CMYK0.340.1000.54
HSL198º20.41%38.43%-
HSV(B)198º33.9%46.27%-
XYZ11.5713.2419.08-
YUV99138.72113.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.83%
GREEN value IS 106 (41.80% from 255) = 35.10%
BLUE value IS 118 (46.48% from 255) = 39.07%
R=25.83%
G=35.10%
B=39.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal781061180.340.1000.5419820.4138.43
Hex4E6A7622A036c61426
Octal11615216642120663062446
Binary100111011010101110110100010101001101101100011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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