Shades of Bismark #4A6874
Tints of Bismark #4A6874
RGB
CMYK
RGB Variations
Color information
#4A6874 (or 0x4A6874) is known color: Bismark. HEX triplet: 4A, 68 and 74. RGB value is (74,104,116). Sum of RGB (Red+Green+Blue) = 74+104+116=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 116 - color contains mainly: blue. Hex color #4A6874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6874 is #B5978B. Grayscale: #606060. Windows color (decimal): -11900812 or 7628874. OLE color: 7628874.
HSL color Cylindrical-coordinate representation of color #4A6874: hue angle of 197.14º 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 #4A6874 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 104 | 116 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.55 |
| HSL | 197.14º | 0.22% | 0.37% | - |
| HSV(B) | 197.14º | 0.36% | 0.45% | - |
| XYZ | 10.93 | 12.62 | 18.38 | - |
| YUV | 96.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 104 | 116 | 0.36 | 0.10 | 0 | 0.55 | 197.14 | 0.22 | 0.37 |
| Hex | 4A | 68 | 74 | 24 | A | 0 | 37 | C5 | 16 | 25 |
| Octal | 112 | 150 | 164 | 44 | 12 | 0 | 67 | 305 | 26 | 45 |
| Binary | 1001010 | 1101000 | 1110100 | 100100 | 1010 | 0 | 110111 | 11000101 | 10110 | 100101 |
Color Harmonies of #4A6874
Complementary color
Monochromatic Colors of #4A6874
Black with #4A6874
Text Example
Text Example
White with #4A6874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6874; }
p { color: rgb(74,104,116); }
H1.HeaderClassName
{
color: #4A6874;
}
.AnyTagClassName
{
color: #4A6874;
}
</style>
background-color css
<style>
a { background-color: #4A6874; }
a { background-color: rgb(74,104,116); }
div.DivClassName
{
background-color: #4A6874;
}
.BgClassName
{
background-color: #4A6874;
}
</style>
border-color css
<style>
span { border-color: #4A6874; }
span { border-color: rgb(74,104,116); }
td.TdClassName
{
border-color: #4A6874;
}
.TagClassName
{
border-color: #4A6874;
}
</style>