Shades of Bismark #4A717A
Tints of Bismark #4A717A
RGB
CMYK
RGB Variations
Color information
#4A717A (or 0x4A717A) is known color: Bismark. HEX triplet: 4A, 71 and 7A. RGB value is (74,113,122). Sum of RGB (Red+Green+Blue) = 74+113+122=309 (40% of max value = 765). Red value is 74 (29.30% from 255 or 23.95% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A717A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A717A is #B58E85. Grayscale: #666666. Windows color (decimal): -11898502 or 8024394. OLE color: 8024394.
HSL color Cylindrical-coordinate representation of color #4A717A: hue angle of 191.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 #4A717A is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 113 | 122 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.52 |
| HSL | 191.25º | 0.24% | 0.38% | - |
| HSV(B) | 191.25º | 0.39% | 0.48% | - |
| XYZ | 12.24 | 14.67 | 20.6 | - |
| YUV | 102.37 | 139.08 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 113 | 122 | 0.39 | 0.07 | 0 | 0.52 | 191.25 | 0.24 | 0.38 |
| Hex | 4A | 71 | 7A | 27 | 7 | 0 | 34 | BF | 18 | 26 |
| Octal | 112 | 161 | 172 | 47 | 7 | 0 | 64 | 277 | 30 | 46 |
| Binary | 1001010 | 1110001 | 1111010 | 100111 | 111 | 0 | 110100 | 10111111 | 11000 | 100110 |
Color Harmonies of #4A717A
Complementary color
Monochromatic Colors of #4A717A
Black with #4A717A
Text Example
Text Example
White with #4A717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A717A; }
p { color: rgb(74,113,122); }
H1.HeaderClassName
{
color: #4A717A;
}
.AnyTagClassName
{
color: #4A717A;
}
</style>
background-color css
<style>
a { background-color: #4A717A; }
a { background-color: rgb(74,113,122); }
div.DivClassName
{
background-color: #4A717A;
}
.BgClassName
{
background-color: #4A717A;
}
</style>
border-color css
<style>
span { border-color: #4A717A; }
span { border-color: rgb(74,113,122); }
td.TdClassName
{
border-color: #4A717A;
}
.TagClassName
{
border-color: #4A717A;
}
</style>