#4F6D76

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

Shades of Bismark #4F6D76

Tints of Bismark #4F6D76

Color information

#4F6D76 (or 0x4F6D76) is unknown color: approx Bismark. HEX triplet: 4F, 6D and 76. RGB value is (79,109,118). Sum of RGB (Red+Green+Blue) = 79+109+118=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F6D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6D76 is #B09289. Grayscale: #646464. Windows color (decimal): -11571850 or 7761231. OLE color: 7761231.

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

Color convert

RGB79109118-
CMYK0.330.0800.54
HSL193.85º19.8%38.63%-
HSV(B)193.85º33.05%46.27%-
XYZ11.9613.9119.19-
YUV101.06137.56112.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.82%
GREEN value IS 109 (42.97% from 255) = 35.62%
BLUE value IS 118 (46.48% from 255) = 38.56%
R=25.82%
G=35.62%
B=38.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal791091180.330.0800.54193.8519.838.63
Hex4F6D76218036c21427
Octal11715516641100663022447
Binary100111111011011110110100001100001101101100001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,109,118); }

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

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

 a { background-color: rgb(79,109,118); }

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

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

 span { border-color: rgb(79,109,118); }

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