Shades of Bismark #4F707F
Tints of Bismark #4F707F
RGB
CMYK
RGB Variations
Color information
#4F707F (or 0x4F707F) is known color: Bismark. HEX triplet: 4F, 70 and 7F. RGB value is (79,112,127). Sum of RGB (Red+Green+Blue) = 79+112+127=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 127 - color contains mainly: blue. Hex color #4F707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F707F is #B08F80. Grayscale: #676767. Windows color (decimal): -11571073 or 8351823. OLE color: 8351823.
HSL color Cylindrical-coordinate representation of color #4F707F: hue angle of 198.75º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F707F is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 79 | 112 | 127 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.50 |
| HSL | 198.75º | 0.23% | 0.4% | - |
| HSV(B) | 198.75º | 0.38% | 0.5% | - |
| XYZ | 12.85 | 14.78 | 22.25 | - |
| YUV | 103.84 | 141.07 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 112 | 127 | 0.38 | 0.12 | 0 | 0.50 | 198.75 | 0.23 | 0.4 |
| Hex | 4F | 70 | 7F | 26 | C | 0 | 32 | C7 | 17 | 28 |
| Octal | 117 | 160 | 177 | 46 | 14 | 0 | 62 | 307 | 27 | 50 |
| Binary | 1001111 | 1110000 | 1111111 | 100110 | 1100 | 0 | 110010 | 11000111 | 10111 | 101000 |
Color Harmonies of #4F707F
Complementary color
Monochromatic Colors of #4F707F
Black with #4F707F
Text Example
Text Example
White with #4F707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F707F; }
p { color: rgb(79,112,127); }
H1.HeaderClassName
{
color: #4F707F;
}
.AnyTagClassName
{
color: #4F707F;
}
</style>
background-color css
<style>
a { background-color: #4F707F; }
a { background-color: rgb(79,112,127); }
div.DivClassName
{
background-color: #4F707F;
}
.BgClassName
{
background-color: #4F707F;
}
</style>
border-color css
<style>
span { border-color: #4F707F; }
span { border-color: rgb(79,112,127); }
td.TdClassName
{
border-color: #4F707F;
}
.TagClassName
{
border-color: #4F707F;
}
</style>