Shades of Bismark #416D7A
Tints of Bismark #416D7A
RGB
CMYK
RGB Variations
Color information
#416D7A (or 0x416D7A) is known color: Bismark. HEX triplet: 41, 6D and 7A. RGB value is (65,109,122). Sum of RGB (Red+Green+Blue) = 65+109+122=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 122 - color contains mainly: blue. Hex color #416D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416D7A is #BE9285. Grayscale: #616161. Windows color (decimal): -12489350 or 8023361. OLE color: 8023361.
HSL color Cylindrical-coordinate representation of color #416D7A: hue angle of 193.68º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #416D7A is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 109 | 122 | - |
| CMYK | 0.47 | 0.11 | 0 | 0.52 |
| HSL | 193.68º | 0.3% | 0.37% | - |
| HSV(B) | 193.68º | 0.47% | 0.48% | - |
| XYZ | 11.16 | 13.47 | 20.42 | - |
| YUV | 97.33 | 141.92 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 109 | 122 | 0.47 | 0.11 | 0 | 0.52 | 193.68 | 0.3 | 0.37 |
| Hex | 41 | 6D | 7A | 2F | B | 0 | 34 | C2 | 1E | 25 |
| Octal | 101 | 155 | 172 | 57 | 13 | 0 | 64 | 302 | 36 | 45 |
| Binary | 1000001 | 1101101 | 1111010 | 101111 | 1011 | 0 | 110100 | 11000010 | 11110 | 100101 |
Color Harmonies of #416D7A
Complementary color
Monochromatic Colors of #416D7A
Black with #416D7A
Text Example
Text Example
White with #416D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416D7A; }
p { color: rgb(65,109,122); }
H1.HeaderClassName
{
color: #416D7A;
}
.AnyTagClassName
{
color: #416D7A;
}
</style>
background-color css
<style>
a { background-color: #416D7A; }
a { background-color: rgb(65,109,122); }
div.DivClassName
{
background-color: #416D7A;
}
.BgClassName
{
background-color: #416D7A;
}
</style>
border-color css
<style>
span { border-color: #416D7A; }
span { border-color: rgb(65,109,122); }
td.TdClassName
{
border-color: #416D7A;
}
.TagClassName
{
border-color: #416D7A;
}
</style>