Shades of Bismark #4F656F
Tints of Bismark #4F656F
RGB
CMYK
RGB Variations
Color information
#4F656F (or 0x4F656F) is known color: Bismark. HEX triplet: 4F, 65 and 6F. RGB value is (79,101,111). Sum of RGB (Red+Green+Blue) = 79+101+111=291 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.15% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F656F is #B09A90. Grayscale: #5F5F5F. Windows color (decimal): -11573905 or 7300431. OLE color: 7300431.
HSL color Cylindrical-coordinate representation of color #4F656F: hue angle of 198.75º 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 #4F656F is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 101 | 111 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.56 |
| HSL | 198.75º | 0.17% | 0.37% | - |
| HSV(B) | 198.75º | 0.29% | 0.44% | - |
| XYZ | 10.75 | 12.12 | 16.81 | - |
| YUV | 95.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 101 | 111 | 0.29 | 0.09 | 0 | 0.56 | 198.75 | 0.17 | 0.37 |
| Hex | 4F | 65 | 6F | 1D | 9 | 0 | 38 | C7 | 11 | 25 |
| Octal | 117 | 145 | 157 | 35 | 11 | 0 | 70 | 307 | 21 | 45 |
| Binary | 1001111 | 1100101 | 1101111 | 11101 | 1001 | 0 | 111000 | 11000111 | 10001 | 100101 |
Color Harmonies of #4F656F
Complementary color
Monochromatic Colors of #4F656F
Black with #4F656F
Text Example
Text Example
White with #4F656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F656F; }
p { color: rgb(79,101,111); }
H1.HeaderClassName
{
color: #4F656F;
}
.AnyTagClassName
{
color: #4F656F;
}
</style>
background-color css
<style>
a { background-color: #4F656F; }
a { background-color: rgb(79,101,111); }
div.DivClassName
{
background-color: #4F656F;
}
.BgClassName
{
background-color: #4F656F;
}
</style>
border-color css
<style>
span { border-color: #4F656F; }
span { border-color: rgb(79,101,111); }
td.TdClassName
{
border-color: #4F656F;
}
.TagClassName
{
border-color: #4F656F;
}
</style>