Shades of Bismark #4D6375
Tints of Bismark #4D6375
RGB
CMYK
RGB Variations
Color information
#4D6375 (or 0x4D6375) is known color: Bismark. HEX triplet: 4D, 63 and 75. RGB value is (77,99,117). Sum of RGB (Red+Green+Blue) = 77+99+117=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #4D6375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6375 is #B29C8A. Grayscale: #5E5E5E. Windows color (decimal): -11705483 or 7693133. OLE color: 7693133.
HSL color Cylindrical-coordinate representation of color #4D6375: hue angle of 207º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D6375 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 99 | 117 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.54 |
| HSL | 207º | 0.21% | 0.38% | - |
| HSV(B) | 207º | 0.34% | 0.46% | - |
| XYZ | 10.73 | 11.79 | 18.54 | - |
| YUV | 94.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 117 | 0.34 | 0.15 | 0 | 0.54 | 207 | 0.21 | 0.38 |
| Hex | 4D | 63 | 75 | 22 | F | 0 | 36 | CF | 15 | 26 |
| Octal | 115 | 143 | 165 | 42 | 17 | 0 | 66 | 317 | 25 | 46 |
| Binary | 1001101 | 1100011 | 1110101 | 100010 | 1111 | 0 | 110110 | 11001111 | 10101 | 100110 |
Color Harmonies of #4D6375
Complementary color
Monochromatic Colors of #4D6375
Black with #4D6375
Text Example
Text Example
White with #4D6375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6375; }
p { color: rgb(77,99,117); }
H1.HeaderClassName
{
color: #4D6375;
}
.AnyTagClassName
{
color: #4D6375;
}
</style>
background-color css
<style>
a { background-color: #4D6375; }
a { background-color: rgb(77,99,117); }
div.DivClassName
{
background-color: #4D6375;
}
.BgClassName
{
background-color: #4D6375;
}
</style>
border-color css
<style>
span { border-color: #4D6375; }
span { border-color: rgb(77,99,117); }
td.TdClassName
{
border-color: #4D6375;
}
.TagClassName
{
border-color: #4D6375;
}
</style>