Shades of Bismark #4C727A
Tints of Bismark #4C727A
RGB
CMYK
RGB Variations
Color information
#4C727A (or 0x4C727A) is known color: Bismark. HEX triplet: 4C, 72 and 7A. RGB value is (76,114,122). Sum of RGB (Red+Green+Blue) = 76+114+122=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C727A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C727A is #B38D85. Grayscale: #676767. Windows color (decimal): -11767174 or 8024652. OLE color: 8024652.
HSL color Cylindrical-coordinate representation of color #4C727A: hue angle of 190.43º 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 #4C727A is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 114 | 122 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.52 |
| HSL | 190.43º | 0.23% | 0.39% | - |
| HSV(B) | 190.43º | 0.38% | 0.48% | - |
| XYZ | 12.51 | 14.98 | 20.64 | - |
| YUV | 103.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 114 | 122 | 0.38 | 0.07 | 0 | 0.52 | 190.43 | 0.23 | 0.39 |
| Hex | 4C | 72 | 7A | 26 | 7 | 0 | 34 | BE | 17 | 27 |
| Octal | 114 | 162 | 172 | 46 | 7 | 0 | 64 | 276 | 27 | 47 |
| Binary | 1001100 | 1110010 | 1111010 | 100110 | 111 | 0 | 110100 | 10111110 | 10111 | 100111 |
Color Harmonies of #4C727A
Complementary color
Monochromatic Colors of #4C727A
Black with #4C727A
Text Example
Text Example
White with #4C727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C727A; }
p { color: rgb(76,114,122); }
H1.HeaderClassName
{
color: #4C727A;
}
.AnyTagClassName
{
color: #4C727A;
}
</style>
background-color css
<style>
a { background-color: #4C727A; }
a { background-color: rgb(76,114,122); }
div.DivClassName
{
background-color: #4C727A;
}
.BgClassName
{
background-color: #4C727A;
}
</style>
border-color css
<style>
span { border-color: #4C727A; }
span { border-color: rgb(76,114,122); }
td.TdClassName
{
border-color: #4C727A;
}
.TagClassName
{
border-color: #4C727A;
}
</style>