Shades of Bismark #4D6773
Tints of Bismark #4D6773
RGB
CMYK
RGB Variations
Color information
#4D6773 (or 0x4D6773) is known color: Bismark. HEX triplet: 4D, 67 and 73. RGB value is (77,103,115). Sum of RGB (Red+Green+Blue) = 77+103+115=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D6773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6773 is #B2988C. Grayscale: #606060. Windows color (decimal): -11704461 or 7563085. OLE color: 7563085.
HSL color Cylindrical-coordinate representation of color #4D6773: hue angle of 198.95º 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 #4D6773 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 103 | 115 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.55 |
| HSL | 198.95º | 0.2% | 0.38% | - |
| HSV(B) | 198.95º | 0.33% | 0.45% | - |
| XYZ | 11.01 | 12.52 | 18.06 | - |
| YUV | 96.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 103 | 115 | 0.33 | 0.10 | 0 | 0.55 | 198.95 | 0.2 | 0.38 |
| Hex | 4D | 67 | 73 | 21 | A | 0 | 37 | C7 | 14 | 26 |
| Octal | 115 | 147 | 163 | 41 | 12 | 0 | 67 | 307 | 24 | 46 |
| Binary | 1001101 | 1100111 | 1110011 | 100001 | 1010 | 0 | 110111 | 11000111 | 10100 | 100110 |
Color Harmonies of #4D6773
Complementary color
Monochromatic Colors of #4D6773
Black with #4D6773
Text Example
Text Example
White with #4D6773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6773; }
p { color: rgb(77,103,115); }
H1.HeaderClassName
{
color: #4D6773;
}
.AnyTagClassName
{
color: #4D6773;
}
</style>
background-color css
<style>
a { background-color: #4D6773; }
a { background-color: rgb(77,103,115); }
div.DivClassName
{
background-color: #4D6773;
}
.BgClassName
{
background-color: #4D6773;
}
</style>
border-color css
<style>
span { border-color: #4D6773; }
span { border-color: rgb(77,103,115); }
td.TdClassName
{
border-color: #4D6773;
}
.TagClassName
{
border-color: #4D6773;
}
</style>