Shades of Bismark #4C6878
Tints of Bismark #4C6878
RGB
CMYK
RGB Variations
Color information
#4C6878 (or 0x4C6878) is known color: Bismark. HEX triplet: 4C, 68 and 78. RGB value is (76,104,120). Sum of RGB (Red+Green+Blue) = 76+104+120=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C6878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6878 is #B39787. Grayscale: #616161. Windows color (decimal): -11769736 or 7891020. OLE color: 7891020.
HSL color Cylindrical-coordinate representation of color #4C6878: hue angle of 201.82º 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 #4C6878 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 104 | 120 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.53 |
| HSL | 201.82º | 0.22% | 0.38% | - |
| HSV(B) | 201.82º | 0.37% | 0.47% | - |
| XYZ | 11.32 | 12.79 | 19.64 | - |
| YUV | 97.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 104 | 120 | 0.37 | 0.13 | 0 | 0.53 | 201.82 | 0.22 | 0.38 |
| Hex | 4C | 68 | 78 | 25 | D | 0 | 35 | CA | 16 | 26 |
| Octal | 114 | 150 | 170 | 45 | 15 | 0 | 65 | 312 | 26 | 46 |
| Binary | 1001100 | 1101000 | 1111000 | 100101 | 1101 | 0 | 110101 | 11001010 | 10110 | 100110 |
Color Harmonies of #4C6878
Complementary color
Monochromatic Colors of #4C6878
Black with #4C6878
Text Example
Text Example
White with #4C6878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6878; }
p { color: rgb(76,104,120); }
H1.HeaderClassName
{
color: #4C6878;
}
.AnyTagClassName
{
color: #4C6878;
}
</style>
background-color css
<style>
a { background-color: #4C6878; }
a { background-color: rgb(76,104,120); }
div.DivClassName
{
background-color: #4C6878;
}
.BgClassName
{
background-color: #4C6878;
}
</style>
border-color css
<style>
span { border-color: #4C6878; }
span { border-color: rgb(76,104,120); }
td.TdClassName
{
border-color: #4C6878;
}
.TagClassName
{
border-color: #4C6878;
}
</style>