Shades of Bismark #4F6C78
Tints of Bismark #4F6C78
RGB
CMYK
RGB Variations
Color information
#4F6C78 (or 0x4F6C78) is known color: Bismark. HEX triplet: 4F, 6C and 78. RGB value is (79,108,120). Sum of RGB (Red+Green+Blue) = 79+108+120=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F6C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6C78 is #B09387. Grayscale: #646464. Windows color (decimal): -11572104 or 7892047. OLE color: 7892047.
HSL color Cylindrical-coordinate representation of color #4F6C78: hue angle of 197.56º 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 #4F6C78 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 108 | 120 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.53 |
| HSL | 197.56º | 0.21% | 0.39% | - |
| HSV(B) | 197.56º | 0.34% | 0.47% | - |
| XYZ | 11.98 | 13.74 | 19.79 | - |
| YUV | 100.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 108 | 120 | 0.34 | 0.10 | 0 | 0.53 | 197.56 | 0.21 | 0.39 |
| Hex | 4F | 6C | 78 | 22 | A | 0 | 35 | C6 | 15 | 27 |
| Octal | 117 | 154 | 170 | 42 | 12 | 0 | 65 | 306 | 25 | 47 |
| Binary | 1001111 | 1101100 | 1111000 | 100010 | 1010 | 0 | 110101 | 11000110 | 10101 | 100111 |
Color Harmonies of #4F6C78
Complementary color
Monochromatic Colors of #4F6C78
Black with #4F6C78
Text Example
Text Example
White with #4F6C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6C78; }
p { color: rgb(79,108,120); }
H1.HeaderClassName
{
color: #4F6C78;
}
.AnyTagClassName
{
color: #4F6C78;
}
</style>
background-color css
<style>
a { background-color: #4F6C78; }
a { background-color: rgb(79,108,120); }
div.DivClassName
{
background-color: #4F6C78;
}
.BgClassName
{
background-color: #4F6C78;
}
</style>
border-color css
<style>
span { border-color: #4F6C78; }
span { border-color: rgb(79,108,120); }
td.TdClassName
{
border-color: #4F6C78;
}
.TagClassName
{
border-color: #4F6C78;
}
</style>