Shades of Bismark #4A6F77
Tints of Bismark #4A6F77
RGB
CMYK
RGB Variations
Color information
#4A6F77 (or 0x4A6F77) is known color: Bismark. HEX triplet: 4A, 6F and 77. RGB value is (74,111,119). Sum of RGB (Red+Green+Blue) = 74+111+119=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A6F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6F77 is #B59088. Grayscale: #646464. Windows color (decimal): -11899017 or 7827274. OLE color: 7827274.
HSL color Cylindrical-coordinate representation of color #4A6F77: hue angle of 190.67º degrees, saturation: 0.23, 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 #4A6F77 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 111 | 119 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.53 |
| HSL | 190.67º | 0.23% | 0.38% | - |
| HSV(B) | 190.67º | 0.38% | 0.47% | - |
| XYZ | 11.84 | 14.16 | 19.56 | - |
| YUV | 100.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 111 | 119 | 0.38 | 0.07 | 0 | 0.53 | 190.67 | 0.23 | 0.38 |
| Hex | 4A | 6F | 77 | 26 | 7 | 0 | 35 | BF | 17 | 26 |
| Octal | 112 | 157 | 167 | 46 | 7 | 0 | 65 | 277 | 27 | 46 |
| Binary | 1001010 | 1101111 | 1110111 | 100110 | 111 | 0 | 110101 | 10111111 | 10111 | 100110 |
Color Harmonies of #4A6F77
Complementary color
Monochromatic Colors of #4A6F77
Black with #4A6F77
Text Example
Text Example
White with #4A6F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6F77; }
p { color: rgb(74,111,119); }
H1.HeaderClassName
{
color: #4A6F77;
}
.AnyTagClassName
{
color: #4A6F77;
}
</style>
background-color css
<style>
a { background-color: #4A6F77; }
a { background-color: rgb(74,111,119); }
div.DivClassName
{
background-color: #4A6F77;
}
.BgClassName
{
background-color: #4A6F77;
}
</style>
border-color css
<style>
span { border-color: #4A6F77; }
span { border-color: rgb(74,111,119); }
td.TdClassName
{
border-color: #4A6F77;
}
.TagClassName
{
border-color: #4A6F77;
}
</style>