Shades of Bismark #4F666F
Tints of Bismark #4F666F
RGB
CMYK
RGB Variations
Color information
#4F666F (or 0x4F666F) is known color: Bismark. HEX triplet: 4F, 66 and 6F. RGB value is (79,102,111). Sum of RGB (Red+Green+Blue) = 79+102+111=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F666F is #B09990. Grayscale: #606060. Windows color (decimal): -11573649 or 7300687. OLE color: 7300687.
HSL color Cylindrical-coordinate representation of color #4F666F: hue angle of 196.88º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F666F is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 102 | 111 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.56 |
| HSL | 196.88º | 0.17% | 0.37% | - |
| HSV(B) | 196.88º | 0.29% | 0.44% | - |
| XYZ | 10.85 | 12.31 | 16.84 | - |
| YUV | 96.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 102 | 111 | 0.29 | 0.08 | 0 | 0.56 | 196.88 | 0.17 | 0.37 |
| Hex | 4F | 66 | 6F | 1D | 8 | 0 | 38 | C5 | 11 | 25 |
| Octal | 117 | 146 | 157 | 35 | 10 | 0 | 70 | 305 | 21 | 45 |
| Binary | 1001111 | 1100110 | 1101111 | 11101 | 1000 | 0 | 111000 | 11000101 | 10001 | 100101 |
Color Harmonies of #4F666F
Complementary color
Monochromatic Colors of #4F666F
Black with #4F666F
Text Example
Text Example
White with #4F666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F666F; }
p { color: rgb(79,102,111); }
H1.HeaderClassName
{
color: #4F666F;
}
.AnyTagClassName
{
color: #4F666F;
}
</style>
background-color css
<style>
a { background-color: #4F666F; }
a { background-color: rgb(79,102,111); }
div.DivClassName
{
background-color: #4F666F;
}
.BgClassName
{
background-color: #4F666F;
}
</style>
border-color css
<style>
span { border-color: #4F666F; }
span { border-color: rgb(79,102,111); }
td.TdClassName
{
border-color: #4F666F;
}
.TagClassName
{
border-color: #4F666F;
}
</style>