Shades of Bismark #4C6877
Tints of Bismark #4C6877
RGB
CMYK
RGB Variations
Color information
#4C6877 (or 0x4C6877) is known color: Bismark. HEX triplet: 4C, 68 and 77. RGB value is (76,104,119). Sum of RGB (Red+Green+Blue) = 76+104+119=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 119 - color contains mainly: blue. Hex color #4C6877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6877 is #B39788. Grayscale: #616161. Windows color (decimal): -11769737 or 7825484. OLE color: 7825484.
HSL color Cylindrical-coordinate representation of color #4C6877: hue angle of 200.93º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C6877 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 104 | 119 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.53 |
| HSL | 200.93º | 0.22% | 0.38% | - |
| HSV(B) | 200.93º | 0.36% | 0.47% | - |
| XYZ | 11.26 | 12.77 | 19.32 | - |
| YUV | 97.34 | 140.22 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 104 | 119 | 0.36 | 0.13 | 0 | 0.53 | 200.93 | 0.22 | 0.38 |
| Hex | 4C | 68 | 77 | 24 | D | 0 | 35 | C9 | 16 | 26 |
| Octal | 114 | 150 | 167 | 44 | 15 | 0 | 65 | 311 | 26 | 46 |
| Binary | 1001100 | 1101000 | 1110111 | 100100 | 1101 | 0 | 110101 | 11001001 | 10110 | 100110 |
Color Harmonies of #4C6877
Complementary color
Monochromatic Colors of #4C6877
Black with #4C6877
Text Example
Text Example
White with #4C6877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6877; }
p { color: rgb(76,104,119); }
H1.HeaderClassName
{
color: #4C6877;
}
.AnyTagClassName
{
color: #4C6877;
}
</style>
background-color css
<style>
a { background-color: #4C6877; }
a { background-color: rgb(76,104,119); }
div.DivClassName
{
background-color: #4C6877;
}
.BgClassName
{
background-color: #4C6877;
}
</style>
border-color css
<style>
span { border-color: #4C6877; }
span { border-color: rgb(76,104,119); }
td.TdClassName
{
border-color: #4C6877;
}
.TagClassName
{
border-color: #4C6877;
}
</style>