Shades of Bismark #4D6273
Tints of Bismark #4D6273
RGB
CMYK
RGB Variations
Color information
#4D6273 (or 0x4D6273) is known color: Bismark. HEX triplet: 4D, 62 and 73. RGB value is (77,98,115). Sum of RGB (Red+Green+Blue) = 77+98+115=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D6273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6273 is #B29D8C. Grayscale: #5D5D5D. Windows color (decimal): -11705741 or 7561805. OLE color: 7561805.
HSL color Cylindrical-coordinate representation of color #4D6273: hue angle of 206.84º 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 #4D6273 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 98 | 115 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.55 |
| HSL | 206.84º | 0.2% | 0.38% | - |
| HSV(B) | 206.84º | 0.33% | 0.45% | - |
| XYZ | 10.52 | 11.55 | 17.89 | - |
| YUV | 93.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 115 | 0.33 | 0.15 | 0 | 0.55 | 206.84 | 0.2 | 0.38 |
| Hex | 4D | 62 | 73 | 21 | F | 0 | 37 | CF | 14 | 26 |
| Octal | 115 | 142 | 163 | 41 | 17 | 0 | 67 | 317 | 24 | 46 |
| Binary | 1001101 | 1100010 | 1110011 | 100001 | 1111 | 0 | 110111 | 11001111 | 10100 | 100110 |
Color Harmonies of #4D6273
Complementary color
Monochromatic Colors of #4D6273
Black with #4D6273
Text Example
Text Example
White with #4D6273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6273; }
p { color: rgb(77,98,115); }
H1.HeaderClassName
{
color: #4D6273;
}
.AnyTagClassName
{
color: #4D6273;
}
</style>
background-color css
<style>
a { background-color: #4D6273; }
a { background-color: rgb(77,98,115); }
div.DivClassName
{
background-color: #4D6273;
}
.BgClassName
{
background-color: #4D6273;
}
</style>
border-color css
<style>
span { border-color: #4D6273; }
span { border-color: rgb(77,98,115); }
td.TdClassName
{
border-color: #4D6273;
}
.TagClassName
{
border-color: #4D6273;
}
</style>