Shades of Bismark #4F6B72
Tints of Bismark #4F6B72
RGB
CMYK
RGB Variations
Color information
#4F6B72 (or 0x4F6B72) is known color: Bismark. HEX triplet: 4F, 6B and 72. RGB value is (79,107,114). Sum of RGB (Red+Green+Blue) = 79+107+114=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F6B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6B72 is #B0948D. Grayscale: #636363. Windows color (decimal): -11572366 or 7498575. OLE color: 7498575.
HSL color Cylindrical-coordinate representation of color #4F6B72: hue angle of 192º degrees, saturation: 0.18, 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 #4F6B72 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 107 | 114 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.55 |
| HSL | 192º | 0.18% | 0.38% | - |
| HSV(B) | 192º | 0.31% | 0.45% | - |
| XYZ | 11.52 | 13.39 | 17.9 | - |
| YUV | 99.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 107 | 114 | 0.31 | 0.06 | 0 | 0.55 | 192 | 0.18 | 0.38 |
| Hex | 4F | 6B | 72 | 1F | 6 | 0 | 37 | C0 | 12 | 26 |
| Octal | 117 | 153 | 162 | 37 | 6 | 0 | 67 | 300 | 22 | 46 |
| Binary | 1001111 | 1101011 | 1110010 | 11111 | 110 | 0 | 110111 | 11000000 | 10010 | 100110 |
Color Harmonies of #4F6B72
Complementary color
Monochromatic Colors of #4F6B72
Black with #4F6B72
Text Example
Text Example
White with #4F6B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6B72; }
p { color: rgb(79,107,114); }
H1.HeaderClassName
{
color: #4F6B72;
}
.AnyTagClassName
{
color: #4F6B72;
}
</style>
background-color css
<style>
a { background-color: #4F6B72; }
a { background-color: rgb(79,107,114); }
div.DivClassName
{
background-color: #4F6B72;
}
.BgClassName
{
background-color: #4F6B72;
}
</style>
border-color css
<style>
span { border-color: #4F6B72; }
span { border-color: rgb(79,107,114); }
td.TdClassName
{
border-color: #4F6B72;
}
.TagClassName
{
border-color: #4F6B72;
}
</style>