Shades of Bismark #4F6D75
Tints of Bismark #4F6D75
RGB
CMYK
RGB Variations
Color information
#4F6D75 (or 0x4F6D75) is known color: Bismark. HEX triplet: 4F, 6D and 75. RGB value is (79,109,117). Sum of RGB (Red+Green+Blue) = 79+109+117=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F6D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6D75 is #B0928A. Grayscale: #646464. Windows color (decimal): -11571851 or 7695695. OLE color: 7695695.
HSL color Cylindrical-coordinate representation of color #4F6D75: hue angle of 192.63º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F6D75 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 109 | 117 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.54 |
| HSL | 192.63º | 0.19% | 0.38% | - |
| HSV(B) | 192.63º | 0.32% | 0.46% | - |
| XYZ | 11.9 | 13.88 | 18.88 | - |
| YUV | 100.94 | 137.06 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 109 | 117 | 0.32 | 0.07 | 0 | 0.54 | 192.63 | 0.19 | 0.38 |
| Hex | 4F | 6D | 75 | 20 | 7 | 0 | 36 | C1 | 13 | 26 |
| Octal | 117 | 155 | 165 | 40 | 7 | 0 | 66 | 301 | 23 | 46 |
| Binary | 1001111 | 1101101 | 1110101 | 100000 | 111 | 0 | 110110 | 11000001 | 10011 | 100110 |
Color Harmonies of #4F6D75
Complementary color
Monochromatic Colors of #4F6D75
Black with #4F6D75
Text Example
Text Example
White with #4F6D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6D75; }
p { color: rgb(79,109,117); }
H1.HeaderClassName
{
color: #4F6D75;
}
.AnyTagClassName
{
color: #4F6D75;
}
</style>
background-color css
<style>
a { background-color: #4F6D75; }
a { background-color: rgb(79,109,117); }
div.DivClassName
{
background-color: #4F6D75;
}
.BgClassName
{
background-color: #4F6D75;
}
</style>
border-color css
<style>
span { border-color: #4F6D75; }
span { border-color: rgb(79,109,117); }
td.TdClassName
{
border-color: #4F6D75;
}
.TagClassName
{
border-color: #4F6D75;
}
</style>