Shades of Bismark #4E7582
Tints of Bismark #4E7582
RGB
CMYK
RGB Variations
Color information
#4E7582 (or 0x4E7582) is known color: Bismark. HEX triplet: 4E, 75 and 82. RGB value is (78,117,130). Sum of RGB (Red+Green+Blue) = 78+117+130=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E7582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7582 is #B18A7D. Grayscale: #6A6A6A. Windows color (decimal): -11635326 or 8549710. OLE color: 8549710.
HSL color Cylindrical-coordinate representation of color #4E7582: hue angle of 195º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E7582 is Cyan = 0.40, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 117 | 130 | - |
| CMYK | 0.40 | 0.1 | 0 | 0.49 |
| HSL | 195º | 0.25% | 0.41% | - |
| HSV(B) | 195º | 0.4% | 0.51% | - |
| XYZ | 13.53 | 15.95 | 23.49 | - |
| YUV | 106.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 117 | 130 | 0.40 | 0.1 | 0 | 0.49 | 195 | 0.25 | 0.41 |
| Hex | 4E | 75 | 82 | 28 | A | 0 | 31 | C3 | 19 | 29 |
| Octal | 116 | 165 | 202 | 50 | 12 | 0 | 61 | 303 | 31 | 51 |
| Binary | 1001110 | 1110101 | 10000010 | 101000 | 1010 | 0 | 110001 | 11000011 | 11001 | 101001 |
Color Harmonies of #4E7582
Complementary color
Monochromatic Colors of #4E7582
Black with #4E7582
Text Example
Text Example
White with #4E7582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7582; }
p { color: rgb(78,117,130); }
H1.HeaderClassName
{
color: #4E7582;
}
.AnyTagClassName
{
color: #4E7582;
}
</style>
background-color css
<style>
a { background-color: #4E7582; }
a { background-color: rgb(78,117,130); }
div.DivClassName
{
background-color: #4E7582;
}
.BgClassName
{
background-color: #4E7582;
}
</style>
border-color css
<style>
span { border-color: #4E7582; }
span { border-color: rgb(78,117,130); }
td.TdClassName
{
border-color: #4E7582;
}
.TagClassName
{
border-color: #4E7582;
}
</style>