Shades of Bismark #4C677A
Tints of Bismark #4C677A
RGB
CMYK
RGB Variations
Color information
#4C677A (or 0x4C677A) is known color: Bismark. HEX triplet: 4C, 67 and 7A. RGB value is (76,103,122). Sum of RGB (Red+Green+Blue) = 76+103+122=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C677A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C677A is #B39885. Grayscale: #606060. Windows color (decimal): -11769990 or 8021836. OLE color: 8021836.
HSL color Cylindrical-coordinate representation of color #4C677A: hue angle of 204.78º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C677A is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 103 | 122 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.52 |
| HSL | 204.78º | 0.23% | 0.39% | - |
| HSV(B) | 204.78º | 0.38% | 0.48% | - |
| XYZ | 11.34 | 12.64 | 20.25 | - |
| YUV | 97.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 103 | 122 | 0.38 | 0.16 | 0 | 0.52 | 204.78 | 0.23 | 0.39 |
| Hex | 4C | 67 | 7A | 26 | 10 | 0 | 34 | CD | 17 | 27 |
| Octal | 114 | 147 | 172 | 46 | 20 | 0 | 64 | 315 | 27 | 47 |
| Binary | 1001100 | 1100111 | 1111010 | 100110 | 10000 | 0 | 110100 | 11001101 | 10111 | 100111 |
Color Harmonies of #4C677A
Complementary color
Monochromatic Colors of #4C677A
Black with #4C677A
Text Example
Text Example
White with #4C677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C677A; }
p { color: rgb(76,103,122); }
H1.HeaderClassName
{
color: #4C677A;
}
.AnyTagClassName
{
color: #4C677A;
}
</style>
background-color css
<style>
a { background-color: #4C677A; }
a { background-color: rgb(76,103,122); }
div.DivClassName
{
background-color: #4C677A;
}
.BgClassName
{
background-color: #4C677A;
}
</style>
border-color css
<style>
span { border-color: #4C677A; }
span { border-color: rgb(76,103,122); }
td.TdClassName
{
border-color: #4C677A;
}
.TagClassName
{
border-color: #4C677A;
}
</style>