Shades of Bismark #416B77
Tints of Bismark #416B77
RGB
CMYK
RGB Variations
Color information
#416B77 (or 0x416B77) is known color: Bismark. HEX triplet: 41, 6B and 77. RGB value is (65,107,119). Sum of RGB (Red+Green+Blue) = 65+107+119=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 119 - color contains mainly: blue. Hex color #416B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416B77 is #BE9488. Grayscale: #5F5F5F. Windows color (decimal): -12489865 or 7826241. OLE color: 7826241.
HSL color Cylindrical-coordinate representation of color #416B77: hue angle of 193.33º 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 #416B77 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 107 | 119 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.53 |
| HSL | 193.33º | 0.29% | 0.36% | - |
| HSV(B) | 193.33º | 0.45% | 0.47% | - |
| XYZ | 10.77 | 12.97 | 19.39 | - |
| YUV | 95.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 119 | 0.45 | 0.10 | 0 | 0.53 | 193.33 | 0.29 | 0.36 |
| Hex | 41 | 6B | 77 | 2D | A | 0 | 35 | C1 | 1D | 24 |
| Octal | 101 | 153 | 167 | 55 | 12 | 0 | 65 | 301 | 35 | 44 |
| Binary | 1000001 | 1101011 | 1110111 | 101101 | 1010 | 0 | 110101 | 11000001 | 11101 | 100100 |
Color Harmonies of #416B77
Complementary color
Monochromatic Colors of #416B77
Black with #416B77
Text Example
Text Example
White with #416B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416B77; }
p { color: rgb(65,107,119); }
H1.HeaderClassName
{
color: #416B77;
}
.AnyTagClassName
{
color: #416B77;
}
</style>
background-color css
<style>
a { background-color: #416B77; }
a { background-color: rgb(65,107,119); }
div.DivClassName
{
background-color: #416B77;
}
.BgClassName
{
background-color: #416B77;
}
</style>
border-color css
<style>
span { border-color: #416B77; }
span { border-color: rgb(65,107,119); }
td.TdClassName
{
border-color: #416B77;
}
.TagClassName
{
border-color: #416B77;
}
</style>