Shades of Bismark #4E6C7C
Tints of Bismark #4E6C7C
RGB
CMYK
RGB Variations
Color information
#4E6C7C (or 0x4E6C7C) is known color: Bismark. HEX triplet: 4E, 6C and 7C. RGB value is (78,108,124). Sum of RGB (Red+Green+Blue) = 78+108+124=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E6C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6C7C is #B19383. Grayscale: #646464. Windows color (decimal): -11637636 or 8154190. OLE color: 8154190.
HSL color Cylindrical-coordinate representation of color #4E6C7C: hue angle of 200.87º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E6C7C is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 108 | 124 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.51 |
| HSL | 200.87º | 0.23% | 0.4% | - |
| HSV(B) | 200.87º | 0.37% | 0.49% | - |
| XYZ | 12.14 | 13.8 | 21.09 | - |
| YUV | 100.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 108 | 124 | 0.37 | 0.13 | 0 | 0.51 | 200.87 | 0.23 | 0.4 |
| Hex | 4E | 6C | 7C | 25 | D | 0 | 33 | C9 | 17 | 28 |
| Octal | 116 | 154 | 174 | 45 | 15 | 0 | 63 | 311 | 27 | 50 |
| Binary | 1001110 | 1101100 | 1111100 | 100101 | 1101 | 0 | 110011 | 11001001 | 10111 | 101000 |
Color Harmonies of #4E6C7C
Complementary color
Monochromatic Colors of #4E6C7C
Black with #4E6C7C
Text Example
Text Example
White with #4E6C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6C7C; }
p { color: rgb(78,108,124); }
H1.HeaderClassName
{
color: #4E6C7C;
}
.AnyTagClassName
{
color: #4E6C7C;
}
</style>
background-color css
<style>
a { background-color: #4E6C7C; }
a { background-color: rgb(78,108,124); }
div.DivClassName
{
background-color: #4E6C7C;
}
.BgClassName
{
background-color: #4E6C7C;
}
</style>
border-color css
<style>
span { border-color: #4E6C7C; }
span { border-color: rgb(78,108,124); }
td.TdClassName
{
border-color: #4E6C7C;
}
.TagClassName
{
border-color: #4E6C7C;
}
</style>