Shades of Bismark #416B7A
Tints of Bismark #416B7A
RGB
CMYK
RGB Variations
Color information
#416B7A (or 0x416B7A) is known color: Bismark. HEX triplet: 41, 6B and 7A. RGB value is (65,107,122). Sum of RGB (Red+Green+Blue) = 65+107+122=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #416B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416B7A is #BE9485. Grayscale: #606060. Windows color (decimal): -12489862 or 8022849. OLE color: 8022849.
HSL color Cylindrical-coordinate representation of color #416B7A: hue angle of 195.79º 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 #416B7A is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 107 | 122 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.52 |
| HSL | 195.79º | 0.3% | 0.37% | - |
| HSV(B) | 195.79º | 0.47% | 0.48% | - |
| XYZ | 10.95 | 13.04 | 20.35 | - |
| YUV | 96.15 | 142.59 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 122 | 0.47 | 0.12 | 0 | 0.52 | 195.79 | 0.3 | 0.37 |
| Hex | 41 | 6B | 7A | 2F | C | 0 | 34 | C4 | 1E | 25 |
| Octal | 101 | 153 | 172 | 57 | 14 | 0 | 64 | 304 | 36 | 45 |
| Binary | 1000001 | 1101011 | 1111010 | 101111 | 1100 | 0 | 110100 | 11000100 | 11110 | 100101 |
Color Harmonies of #416B7A
Complementary color
Monochromatic Colors of #416B7A
Black with #416B7A
Text Example
Text Example
White with #416B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416B7A; }
p { color: rgb(65,107,122); }
H1.HeaderClassName
{
color: #416B7A;
}
.AnyTagClassName
{
color: #416B7A;
}
</style>
background-color css
<style>
a { background-color: #416B7A; }
a { background-color: rgb(65,107,122); }
div.DivClassName
{
background-color: #416B7A;
}
.BgClassName
{
background-color: #416B7A;
}
</style>
border-color css
<style>
span { border-color: #416B7A; }
span { border-color: rgb(65,107,122); }
td.TdClassName
{
border-color: #416B7A;
}
.TagClassName
{
border-color: #416B7A;
}
</style>