Shades of Bismark #4D6470
Tints of Bismark #4D6470
RGB
CMYK
RGB Variations
Color information
#4D6470 (or 0x4D6470) is known color: Bismark. HEX triplet: 4D, 64 and 70. RGB value is (77,100,112). Sum of RGB (Red+Green+Blue) = 77+100+112=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #4D6470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6470 is #B29B8F. Grayscale: #5E5E5E. Windows color (decimal): -11705232 or 7365709. OLE color: 7365709.
HSL color Cylindrical-coordinate representation of color #4D6470: hue angle of 200.57º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D6470 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 100 | 112 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.56 |
| HSL | 200.57º | 0.19% | 0.37% | - |
| HSV(B) | 200.57º | 0.31% | 0.44% | - |
| XYZ | 10.54 | 11.86 | 17.06 | - |
| YUV | 94.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 112 | 0.31 | 0.11 | 0 | 0.56 | 200.57 | 0.19 | 0.37 |
| Hex | 4D | 64 | 70 | 1F | B | 0 | 38 | C9 | 13 | 25 |
| Octal | 115 | 144 | 160 | 37 | 13 | 0 | 70 | 311 | 23 | 45 |
| Binary | 1001101 | 1100100 | 1110000 | 11111 | 1011 | 0 | 111000 | 11001001 | 10011 | 100101 |
Color Harmonies of #4D6470
Complementary color
Monochromatic Colors of #4D6470
Black with #4D6470
Text Example
Text Example
White with #4D6470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6470; }
p { color: rgb(77,100,112); }
H1.HeaderClassName
{
color: #4D6470;
}
.AnyTagClassName
{
color: #4D6470;
}
</style>
background-color css
<style>
a { background-color: #4D6470; }
a { background-color: rgb(77,100,112); }
div.DivClassName
{
background-color: #4D6470;
}
.BgClassName
{
background-color: #4D6470;
}
</style>
border-color css
<style>
span { border-color: #4D6470; }
span { border-color: rgb(77,100,112); }
td.TdClassName
{
border-color: #4D6470;
}
.TagClassName
{
border-color: #4D6470;
}
</style>