Shades of Bismark #4C687B
Tints of Bismark #4C687B
RGB
CMYK
RGB Variations
Color information
#4C687B (or 0x4C687B) is known color: Bismark. HEX triplet: 4C, 68 and 7B. RGB value is (76,104,123). Sum of RGB (Red+Green+Blue) = 76+104+123=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C687B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C687B is #B39784. Grayscale: #616161. Windows color (decimal): -11769733 or 8087628. OLE color: 8087628.
HSL color Cylindrical-coordinate representation of color #4C687B: hue angle of 204.26º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C687B is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 104 | 123 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.52 |
| HSL | 204.26º | 0.24% | 0.39% | - |
| HSV(B) | 204.26º | 0.38% | 0.48% | - |
| XYZ | 11.51 | 12.87 | 20.62 | - |
| YUV | 97.79 | 142.22 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 104 | 123 | 0.38 | 0.15 | 0 | 0.52 | 204.26 | 0.24 | 0.39 |
| Hex | 4C | 68 | 7B | 26 | F | 0 | 34 | CC | 18 | 27 |
| Octal | 114 | 150 | 173 | 46 | 17 | 0 | 64 | 314 | 30 | 47 |
| Binary | 1001100 | 1101000 | 1111011 | 100110 | 1111 | 0 | 110100 | 11001100 | 11000 | 100111 |
Color Harmonies of #4C687B
Complementary color
Monochromatic Colors of #4C687B
Black with #4C687B
Text Example
Text Example
White with #4C687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C687B; }
p { color: rgb(76,104,123); }
H1.HeaderClassName
{
color: #4C687B;
}
.AnyTagClassName
{
color: #4C687B;
}
</style>
background-color css
<style>
a { background-color: #4C687B; }
a { background-color: rgb(76,104,123); }
div.DivClassName
{
background-color: #4C687B;
}
.BgClassName
{
background-color: #4C687B;
}
</style>
border-color css
<style>
span { border-color: #4C687B; }
span { border-color: rgb(76,104,123); }
td.TdClassName
{
border-color: #4C687B;
}
.TagClassName
{
border-color: #4C687B;
}
</style>