Shades of Bismark #4A697A
Tints of Bismark #4A697A
RGB
CMYK
RGB Variations
Color information
#4A697A (or 0x4A697A) is known color: Bismark. HEX triplet: 4A, 69 and 7A. RGB value is (74,105,122). Sum of RGB (Red+Green+Blue) = 74+105+122=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A697A is #B59685. Grayscale: #616161. Windows color (decimal): -11900550 or 8022346. OLE color: 8022346.
HSL color Cylindrical-coordinate representation of color #4A697A: hue angle of 201.25º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A697A is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 105 | 122 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.52 |
| HSL | 201.25º | 0.24% | 0.38% | - |
| HSV(B) | 201.25º | 0.39% | 0.48% | - |
| XYZ | 11.39 | 12.96 | 20.31 | - |
| YUV | 97.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 122 | 0.39 | 0.14 | 0 | 0.52 | 201.25 | 0.24 | 0.38 |
| Hex | 4A | 69 | 7A | 27 | E | 0 | 34 | C9 | 18 | 26 |
| Octal | 112 | 151 | 172 | 47 | 16 | 0 | 64 | 311 | 30 | 46 |
| Binary | 1001010 | 1101001 | 1111010 | 100111 | 1110 | 0 | 110100 | 11001001 | 11000 | 100110 |
Color Harmonies of #4A697A
Complementary color
Monochromatic Colors of #4A697A
Black with #4A697A
Text Example
Text Example
White with #4A697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A697A; }
p { color: rgb(74,105,122); }
H1.HeaderClassName
{
color: #4A697A;
}
.AnyTagClassName
{
color: #4A697A;
}
</style>
background-color css
<style>
a { background-color: #4A697A; }
a { background-color: rgb(74,105,122); }
div.DivClassName
{
background-color: #4A697A;
}
.BgClassName
{
background-color: #4A697A;
}
</style>
border-color css
<style>
span { border-color: #4A697A; }
span { border-color: rgb(74,105,122); }
td.TdClassName
{
border-color: #4A697A;
}
.TagClassName
{
border-color: #4A697A;
}
</style>