Shades of Bismark #4D697A
Tints of Bismark #4D697A
RGB
CMYK
RGB Variations
Color information
#4D697A (or 0x4D697A) is known color: Bismark. HEX triplet: 4D, 69 and 7A. RGB value is (77,105,122). Sum of RGB (Red+Green+Blue) = 77+105+122=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D697A is #B29685. Grayscale: #626262. Windows color (decimal): -11703942 or 8022349. OLE color: 8022349.
HSL color Cylindrical-coordinate representation of color #4D697A: hue angle of 202.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D697A is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 105 | 122 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.52 |
| HSL | 202.67º | 0.23% | 0.39% | - |
| HSV(B) | 202.67º | 0.37% | 0.48% | - |
| XYZ | 11.63 | 13.09 | 20.33 | - |
| YUV | 98.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 105 | 122 | 0.37 | 0.14 | 0 | 0.52 | 202.67 | 0.23 | 0.39 |
| Hex | 4D | 69 | 7A | 25 | E | 0 | 34 | CB | 17 | 27 |
| Octal | 115 | 151 | 172 | 45 | 16 | 0 | 64 | 313 | 27 | 47 |
| Binary | 1001101 | 1101001 | 1111010 | 100101 | 1110 | 0 | 110100 | 11001011 | 10111 | 100111 |
Color Harmonies of #4D697A
Complementary color
Monochromatic Colors of #4D697A
Black with #4D697A
Text Example
Text Example
White with #4D697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D697A; }
p { color: rgb(77,105,122); }
H1.HeaderClassName
{
color: #4D697A;
}
.AnyTagClassName
{
color: #4D697A;
}
</style>
background-color css
<style>
a { background-color: #4D697A; }
a { background-color: rgb(77,105,122); }
div.DivClassName
{
background-color: #4D697A;
}
.BgClassName
{
background-color: #4D697A;
}
</style>
border-color css
<style>
span { border-color: #4D697A; }
span { border-color: rgb(77,105,122); }
td.TdClassName
{
border-color: #4D697A;
}
.TagClassName
{
border-color: #4D697A;
}
</style>