Shades of Bismark #4C6B77
Tints of Bismark #4C6B77
RGB
CMYK
RGB Variations
Color information
#4C6B77 (or 0x4C6B77) is known color: Bismark. HEX triplet: 4C, 6B and 77. RGB value is (76,107,119). Sum of RGB (Red+Green+Blue) = 76+107+119=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 119 - color contains mainly: blue. Hex color #4C6B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6B77 is #B39488. Grayscale: #636363. Windows color (decimal): -11768969 or 7826252. OLE color: 7826252.
HSL color Cylindrical-coordinate representation of color #4C6B77: hue angle of 196.74º 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 #4C6B77 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 107 | 119 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.53 |
| HSL | 196.74º | 0.22% | 0.38% | - |
| HSV(B) | 196.74º | 0.36% | 0.47% | - |
| XYZ | 11.57 | 13.38 | 19.43 | - |
| YUV | 99.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 107 | 119 | 0.36 | 0.10 | 0 | 0.53 | 196.74 | 0.22 | 0.38 |
| Hex | 4C | 6B | 77 | 24 | A | 0 | 35 | C5 | 16 | 26 |
| Octal | 114 | 153 | 167 | 44 | 12 | 0 | 65 | 305 | 26 | 46 |
| Binary | 1001100 | 1101011 | 1110111 | 100100 | 1010 | 0 | 110101 | 11000101 | 10110 | 100110 |
Color Harmonies of #4C6B77
Complementary color
Monochromatic Colors of #4C6B77
Black with #4C6B77
Text Example
Text Example
White with #4C6B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6B77; }
p { color: rgb(76,107,119); }
H1.HeaderClassName
{
color: #4C6B77;
}
.AnyTagClassName
{
color: #4C6B77;
}
</style>
background-color css
<style>
a { background-color: #4C6B77; }
a { background-color: rgb(76,107,119); }
div.DivClassName
{
background-color: #4C6B77;
}
.BgClassName
{
background-color: #4C6B77;
}
</style>
border-color css
<style>
span { border-color: #4C6B77; }
span { border-color: rgb(76,107,119); }
td.TdClassName
{
border-color: #4C6B77;
}
.TagClassName
{
border-color: #4C6B77;
}
</style>