Shades of Bismark #4F6C73
Tints of Bismark #4F6C73
RGB
CMYK
RGB Variations
Color information
#4F6C73 (or 0x4F6C73) is known color: Bismark. HEX triplet: 4F, 6C and 73. RGB value is (79,108,115). Sum of RGB (Red+Green+Blue) = 79+108+115=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F6C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6C73 is #B0938C. Grayscale: #646464. Windows color (decimal): -11572109 or 7564367. OLE color: 7564367.
HSL color Cylindrical-coordinate representation of color #4F6C73: hue angle of 191.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F6C73 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 108 | 115 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.55 |
| HSL | 191.67º | 0.19% | 0.38% | - |
| HSV(B) | 191.67º | 0.31% | 0.45% | - |
| XYZ | 11.68 | 13.63 | 18.23 | - |
| YUV | 100.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 108 | 115 | 0.31 | 0.06 | 0 | 0.55 | 191.67 | 0.19 | 0.38 |
| Hex | 4F | 6C | 73 | 1F | 6 | 0 | 37 | C0 | 13 | 26 |
| Octal | 117 | 154 | 163 | 37 | 6 | 0 | 67 | 300 | 23 | 46 |
| Binary | 1001111 | 1101100 | 1110011 | 11111 | 110 | 0 | 110111 | 11000000 | 10011 | 100110 |
Color Harmonies of #4F6C73
Complementary color
Monochromatic Colors of #4F6C73
Black with #4F6C73
Text Example
Text Example
White with #4F6C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6C73; }
p { color: rgb(79,108,115); }
H1.HeaderClassName
{
color: #4F6C73;
}
.AnyTagClassName
{
color: #4F6C73;
}
</style>
background-color css
<style>
a { background-color: #4F6C73; }
a { background-color: rgb(79,108,115); }
div.DivClassName
{
background-color: #4F6C73;
}
.BgClassName
{
background-color: #4F6C73;
}
</style>
border-color css
<style>
span { border-color: #4F6C73; }
span { border-color: rgb(79,108,115); }
td.TdClassName
{
border-color: #4F6C73;
}
.TagClassName
{
border-color: #4F6C73;
}
</style>