Shades of Bismark #4A687B
Tints of Bismark #4A687B
RGB
CMYK
RGB Variations
Color information
#4A687B (or 0x4A687B) is known color: Bismark. HEX triplet: 4A, 68 and 7B. RGB value is (74,104,123). Sum of RGB (Red+Green+Blue) = 74+104+123=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A687B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A687B is #B59784. Grayscale: #616161. Windows color (decimal): -11900805 or 8087626. OLE color: 8087626.
HSL color Cylindrical-coordinate representation of color #4A687B: hue angle of 203.27º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A687B is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 104 | 123 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.52 |
| HSL | 203.27º | 0.25% | 0.39% | - |
| HSV(B) | 203.27º | 0.4% | 0.48% | - |
| XYZ | 11.35 | 12.79 | 20.61 | - |
| YUV | 97.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 104 | 123 | 0.40 | 0.15 | 0 | 0.52 | 203.27 | 0.25 | 0.39 |
| Hex | 4A | 68 | 7B | 28 | F | 0 | 34 | CB | 19 | 27 |
| Octal | 112 | 150 | 173 | 50 | 17 | 0 | 64 | 313 | 31 | 47 |
| Binary | 1001010 | 1101000 | 1111011 | 101000 | 1111 | 0 | 110100 | 11001011 | 11001 | 100111 |
Color Harmonies of #4A687B
Complementary color
Monochromatic Colors of #4A687B
Black with #4A687B
Text Example
Text Example
White with #4A687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A687B; }
p { color: rgb(74,104,123); }
H1.HeaderClassName
{
color: #4A687B;
}
.AnyTagClassName
{
color: #4A687B;
}
</style>
background-color css
<style>
a { background-color: #4A687B; }
a { background-color: rgb(74,104,123); }
div.DivClassName
{
background-color: #4A687B;
}
.BgClassName
{
background-color: #4A687B;
}
</style>
border-color css
<style>
span { border-color: #4A687B; }
span { border-color: rgb(74,104,123); }
td.TdClassName
{
border-color: #4A687B;
}
.TagClassName
{
border-color: #4A687B;
}
</style>