Shades of Bismark #4F6B78
Tints of Bismark #4F6B78
RGB
CMYK
RGB Variations
Color information
#4F6B78 (or 0x4F6B78) is known color: Bismark. HEX triplet: 4F, 6B and 78. RGB value is (79,107,120). Sum of RGB (Red+Green+Blue) = 79+107+120=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F6B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6B78 is #B09487. Grayscale: #646464. Windows color (decimal): -11572360 or 7891791. OLE color: 7891791.
HSL color Cylindrical-coordinate representation of color #4F6B78: hue angle of 199.02º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F6B78 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 107 | 120 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.53 |
| HSL | 199.02º | 0.21% | 0.39% | - |
| HSV(B) | 199.02º | 0.34% | 0.47% | - |
| XYZ | 11.87 | 13.53 | 19.76 | - |
| YUV | 100.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 107 | 120 | 0.34 | 0.11 | 0 | 0.53 | 199.02 | 0.21 | 0.39 |
| Hex | 4F | 6B | 78 | 22 | B | 0 | 35 | C7 | 15 | 27 |
| Octal | 117 | 153 | 170 | 42 | 13 | 0 | 65 | 307 | 25 | 47 |
| Binary | 1001111 | 1101011 | 1111000 | 100010 | 1011 | 0 | 110101 | 11000111 | 10101 | 100111 |
Color Harmonies of #4F6B78
Complementary color
Monochromatic Colors of #4F6B78
Black with #4F6B78
Text Example
Text Example
White with #4F6B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6B78; }
p { color: rgb(79,107,120); }
H1.HeaderClassName
{
color: #4F6B78;
}
.AnyTagClassName
{
color: #4F6B78;
}
</style>
background-color css
<style>
a { background-color: #4F6B78; }
a { background-color: rgb(79,107,120); }
div.DivClassName
{
background-color: #4F6B78;
}
.BgClassName
{
background-color: #4F6B78;
}
</style>
border-color css
<style>
span { border-color: #4F6B78; }
span { border-color: rgb(79,107,120); }
td.TdClassName
{
border-color: #4F6B78;
}
.TagClassName
{
border-color: #4F6B78;
}
</style>