Shades of Bismark #41717B
Tints of Bismark #41717B
RGB
CMYK
RGB Variations
Color information
#41717B (or 0x41717B) is known color: Bismark. HEX triplet: 41, 71 and 7B. RGB value is (65,113,123). Sum of RGB (Red+Green+Blue) = 65+113+123=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #41717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41717B is #BE8E84. Grayscale: #636363. Windows color (decimal): -12488325 or 8089921. OLE color: 8089921.
HSL color Cylindrical-coordinate representation of color #41717B: hue angle of 190.34º degrees, saturation: 0.31, 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 #41717B is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 113 | 123 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.52 |
| HSL | 190.34º | 0.31% | 0.37% | - |
| HSV(B) | 190.34º | 0.47% | 0.48% | - |
| XYZ | 11.66 | 14.36 | 20.9 | - |
| YUV | 99.79 | 141.1 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 113 | 123 | 0.47 | 0.08 | 0 | 0.52 | 190.34 | 0.31 | 0.37 |
| Hex | 41 | 71 | 7B | 2F | 8 | 0 | 34 | BE | 1F | 25 |
| Octal | 101 | 161 | 173 | 57 | 10 | 0 | 64 | 276 | 37 | 45 |
| Binary | 1000001 | 1110001 | 1111011 | 101111 | 1000 | 0 | 110100 | 10111110 | 11111 | 100101 |
Color Harmonies of #41717B
Complementary color
Monochromatic Colors of #41717B
Black with #41717B
Text Example
Text Example
White with #41717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41717B; }
p { color: rgb(65,113,123); }
H1.HeaderClassName
{
color: #41717B;
}
.AnyTagClassName
{
color: #41717B;
}
</style>
background-color css
<style>
a { background-color: #41717B; }
a { background-color: rgb(65,113,123); }
div.DivClassName
{
background-color: #41717B;
}
.BgClassName
{
background-color: #41717B;
}
</style>
border-color css
<style>
span { border-color: #41717B; }
span { border-color: rgb(65,113,123); }
td.TdClassName
{
border-color: #41717B;
}
.TagClassName
{
border-color: #41717B;
}
</style>