Shades of Bismark #4C6D7F
Tints of Bismark #4C6D7F
RGB
CMYK
RGB Variations
Color information
#4C6D7F (or 0x4C6D7F) is known color: Bismark. HEX triplet: 4C, 6D and 7F. RGB value is (76,109,127). Sum of RGB (Red+Green+Blue) = 76+109+127=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C6D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6D7F is #B39280. Grayscale: #656565. Windows color (decimal): -11768449 or 8351052. OLE color: 8351052.
HSL color Cylindrical-coordinate representation of color #4C6D7F: hue angle of 201.18º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C6D7F is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 109 | 127 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.50 |
| HSL | 201.18º | 0.25% | 0.4% | - |
| HSV(B) | 201.18º | 0.4% | 0.5% | - |
| XYZ | 12.28 | 14.01 | 22.13 | - |
| YUV | 101.19 | 142.57 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 109 | 127 | 0.40 | 0.14 | 0 | 0.50 | 201.18 | 0.25 | 0.4 |
| Hex | 4C | 6D | 7F | 28 | E | 0 | 32 | C9 | 19 | 28 |
| Octal | 114 | 155 | 177 | 50 | 16 | 0 | 62 | 311 | 31 | 50 |
| Binary | 1001100 | 1101101 | 1111111 | 101000 | 1110 | 0 | 110010 | 11001001 | 11001 | 101000 |
Color Harmonies of #4C6D7F
Complementary color
Monochromatic Colors of #4C6D7F
Black with #4C6D7F
Text Example
Text Example
White with #4C6D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6D7F; }
p { color: rgb(76,109,127); }
H1.HeaderClassName
{
color: #4C6D7F;
}
.AnyTagClassName
{
color: #4C6D7F;
}
</style>
background-color css
<style>
a { background-color: #4C6D7F; }
a { background-color: rgb(76,109,127); }
div.DivClassName
{
background-color: #4C6D7F;
}
.BgClassName
{
background-color: #4C6D7F;
}
</style>
border-color css
<style>
span { border-color: #4C6D7F; }
span { border-color: rgb(76,109,127); }
td.TdClassName
{
border-color: #4C6D7F;
}
.TagClassName
{
border-color: #4C6D7F;
}
</style>