Shades of Bismark #4A6875
Tints of Bismark #4A6875
RGB
CMYK
RGB Variations
Color information
#4A6875 (or 0x4A6875) is known color: Bismark. HEX triplet: 4A, 68 and 75. RGB value is (74,104,117). Sum of RGB (Red+Green+Blue) = 74+104+117=295 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25.08% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A6875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6875 is #B5978A. Grayscale: #606060. Windows color (decimal): -11900811 or 7694410. OLE color: 7694410.
HSL color Cylindrical-coordinate representation of color #4A6875: hue angle of 198.14º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A6875 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 104 | 117 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.54 |
| HSL | 198.14º | 0.23% | 0.37% | - |
| HSV(B) | 198.14º | 0.37% | 0.46% | - |
| XYZ | 10.99 | 12.64 | 18.69 | - |
| YUV | 96.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 104 | 117 | 0.37 | 0.11 | 0 | 0.54 | 198.14 | 0.23 | 0.37 |
| Hex | 4A | 68 | 75 | 25 | B | 0 | 36 | C6 | 17 | 25 |
| Octal | 112 | 150 | 165 | 45 | 13 | 0 | 66 | 306 | 27 | 45 |
| Binary | 1001010 | 1101000 | 1110101 | 100101 | 1011 | 0 | 110110 | 11000110 | 10111 | 100101 |
Color Harmonies of #4A6875
Complementary color
Monochromatic Colors of #4A6875
Black with #4A6875
Text Example
Text Example
White with #4A6875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6875; }
p { color: rgb(74,104,117); }
H1.HeaderClassName
{
color: #4A6875;
}
.AnyTagClassName
{
color: #4A6875;
}
</style>
background-color css
<style>
a { background-color: #4A6875; }
a { background-color: rgb(74,104,117); }
div.DivClassName
{
background-color: #4A6875;
}
.BgClassName
{
background-color: #4A6875;
}
</style>
border-color css
<style>
span { border-color: #4A6875; }
span { border-color: rgb(74,104,117); }
td.TdClassName
{
border-color: #4A6875;
}
.TagClassName
{
border-color: #4A6875;
}
</style>