#4C6F76

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

Shades of Bismark #4C6F76

Tints of Bismark #4C6F76

Color information

#4C6F76 (or 0x4C6F76) is unknown color: approx Bismark. HEX triplet: 4C, 6F and 76. RGB value is (76,111,118). Sum of RGB (Red+Green+Blue) = 76+111+118=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C6F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6F76 is #B39089. Grayscale: #656565. Windows color (decimal): -11767946 or 7761740. OLE color: 7761740.

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

Color convert

RGB76111118-
CMYK0.360.0600.54
HSL190º21.65%38.04%-
HSV(B)190º35.59%46.27%-
XYZ11.9314.2119.25-
YUV101.33137.4109.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.92%
GREEN value IS 111 (43.75% from 255) = 36.39%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=24.92%
G=36.39%
B=38.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal761111180.360.0600.5419021.6538.04
Hex4C6F76246036be1626
Octal1141571664460662762646
Binary10011001101111111011010010011001101101011111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,111,118); }

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

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

 a { background-color: rgb(76,111,118); }

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

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

 span { border-color: rgb(76,111,118); }

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