Shades of Bismark #416B73
Tints of Bismark #416B73
RGB
CMYK
RGB Variations
Color information
#416B73 (or 0x416B73) is known color: Bismark. HEX triplet: 41, 6B and 73. RGB value is (65,107,115). Sum of RGB (Red+Green+Blue) = 65+107+115=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #416B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416B73 is #BE948C. Grayscale: #5F5F5F. Windows color (decimal): -12489869 or 7564097. OLE color: 7564097.
HSL color Cylindrical-coordinate representation of color #416B73: hue angle of 189.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #416B73 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 107 | 115 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.55 |
| HSL | 189.6º | 0.28% | 0.35% | - |
| HSV(B) | 189.6º | 0.43% | 0.45% | - |
| XYZ | 10.53 | 12.88 | 18.15 | - |
| YUV | 95.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 115 | 0.43 | 0.07 | 0 | 0.55 | 189.6 | 0.28 | 0.35 |
| Hex | 41 | 6B | 73 | 2B | 7 | 0 | 37 | BE | 1C | 23 |
| Octal | 101 | 153 | 163 | 53 | 7 | 0 | 67 | 276 | 34 | 43 |
| Binary | 1000001 | 1101011 | 1110011 | 101011 | 111 | 0 | 110111 | 10111110 | 11100 | 100011 |
Color Harmonies of #416B73
Complementary color
Monochromatic Colors of #416B73
Black with #416B73
Text Example
Text Example
White with #416B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416B73; }
p { color: rgb(65,107,115); }
H1.HeaderClassName
{
color: #416B73;
}
.AnyTagClassName
{
color: #416B73;
}
</style>
background-color css
<style>
a { background-color: #416B73; }
a { background-color: rgb(65,107,115); }
div.DivClassName
{
background-color: #416B73;
}
.BgClassName
{
background-color: #416B73;
}
</style>
border-color css
<style>
span { border-color: #416B73; }
span { border-color: rgb(65,107,115); }
td.TdClassName
{
border-color: #416B73;
}
.TagClassName
{
border-color: #416B73;
}
</style>