Shades of Bismark #4C7078
Tints of Bismark #4C7078
RGB
CMYK
RGB Variations
Color information
#4C7078 (or 0x4C7078) is known color: Bismark. HEX triplet: 4C, 70 and 78. RGB value is (76,112,120). Sum of RGB (Red+Green+Blue) = 76+112+120=308 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.68% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C7078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7078 is #B38F87. Grayscale: #666666. Windows color (decimal): -11767688 or 7893068. OLE color: 7893068.
HSL color Cylindrical-coordinate representation of color #4C7078: hue angle of 190.91º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C7078 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 112 | 120 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.53 |
| HSL | 190.91º | 0.22% | 0.38% | - |
| HSV(B) | 190.91º | 0.37% | 0.47% | - |
| XYZ | 12.16 | 14.48 | 19.92 | - |
| YUV | 102.15 | 138.07 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 112 | 120 | 0.37 | 0.07 | 0 | 0.53 | 190.91 | 0.22 | 0.38 |
| Hex | 4C | 70 | 78 | 25 | 7 | 0 | 35 | BF | 16 | 26 |
| Octal | 114 | 160 | 170 | 45 | 7 | 0 | 65 | 277 | 26 | 46 |
| Binary | 1001100 | 1110000 | 1111000 | 100101 | 111 | 0 | 110101 | 10111111 | 10110 | 100110 |
Color Harmonies of #4C7078
Complementary color
Monochromatic Colors of #4C7078
Black with #4C7078
Text Example
Text Example
White with #4C7078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7078; }
p { color: rgb(76,112,120); }
H1.HeaderClassName
{
color: #4C7078;
}
.AnyTagClassName
{
color: #4C7078;
}
</style>
background-color css
<style>
a { background-color: #4C7078; }
a { background-color: rgb(76,112,120); }
div.DivClassName
{
background-color: #4C7078;
}
.BgClassName
{
background-color: #4C7078;
}
</style>
border-color css
<style>
span { border-color: #4C7078; }
span { border-color: rgb(76,112,120); }
td.TdClassName
{
border-color: #4C7078;
}
.TagClassName
{
border-color: #4C7078;
}
</style>