Shades of Bismark #4A6E78
Tints of Bismark #4A6E78
RGB
CMYK
RGB Variations
Color information
#4A6E78 (or 0x4A6E78) is known color: Bismark. HEX triplet: 4A, 6E and 78. RGB value is (74,110,120). Sum of RGB (Red+Green+Blue) = 74+110+120=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A6E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6E78 is #B59187. Grayscale: #646464. Windows color (decimal): -11899272 or 7892554. OLE color: 7892554.
HSL color Cylindrical-coordinate representation of color #4A6E78: hue angle of 193.04º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A6E78 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 110 | 120 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.53 |
| HSL | 193.04º | 0.24% | 0.38% | - |
| HSV(B) | 193.04º | 0.38% | 0.47% | - |
| XYZ | 11.79 | 13.96 | 19.84 | - |
| YUV | 100.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 110 | 120 | 0.38 | 0.08 | 0 | 0.53 | 193.04 | 0.24 | 0.38 |
| Hex | 4A | 6E | 78 | 26 | 8 | 0 | 35 | C1 | 18 | 26 |
| Octal | 112 | 156 | 170 | 46 | 10 | 0 | 65 | 301 | 30 | 46 |
| Binary | 1001010 | 1101110 | 1111000 | 100110 | 1000 | 0 | 110101 | 11000001 | 11000 | 100110 |
Color Harmonies of #4A6E78
Complementary color
Monochromatic Colors of #4A6E78
Black with #4A6E78
Text Example
Text Example
White with #4A6E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6E78; }
p { color: rgb(74,110,120); }
H1.HeaderClassName
{
color: #4A6E78;
}
.AnyTagClassName
{
color: #4A6E78;
}
</style>
background-color css
<style>
a { background-color: #4A6E78; }
a { background-color: rgb(74,110,120); }
div.DivClassName
{
background-color: #4A6E78;
}
.BgClassName
{
background-color: #4A6E78;
}
</style>
border-color css
<style>
span { border-color: #4A6E78; }
span { border-color: rgb(74,110,120); }
td.TdClassName
{
border-color: #4A6E78;
}
.TagClassName
{
border-color: #4A6E78;
}
</style>