Shades of Bismark #41717C
Tints of Bismark #41717C
RGB
CMYK
RGB Variations
Color information
#41717C (or 0x41717C) is known color: Bismark. HEX triplet: 41, 71 and 7C. RGB value is (65,113,124). Sum of RGB (Red+Green+Blue) = 65+113+124=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #41717C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41717C is #BE8E83. Grayscale: #636363. Windows color (decimal): -12488324 or 8155457. OLE color: 8155457.
HSL color Cylindrical-coordinate representation of color #41717C: hue angle of 191.19º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41717C is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 113 | 124 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.51 |
| HSL | 191.19º | 0.31% | 0.37% | - |
| HSV(B) | 191.19º | 0.48% | 0.49% | - |
| XYZ | 11.72 | 14.39 | 21.23 | - |
| YUV | 99.9 | 141.6 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 113 | 124 | 0.48 | 0.09 | 0 | 0.51 | 191.19 | 0.31 | 0.37 |
| Hex | 41 | 71 | 7C | 30 | 9 | 0 | 33 | BF | 1F | 25 |
| Octal | 101 | 161 | 174 | 60 | 11 | 0 | 63 | 277 | 37 | 45 |
| Binary | 1000001 | 1110001 | 1111100 | 110000 | 1001 | 0 | 110011 | 10111111 | 11111 | 100101 |
Color Harmonies of #41717C
Complementary color
Monochromatic Colors of #41717C
Black with #41717C
Text Example
Text Example
White with #41717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41717C; }
p { color: rgb(65,113,124); }
H1.HeaderClassName
{
color: #41717C;
}
.AnyTagClassName
{
color: #41717C;
}
</style>
background-color css
<style>
a { background-color: #41717C; }
a { background-color: rgb(65,113,124); }
div.DivClassName
{
background-color: #41717C;
}
.BgClassName
{
background-color: #41717C;
}
</style>
border-color css
<style>
span { border-color: #41717C; }
span { border-color: rgb(65,113,124); }
td.TdClassName
{
border-color: #41717C;
}
.TagClassName
{
border-color: #41717C;
}
</style>