Shades of Bismark #4B6979
Tints of Bismark #4B6979
RGB
CMYK
RGB Variations
Color information
#4B6979 (or 0x4B6979) is known color: Bismark. HEX triplet: 4B, 69 and 79. RGB value is (75,105,121). Sum of RGB (Red+Green+Blue) = 75+105+121=301 (39% of max value = 765). Red value is 75 (29.69% from 255 or 24.92% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B6979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6979 is #B49686. Grayscale: #616161. Windows color (decimal): -11835015 or 7956811. OLE color: 7956811.
HSL color Cylindrical-coordinate representation of color #4B6979: hue angle of 200.87º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B6979 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 105 | 121 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.53 |
| HSL | 200.87º | 0.23% | 0.38% | - |
| HSV(B) | 200.87º | 0.38% | 0.47% | - |
| XYZ | 11.4 | 12.98 | 19.99 | - |
| YUV | 97.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 105 | 121 | 0.38 | 0.13 | 0 | 0.53 | 200.87 | 0.23 | 0.38 |
| Hex | 4B | 69 | 79 | 26 | D | 0 | 35 | C9 | 17 | 26 |
| Octal | 113 | 151 | 171 | 46 | 15 | 0 | 65 | 311 | 27 | 46 |
| Binary | 1001011 | 1101001 | 1111001 | 100110 | 1101 | 0 | 110101 | 11001001 | 10111 | 100110 |
Color Harmonies of #4B6979
Complementary color
Monochromatic Colors of #4B6979
Black with #4B6979
Text Example
Text Example
White with #4B6979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6979; }
p { color: rgb(75,105,121); }
H1.HeaderClassName
{
color: #4B6979;
}
.AnyTagClassName
{
color: #4B6979;
}
</style>
background-color css
<style>
a { background-color: #4B6979; }
a { background-color: rgb(75,105,121); }
div.DivClassName
{
background-color: #4B6979;
}
.BgClassName
{
background-color: #4B6979;
}
</style>
border-color css
<style>
span { border-color: #4B6979; }
span { border-color: rgb(75,105,121); }
td.TdClassName
{
border-color: #4B6979;
}
.TagClassName
{
border-color: #4B6979;
}
</style>