Shades of Bismark #4A6975
Tints of Bismark #4A6975
RGB
CMYK
RGB Variations
Color information
#4A6975 (or 0x4A6975) is known color: Bismark. HEX triplet: 4A, 69 and 75. RGB value is (74,105,117). Sum of RGB (Red+Green+Blue) = 74+105+117=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A6975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6975 is #B5968A. Grayscale: #616161. Windows color (decimal): -11900555 or 7694666. OLE color: 7694666.
HSL color Cylindrical-coordinate representation of color #4A6975: hue angle of 196.74º 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 #4A6975 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 105 | 117 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.54 |
| HSL | 196.74º | 0.23% | 0.37% | - |
| HSV(B) | 196.74º | 0.37% | 0.46% | - |
| XYZ | 11.09 | 12.84 | 18.72 | - |
| YUV | 97.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 117 | 0.37 | 0.10 | 0 | 0.54 | 196.74 | 0.23 | 0.37 |
| Hex | 4A | 69 | 75 | 25 | A | 0 | 36 | C5 | 17 | 25 |
| Octal | 112 | 151 | 165 | 45 | 12 | 0 | 66 | 305 | 27 | 45 |
| Binary | 1001010 | 1101001 | 1110101 | 100101 | 1010 | 0 | 110110 | 11000101 | 10111 | 100101 |
Color Harmonies of #4A6975
Complementary color
Monochromatic Colors of #4A6975
Black with #4A6975
Text Example
Text Example
White with #4A6975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6975; }
p { color: rgb(74,105,117); }
H1.HeaderClassName
{
color: #4A6975;
}
.AnyTagClassName
{
color: #4A6975;
}
</style>
background-color css
<style>
a { background-color: #4A6975; }
a { background-color: rgb(74,105,117); }
div.DivClassName
{
background-color: #4A6975;
}
.BgClassName
{
background-color: #4A6975;
}
</style>
border-color css
<style>
span { border-color: #4A6975; }
span { border-color: rgb(74,105,117); }
td.TdClassName
{
border-color: #4A6975;
}
.TagClassName
{
border-color: #4A6975;
}
</style>