Shades of Bismark #4D6578
Tints of Bismark #4D6578
RGB
CMYK
RGB Variations
Color information
#4D6578 (or 0x4D6578) is known color: Bismark. HEX triplet: 4D, 65 and 78. RGB value is (77,101,120). Sum of RGB (Red+Green+Blue) = 77+101+120=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D6578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6578 is #B29A87. Grayscale: #5F5F5F. Windows color (decimal): -11704968 or 7890253. OLE color: 7890253.
HSL color Cylindrical-coordinate representation of color #4D6578: hue angle of 206.51º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D6578 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 101 | 120 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.53 |
| HSL | 206.51º | 0.22% | 0.39% | - |
| HSV(B) | 206.51º | 0.36% | 0.47% | - |
| XYZ | 11.1 | 12.24 | 19.55 | - |
| YUV | 95.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 120 | 0.36 | 0.16 | 0 | 0.53 | 206.51 | 0.22 | 0.39 |
| Hex | 4D | 65 | 78 | 24 | 10 | 0 | 35 | CF | 16 | 27 |
| Octal | 115 | 145 | 170 | 44 | 20 | 0 | 65 | 317 | 26 | 47 |
| Binary | 1001101 | 1100101 | 1111000 | 100100 | 10000 | 0 | 110101 | 11001111 | 10110 | 100111 |
Color Harmonies of #4D6578
Complementary color
Monochromatic Colors of #4D6578
Black with #4D6578
Text Example
Text Example
White with #4D6578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6578; }
p { color: rgb(77,101,120); }
H1.HeaderClassName
{
color: #4D6578;
}
.AnyTagClassName
{
color: #4D6578;
}
</style>
background-color css
<style>
a { background-color: #4D6578; }
a { background-color: rgb(77,101,120); }
div.DivClassName
{
background-color: #4D6578;
}
.BgClassName
{
background-color: #4D6578;
}
</style>
border-color css
<style>
span { border-color: #4D6578; }
span { border-color: rgb(77,101,120); }
td.TdClassName
{
border-color: #4D6578;
}
.TagClassName
{
border-color: #4D6578;
}
</style>