Shades of Bismark #4A6876
Tints of Bismark #4A6876
RGB
CMYK
RGB Variations
Color information
#4A6876 (or 0x4A6876) is known color: Bismark. HEX triplet: 4A, 68 and 76. RGB value is (74,104,118). Sum of RGB (Red+Green+Blue) = 74+104+118=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #4A6876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6876 is #B59789. Grayscale: #606060. Windows color (decimal): -11900810 or 7759946. OLE color: 7759946.
HSL color Cylindrical-coordinate representation of color #4A6876: hue angle of 199.09º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A6876 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 104 | 118 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.54 |
| HSL | 199.09º | 0.23% | 0.38% | - |
| HSV(B) | 199.09º | 0.37% | 0.46% | - |
| XYZ | 11.04 | 12.66 | 19 | - |
| YUV | 96.63 | 140.06 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 104 | 118 | 0.37 | 0.12 | 0 | 0.54 | 199.09 | 0.23 | 0.38 |
| Hex | 4A | 68 | 76 | 25 | C | 0 | 36 | C7 | 17 | 26 |
| Octal | 112 | 150 | 166 | 45 | 14 | 0 | 66 | 307 | 27 | 46 |
| Binary | 1001010 | 1101000 | 1110110 | 100101 | 1100 | 0 | 110110 | 11000111 | 10111 | 100110 |
Color Harmonies of #4A6876
Complementary color
Monochromatic Colors of #4A6876
Black with #4A6876
Text Example
Text Example
White with #4A6876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6876; }
p { color: rgb(74,104,118); }
H1.HeaderClassName
{
color: #4A6876;
}
.AnyTagClassName
{
color: #4A6876;
}
</style>
background-color css
<style>
a { background-color: #4A6876; }
a { background-color: rgb(74,104,118); }
div.DivClassName
{
background-color: #4A6876;
}
.BgClassName
{
background-color: #4A6876;
}
</style>
border-color css
<style>
span { border-color: #4A6876; }
span { border-color: rgb(74,104,118); }
td.TdClassName
{
border-color: #4A6876;
}
.TagClassName
{
border-color: #4A6876;
}
</style>