Shades of Bismark #496F77
Tints of Bismark #496F77
RGB
CMYK
RGB Variations
Color information
#496F77 (or 0x496F77) is known color: Bismark. HEX triplet: 49, 6F and 77. RGB value is (73,111,119). Sum of RGB (Red+Green+Blue) = 73+111+119=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 119 - color contains mainly: blue. Hex color #496F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F77 is #B69088. Grayscale: #646464. Windows color (decimal): -11964553 or 7827273. OLE color: 7827273.
HSL color Cylindrical-coordinate representation of color #496F77: hue angle of 190.43º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #496F77 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 111 | 119 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.53 |
| HSL | 190.43º | 0.24% | 0.38% | - |
| HSV(B) | 190.43º | 0.39% | 0.47% | - |
| XYZ | 11.76 | 14.12 | 19.56 | - |
| YUV | 100.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 111 | 119 | 0.39 | 0.07 | 0 | 0.53 | 190.43 | 0.24 | 0.38 |
| Hex | 49 | 6F | 77 | 27 | 7 | 0 | 35 | BE | 18 | 26 |
| Octal | 111 | 157 | 167 | 47 | 7 | 0 | 65 | 276 | 30 | 46 |
| Binary | 1001001 | 1101111 | 1110111 | 100111 | 111 | 0 | 110101 | 10111110 | 11000 | 100110 |
Color Harmonies of #496F77
Complementary color
Monochromatic Colors of #496F77
Black with #496F77
Text Example
Text Example
White with #496F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496F77; }
p { color: rgb(73,111,119); }
H1.HeaderClassName
{
color: #496F77;
}
.AnyTagClassName
{
color: #496F77;
}
</style>
background-color css
<style>
a { background-color: #496F77; }
a { background-color: rgb(73,111,119); }
div.DivClassName
{
background-color: #496F77;
}
.BgClassName
{
background-color: #496F77;
}
</style>
border-color css
<style>
span { border-color: #496F77; }
span { border-color: rgb(73,111,119); }
td.TdClassName
{
border-color: #496F77;
}
.TagClassName
{
border-color: #496F77;
}
</style>