Shades of Bismark #4A6F76
Tints of Bismark #4A6F76
RGB
CMYK
RGB Variations
Color information
#4A6F76 (or 0x4A6F76) is known color: Bismark. HEX triplet: 4A, 6F and 76. RGB value is (74,111,118). Sum of RGB (Red+Green+Blue) = 74+111+118=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 118 - color contains mainly: blue. Hex color #4A6F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6F76 is #B59089. Grayscale: #646464. Windows color (decimal): -11899018 or 7761738. OLE color: 7761738.
HSL color Cylindrical-coordinate representation of color #4A6F76: hue angle of 189.55º 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 #4A6F76 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 111 | 118 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.54 |
| HSL | 189.55º | 0.23% | 0.38% | - |
| HSV(B) | 189.55º | 0.37% | 0.46% | - |
| XYZ | 11.78 | 14.13 | 19.25 | - |
| YUV | 100.74 | 137.74 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 111 | 118 | 0.37 | 0.06 | 0 | 0.54 | 189.55 | 0.23 | 0.38 |
| Hex | 4A | 6F | 76 | 25 | 6 | 0 | 36 | BE | 17 | 26 |
| Octal | 112 | 157 | 166 | 45 | 6 | 0 | 66 | 276 | 27 | 46 |
| Binary | 1001010 | 1101111 | 1110110 | 100101 | 110 | 0 | 110110 | 10111110 | 10111 | 100110 |
Color Harmonies of #4A6F76
Complementary color
Monochromatic Colors of #4A6F76
Black with #4A6F76
Text Example
Text Example
White with #4A6F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6F76; }
p { color: rgb(74,111,118); }
H1.HeaderClassName
{
color: #4A6F76;
}
.AnyTagClassName
{
color: #4A6F76;
}
</style>
background-color css
<style>
a { background-color: #4A6F76; }
a { background-color: rgb(74,111,118); }
div.DivClassName
{
background-color: #4A6F76;
}
.BgClassName
{
background-color: #4A6F76;
}
</style>
border-color css
<style>
span { border-color: #4A6F76; }
span { border-color: rgb(74,111,118); }
td.TdClassName
{
border-color: #4A6F76;
}
.TagClassName
{
border-color: #4A6F76;
}
</style>