Shades of Bismark #4B6E76
Tints of Bismark #4B6E76
RGB
CMYK
RGB Variations
Color information
#4B6E76 (or 0x4B6E76) is known color: Bismark. HEX triplet: 4B, 6E and 76. RGB value is (75,110,118). Sum of RGB (Red+Green+Blue) = 75+110+118=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B6E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6E76 is #B49189. Grayscale: #646464. Windows color (decimal): -11833738 or 7761483. OLE color: 7761483.
HSL color Cylindrical-coordinate representation of color #4B6E76: hue angle of 191.16º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B6E76 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 110 | 118 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.54 |
| HSL | 191.16º | 0.22% | 0.38% | - |
| HSV(B) | 191.16º | 0.36% | 0.46% | - |
| XYZ | 11.75 | 13.96 | 19.21 | - |
| YUV | 100.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 110 | 118 | 0.36 | 0.07 | 0 | 0.54 | 191.16 | 0.22 | 0.38 |
| Hex | 4B | 6E | 76 | 24 | 7 | 0 | 36 | BF | 16 | 26 |
| Octal | 113 | 156 | 166 | 44 | 7 | 0 | 66 | 277 | 26 | 46 |
| Binary | 1001011 | 1101110 | 1110110 | 100100 | 111 | 0 | 110110 | 10111111 | 10110 | 100110 |
Color Harmonies of #4B6E76
Complementary color
Monochromatic Colors of #4B6E76
Black with #4B6E76
Text Example
Text Example
White with #4B6E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6E76; }
p { color: rgb(75,110,118); }
H1.HeaderClassName
{
color: #4B6E76;
}
.AnyTagClassName
{
color: #4B6E76;
}
</style>
background-color css
<style>
a { background-color: #4B6E76; }
a { background-color: rgb(75,110,118); }
div.DivClassName
{
background-color: #4B6E76;
}
.BgClassName
{
background-color: #4B6E76;
}
</style>
border-color css
<style>
span { border-color: #4B6E76; }
span { border-color: rgb(75,110,118); }
td.TdClassName
{
border-color: #4B6E76;
}
.TagClassName
{
border-color: #4B6E76;
}
</style>