Shades of Bismark #416D77
Tints of Bismark #416D77
RGB
CMYK
RGB Variations
Color information
#416D77 (or 0x416D77) is known color: Bismark. HEX triplet: 41, 6D and 77. RGB value is (65,109,119). Sum of RGB (Red+Green+Blue) = 65+109+119=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 119 - color contains mainly: blue. Hex color #416D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416D77 is #BE9288. Grayscale: #606060. Windows color (decimal): -12489353 or 7826753. OLE color: 7826753.
HSL color Cylindrical-coordinate representation of color #416D77: hue angle of 191.11º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #416D77 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 109 | 119 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.53 |
| HSL | 191.11º | 0.29% | 0.36% | - |
| HSV(B) | 191.11º | 0.45% | 0.47% | - |
| XYZ | 10.98 | 13.39 | 19.46 | - |
| YUV | 96.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 109 | 119 | 0.45 | 0.08 | 0 | 0.53 | 191.11 | 0.29 | 0.36 |
| Hex | 41 | 6D | 77 | 2D | 8 | 0 | 35 | BF | 1D | 24 |
| Octal | 101 | 155 | 167 | 55 | 10 | 0 | 65 | 277 | 35 | 44 |
| Binary | 1000001 | 1101101 | 1110111 | 101101 | 1000 | 0 | 110101 | 10111111 | 11101 | 100100 |
Color Harmonies of #416D77
Complementary color
Monochromatic Colors of #416D77
Black with #416D77
Text Example
Text Example
White with #416D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416D77; }
p { color: rgb(65,109,119); }
H1.HeaderClassName
{
color: #416D77;
}
.AnyTagClassName
{
color: #416D77;
}
</style>
background-color css
<style>
a { background-color: #416D77; }
a { background-color: rgb(65,109,119); }
div.DivClassName
{
background-color: #416D77;
}
.BgClassName
{
background-color: #416D77;
}
</style>
border-color css
<style>
span { border-color: #416D77; }
span { border-color: rgb(65,109,119); }
td.TdClassName
{
border-color: #416D77;
}
.TagClassName
{
border-color: #416D77;
}
</style>