Shades of Bismark #4A737A
Tints of Bismark #4A737A
RGB
CMYK
RGB Variations
Color information
#4A737A (or 0x4A737A) is known color: Bismark. HEX triplet: 4A, 73 and 7A. RGB value is (74,115,122). Sum of RGB (Red+Green+Blue) = 74+115+122=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A737A is #B58C85. Grayscale: #676767. Windows color (decimal): -11897990 or 8024906. OLE color: 8024906.
HSL color Cylindrical-coordinate representation of color #4A737A: hue angle of 188.75º 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 #4A737A is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 115 | 122 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.52 |
| HSL | 188.75º | 0.24% | 0.38% | - |
| HSV(B) | 188.75º | 0.39% | 0.48% | - |
| XYZ | 12.47 | 15.12 | 20.67 | - |
| YUV | 103.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 115 | 122 | 0.39 | 0.06 | 0 | 0.52 | 188.75 | 0.24 | 0.38 |
| Hex | 4A | 73 | 7A | 27 | 6 | 0 | 34 | BD | 18 | 26 |
| Octal | 112 | 163 | 172 | 47 | 6 | 0 | 64 | 275 | 30 | 46 |
| Binary | 1001010 | 1110011 | 1111010 | 100111 | 110 | 0 | 110100 | 10111101 | 11000 | 100110 |
Color Harmonies of #4A737A
Complementary color
Monochromatic Colors of #4A737A
Black with #4A737A
Text Example
Text Example
White with #4A737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A737A; }
p { color: rgb(74,115,122); }
H1.HeaderClassName
{
color: #4A737A;
}
.AnyTagClassName
{
color: #4A737A;
}
</style>
background-color css
<style>
a { background-color: #4A737A; }
a { background-color: rgb(74,115,122); }
div.DivClassName
{
background-color: #4A737A;
}
.BgClassName
{
background-color: #4A737A;
}
</style>
border-color css
<style>
span { border-color: #4A737A; }
span { border-color: rgb(74,115,122); }
td.TdClassName
{
border-color: #4A737A;
}
.TagClassName
{
border-color: #4A737A;
}
</style>