Shades of Bismark #4C6975
Tints of Bismark #4C6975
RGB
CMYK
RGB Variations
Color information
#4C6975 (or 0x4C6975) is known color: Bismark. HEX triplet: 4C, 69 and 75. RGB value is (76,105,117). Sum of RGB (Red+Green+Blue) = 76+105+117=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C6975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6975 is #B3968A. Grayscale: #616161. Windows color (decimal): -11769483 or 7694668. OLE color: 7694668.
HSL color Cylindrical-coordinate representation of color #4C6975: hue angle of 197.56º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C6975 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 105 | 117 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.54 |
| HSL | 197.56º | 0.21% | 0.38% | - |
| HSV(B) | 197.56º | 0.35% | 0.46% | - |
| XYZ | 11.24 | 12.92 | 18.73 | - |
| YUV | 97.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 105 | 117 | 0.35 | 0.10 | 0 | 0.54 | 197.56 | 0.21 | 0.38 |
| Hex | 4C | 69 | 75 | 23 | A | 0 | 36 | C6 | 15 | 26 |
| Octal | 114 | 151 | 165 | 43 | 12 | 0 | 66 | 306 | 25 | 46 |
| Binary | 1001100 | 1101001 | 1110101 | 100011 | 1010 | 0 | 110110 | 11000110 | 10101 | 100110 |
Color Harmonies of #4C6975
Complementary color
Monochromatic Colors of #4C6975
Black with #4C6975
Text Example
Text Example
White with #4C6975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6975; }
p { color: rgb(76,105,117); }
H1.HeaderClassName
{
color: #4C6975;
}
.AnyTagClassName
{
color: #4C6975;
}
</style>
background-color css
<style>
a { background-color: #4C6975; }
a { background-color: rgb(76,105,117); }
div.DivClassName
{
background-color: #4C6975;
}
.BgClassName
{
background-color: #4C6975;
}
</style>
border-color css
<style>
span { border-color: #4C6975; }
span { border-color: rgb(76,105,117); }
td.TdClassName
{
border-color: #4C6975;
}
.TagClassName
{
border-color: #4C6975;
}
</style>