Shades of Bismark #4D6473
Tints of Bismark #4D6473
RGB
CMYK
RGB Variations
Color information
#4D6473 (or 0x4D6473) is known color: Bismark. HEX triplet: 4D, 64 and 73. RGB value is (77,100,115). Sum of RGB (Red+Green+Blue) = 77+100+115=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D6473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6473 is #B29B8C. Grayscale: #5E5E5E. Windows color (decimal): -11705229 or 7562317. OLE color: 7562317.
HSL color Cylindrical-coordinate representation of color #4D6473: hue angle of 203.68º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4D6473 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 100 | 115 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.55 |
| HSL | 203.68º | 0.2% | 0.38% | - |
| HSV(B) | 203.68º | 0.33% | 0.45% | - |
| XYZ | 10.71 | 11.93 | 17.96 | - |
| YUV | 94.83 | 139.38 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 115 | 0.33 | 0.13 | 0 | 0.55 | 203.68 | 0.2 | 0.38 |
| Hex | 4D | 64 | 73 | 21 | D | 0 | 37 | CC | 14 | 26 |
| Octal | 115 | 144 | 163 | 41 | 15 | 0 | 67 | 314 | 24 | 46 |
| Binary | 1001101 | 1100100 | 1110011 | 100001 | 1101 | 0 | 110111 | 11001100 | 10100 | 100110 |
Color Harmonies of #4D6473
Complementary color
Monochromatic Colors of #4D6473
Black with #4D6473
Text Example
Text Example
White with #4D6473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6473; }
p { color: rgb(77,100,115); }
H1.HeaderClassName
{
color: #4D6473;
}
.AnyTagClassName
{
color: #4D6473;
}
</style>
background-color css
<style>
a { background-color: #4D6473; }
a { background-color: rgb(77,100,115); }
div.DivClassName
{
background-color: #4D6473;
}
.BgClassName
{
background-color: #4D6473;
}
</style>
border-color css
<style>
span { border-color: #4D6473; }
span { border-color: rgb(77,100,115); }
td.TdClassName
{
border-color: #4D6473;
}
.TagClassName
{
border-color: #4D6473;
}
</style>