Shades of Bismark #4F7077
Tints of Bismark #4F7077
RGB
CMYK
RGB Variations
Color information
#4F7077 (or 0x4F7077) is known color: Bismark. HEX triplet: 4F, 70 and 77. RGB value is (79,112,119). Sum of RGB (Red+Green+Blue) = 79+112+119=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 119 - color contains mainly: blue. Hex color #4F7077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7077 is #B08F88. Grayscale: #666666. Windows color (decimal): -11571081 or 7827535. OLE color: 7827535.
HSL color Cylindrical-coordinate representation of color #4F7077: hue angle of 190.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F7077 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 112 | 119 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.53 |
| HSL | 190.5º | 0.2% | 0.39% | - |
| HSV(B) | 190.5º | 0.34% | 0.47% | - |
| XYZ | 12.35 | 14.58 | 19.62 | - |
| YUV | 102.93 | 137.07 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 112 | 119 | 0.34 | 0.06 | 0 | 0.53 | 190.5 | 0.2 | 0.39 |
| Hex | 4F | 70 | 77 | 22 | 6 | 0 | 35 | BE | 14 | 27 |
| Octal | 117 | 160 | 167 | 42 | 6 | 0 | 65 | 276 | 24 | 47 |
| Binary | 1001111 | 1110000 | 1110111 | 100010 | 110 | 0 | 110101 | 10111110 | 10100 | 100111 |
Color Harmonies of #4F7077
Complementary color
Monochromatic Colors of #4F7077
Black with #4F7077
Text Example
Text Example
White with #4F7077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7077; }
p { color: rgb(79,112,119); }
H1.HeaderClassName
{
color: #4F7077;
}
.AnyTagClassName
{
color: #4F7077;
}
</style>
background-color css
<style>
a { background-color: #4F7077; }
a { background-color: rgb(79,112,119); }
div.DivClassName
{
background-color: #4F7077;
}
.BgClassName
{
background-color: #4F7077;
}
</style>
border-color css
<style>
span { border-color: #4F7077; }
span { border-color: rgb(79,112,119); }
td.TdClassName
{
border-color: #4F7077;
}
.TagClassName
{
border-color: #4F7077;
}
</style>