Shades of Bismark #4C737C
Tints of Bismark #4C737C
RGB
CMYK
RGB Variations
Color information
#4C737C (or 0x4C737C) is known color: Bismark. HEX triplet: 4C, 73 and 7C. RGB value is (76,115,124). Sum of RGB (Red+Green+Blue) = 76+115+124=315 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.13% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C737C is #B38C83. Grayscale: #686868. Windows color (decimal): -11766916 or 8155980. OLE color: 8155980.
HSL color Cylindrical-coordinate representation of color #4C737C: hue angle of 191.25º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C737C is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 115 | 124 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.51 |
| HSL | 191.25º | 0.24% | 0.39% | - |
| HSV(B) | 191.25º | 0.39% | 0.49% | - |
| XYZ | 12.75 | 15.25 | 21.34 | - |
| YUV | 104.37 | 139.08 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 124 | 0.39 | 0.07 | 0 | 0.51 | 191.25 | 0.24 | 0.39 |
| Hex | 4C | 73 | 7C | 27 | 7 | 0 | 33 | BF | 18 | 27 |
| Octal | 114 | 163 | 174 | 47 | 7 | 0 | 63 | 277 | 30 | 47 |
| Binary | 1001100 | 1110011 | 1111100 | 100111 | 111 | 0 | 110011 | 10111111 | 11000 | 100111 |
Color Harmonies of #4C737C
Complementary color
Monochromatic Colors of #4C737C
Black with #4C737C
Text Example
Text Example
White with #4C737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C737C; }
p { color: rgb(76,115,124); }
H1.HeaderClassName
{
color: #4C737C;
}
.AnyTagClassName
{
color: #4C737C;
}
</style>
background-color css
<style>
a { background-color: #4C737C; }
a { background-color: rgb(76,115,124); }
div.DivClassName
{
background-color: #4C737C;
}
.BgClassName
{
background-color: #4C737C;
}
</style>
border-color css
<style>
span { border-color: #4C737C; }
span { border-color: rgb(76,115,124); }
td.TdClassName
{
border-color: #4C737C;
}
.TagClassName
{
border-color: #4C737C;
}
</style>