Shades of Bismark #416C76
Tints of Bismark #416C76
RGB
CMYK
RGB Variations
Color information
#416C76 (or 0x416C76) is known color: Bismark. HEX triplet: 41, 6C and 76. RGB value is (65,108,118). Sum of RGB (Red+Green+Blue) = 65+108+118=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #416C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C76 is #BE9389. Grayscale: #606060. Windows color (decimal): -12489610 or 7760961. OLE color: 7760961.
HSL color Cylindrical-coordinate representation of color #416C76: hue angle of 191.32º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #416C76 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 108 | 118 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.54 |
| HSL | 191.32º | 0.29% | 0.36% | - |
| HSV(B) | 191.32º | 0.45% | 0.46% | - |
| XYZ | 10.81 | 13.16 | 19.11 | - |
| YUV | 96.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 118 | 0.45 | 0.08 | 0 | 0.54 | 191.32 | 0.29 | 0.36 |
| Hex | 41 | 6C | 76 | 2D | 8 | 0 | 36 | BF | 1D | 24 |
| Octal | 101 | 154 | 166 | 55 | 10 | 0 | 66 | 277 | 35 | 44 |
| Binary | 1000001 | 1101100 | 1110110 | 101101 | 1000 | 0 | 110110 | 10111111 | 11101 | 100100 |
Color Harmonies of #416C76
Complementary color
Monochromatic Colors of #416C76
Black with #416C76
Text Example
Text Example
White with #416C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C76; }
p { color: rgb(65,108,118); }
H1.HeaderClassName
{
color: #416C76;
}
.AnyTagClassName
{
color: #416C76;
}
</style>
background-color css
<style>
a { background-color: #416C76; }
a { background-color: rgb(65,108,118); }
div.DivClassName
{
background-color: #416C76;
}
.BgClassName
{
background-color: #416C76;
}
</style>
border-color css
<style>
span { border-color: #416C76; }
span { border-color: rgb(65,108,118); }
td.TdClassName
{
border-color: #416C76;
}
.TagClassName
{
border-color: #416C76;
}
</style>