Shades of Bismark #4B6572
Tints of Bismark #4B6572
RGB
CMYK
RGB Variations
Color information
#4B6572 (or 0x4B6572) is known color: Bismark. HEX triplet: 4B, 65 and 72. RGB value is (75,101,114). Sum of RGB (Red+Green+Blue) = 75+101+114=290 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.86% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B6572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6572 is #B49A8D. Grayscale: #5E5E5E. Windows color (decimal): -11836046 or 7497035. OLE color: 7497035.
HSL color Cylindrical-coordinate representation of color #4B6572: hue angle of 200º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B6572 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 101 | 114 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.55 |
| HSL | 200º | 0.21% | 0.37% | - |
| HSV(B) | 200º | 0.34% | 0.45% | - |
| XYZ | 10.59 | 12.02 | 17.68 | - |
| YUV | 94.71 | 138.89 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 114 | 0.34 | 0.11 | 0 | 0.55 | 200 | 0.21 | 0.37 |
| Hex | 4B | 65 | 72 | 22 | B | 0 | 37 | C8 | 15 | 25 |
| Octal | 113 | 145 | 162 | 42 | 13 | 0 | 67 | 310 | 25 | 45 |
| Binary | 1001011 | 1100101 | 1110010 | 100010 | 1011 | 0 | 110111 | 11001000 | 10101 | 100101 |
Color Harmonies of #4B6572
Complementary color
Monochromatic Colors of #4B6572
Black with #4B6572
Text Example
Text Example
White with #4B6572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6572; }
p { color: rgb(75,101,114); }
H1.HeaderClassName
{
color: #4B6572;
}
.AnyTagClassName
{
color: #4B6572;
}
</style>
background-color css
<style>
a { background-color: #4B6572; }
a { background-color: rgb(75,101,114); }
div.DivClassName
{
background-color: #4B6572;
}
.BgClassName
{
background-color: #4B6572;
}
</style>
border-color css
<style>
span { border-color: #4B6572; }
span { border-color: rgb(75,101,114); }
td.TdClassName
{
border-color: #4B6572;
}
.TagClassName
{
border-color: #4B6572;
}
</style>