Shades of Bismark #4C737A
Tints of Bismark #4C737A
RGB
CMYK
RGB Variations
Color information
#4C737A (or 0x4C737A) is known color: Bismark. HEX triplet: 4C, 73 and 7A. RGB value is (76,115,122). Sum of RGB (Red+Green+Blue) = 76+115+122=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C737A is #B38C85. Grayscale: #686868. Windows color (decimal): -11766918 or 8024908. OLE color: 8024908.
HSL color Cylindrical-coordinate representation of color #4C737A: hue angle of 189.13º 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 #4C737A is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 115 | 122 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.52 |
| HSL | 189.13º | 0.23% | 0.39% | - |
| HSV(B) | 189.13º | 0.38% | 0.48% | - |
| XYZ | 12.62 | 15.2 | 20.68 | - |
| YUV | 104.14 | 138.08 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 122 | 0.38 | 0.06 | 0 | 0.52 | 189.13 | 0.23 | 0.39 |
| Hex | 4C | 73 | 7A | 26 | 6 | 0 | 34 | BD | 17 | 27 |
| Octal | 114 | 163 | 172 | 46 | 6 | 0 | 64 | 275 | 27 | 47 |
| Binary | 1001100 | 1110011 | 1111010 | 100110 | 110 | 0 | 110100 | 10111101 | 10111 | 100111 |
Color Harmonies of #4C737A
Complementary color
Monochromatic Colors of #4C737A
Black with #4C737A
Text Example
Text Example
White with #4C737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C737A; }
p { color: rgb(76,115,122); }
H1.HeaderClassName
{
color: #4C737A;
}
.AnyTagClassName
{
color: #4C737A;
}
</style>
background-color css
<style>
a { background-color: #4C737A; }
a { background-color: rgb(76,115,122); }
div.DivClassName
{
background-color: #4C737A;
}
.BgClassName
{
background-color: #4C737A;
}
</style>
border-color css
<style>
span { border-color: #4C737A; }
span { border-color: rgb(76,115,122); }
td.TdClassName
{
border-color: #4C737A;
}
.TagClassName
{
border-color: #4C737A;
}
</style>