Shades of Bismark #4B6E75
Tints of Bismark #4B6E75
RGB
CMYK
RGB Variations
Color information
#4B6E75 (or 0x4B6E75) is known color: Bismark. HEX triplet: 4B, 6E and 75. RGB value is (75,110,117). Sum of RGB (Red+Green+Blue) = 75+110+117=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 117 - color contains mainly: blue. Hex color #4B6E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6E75 is #B4918A. Grayscale: #646464. Windows color (decimal): -11833739 or 7695947. OLE color: 7695947.
HSL color Cylindrical-coordinate representation of color #4B6E75: hue angle of 190º 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 #4B6E75 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 110 | 117 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.54 |
| HSL | 190º | 0.22% | 0.38% | - |
| HSV(B) | 190º | 0.36% | 0.46% | - |
| XYZ | 11.69 | 13.93 | 18.9 | - |
| YUV | 100.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 110 | 117 | 0.36 | 0.06 | 0 | 0.54 | 190 | 0.22 | 0.38 |
| Hex | 4B | 6E | 75 | 24 | 6 | 0 | 36 | BE | 16 | 26 |
| Octal | 113 | 156 | 165 | 44 | 6 | 0 | 66 | 276 | 26 | 46 |
| Binary | 1001011 | 1101110 | 1110101 | 100100 | 110 | 0 | 110110 | 10111110 | 10110 | 100110 |
Color Harmonies of #4B6E75
Complementary color
Monochromatic Colors of #4B6E75
Black with #4B6E75
Text Example
Text Example
White with #4B6E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6E75; }
p { color: rgb(75,110,117); }
H1.HeaderClassName
{
color: #4B6E75;
}
.AnyTagClassName
{
color: #4B6E75;
}
</style>
background-color css
<style>
a { background-color: #4B6E75; }
a { background-color: rgb(75,110,117); }
div.DivClassName
{
background-color: #4B6E75;
}
.BgClassName
{
background-color: #4B6E75;
}
</style>
border-color css
<style>
span { border-color: #4B6E75; }
span { border-color: rgb(75,110,117); }
td.TdClassName
{
border-color: #4B6E75;
}
.TagClassName
{
border-color: #4B6E75;
}
</style>