Shades of Bismark #4A6973
Tints of Bismark #4A6973
RGB
CMYK
RGB Variations
Color information
#4A6973 (or 0x4A6973) is known color: Bismark. HEX triplet: 4A, 69 and 73. RGB value is (74,105,115). Sum of RGB (Red+Green+Blue) = 74+105+115=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A6973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6973 is #B5968C. Grayscale: #606060. Windows color (decimal): -11900557 or 7563594. OLE color: 7563594.
HSL color Cylindrical-coordinate representation of color #4A6973: hue angle of 194.63º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A6973 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 105 | 115 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.55 |
| HSL | 194.63º | 0.22% | 0.37% | - |
| HSV(B) | 194.63º | 0.36% | 0.45% | - |
| XYZ | 10.97 | 12.8 | 18.11 | - |
| YUV | 96.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 115 | 0.36 | 0.09 | 0 | 0.55 | 194.63 | 0.22 | 0.37 |
| Hex | 4A | 69 | 73 | 24 | 9 | 0 | 37 | C3 | 16 | 25 |
| Octal | 112 | 151 | 163 | 44 | 11 | 0 | 67 | 303 | 26 | 45 |
| Binary | 1001010 | 1101001 | 1110011 | 100100 | 1001 | 0 | 110111 | 11000011 | 10110 | 100101 |
Color Harmonies of #4A6973
Complementary color
Monochromatic Colors of #4A6973
Black with #4A6973
Text Example
Text Example
White with #4A6973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6973; }
p { color: rgb(74,105,115); }
H1.HeaderClassName
{
color: #4A6973;
}
.AnyTagClassName
{
color: #4A6973;
}
</style>
background-color css
<style>
a { background-color: #4A6973; }
a { background-color: rgb(74,105,115); }
div.DivClassName
{
background-color: #4A6973;
}
.BgClassName
{
background-color: #4A6973;
}
</style>
border-color css
<style>
span { border-color: #4A6973; }
span { border-color: rgb(74,105,115); }
td.TdClassName
{
border-color: #4A6973;
}
.TagClassName
{
border-color: #4A6973;
}
</style>