Shades of Bismark #41687E
Tints of Bismark #41687E
RGB
CMYK
RGB Variations
Color information
#41687E (or 0x41687E) is known color: Bismark. HEX triplet: 41, 68 and 7E. RGB value is (65,104,126). Sum of RGB (Red+Green+Blue) = 65+104+126=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 126 - color contains mainly: blue. Hex color #41687E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41687E is #BE9781. Grayscale: #5E5E5E. Windows color (decimal): -12490626 or 8284225. OLE color: 8284225.
HSL color Cylindrical-coordinate representation of color #41687E: hue angle of 201.64º degrees, saturation: 0.32, 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 #41687E is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 104 | 126 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.51 |
| HSL | 201.64º | 0.32% | 0.37% | - |
| HSV(B) | 201.64º | 0.48% | 0.49% | - |
| XYZ | 10.9 | 12.53 | 21.58 | - |
| YUV | 94.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 126 | 0.48 | 0.17 | 0 | 0.51 | 201.64 | 0.32 | 0.37 |
| Hex | 41 | 68 | 7E | 30 | 11 | 0 | 33 | CA | 20 | 25 |
| Octal | 101 | 150 | 176 | 60 | 21 | 0 | 63 | 312 | 40 | 45 |
| Binary | 1000001 | 1101000 | 1111110 | 110000 | 10001 | 0 | 110011 | 11001010 | 100000 | 100101 |
Color Harmonies of #41687E
Complementary color
Monochromatic Colors of #41687E
Black with #41687E
Text Example
Text Example
White with #41687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41687E; }
p { color: rgb(65,104,126); }
H1.HeaderClassName
{
color: #41687E;
}
.AnyTagClassName
{
color: #41687E;
}
</style>
background-color css
<style>
a { background-color: #41687E; }
a { background-color: rgb(65,104,126); }
div.DivClassName
{
background-color: #41687E;
}
.BgClassName
{
background-color: #41687E;
}
</style>
border-color css
<style>
span { border-color: #41687E; }
span { border-color: rgb(65,104,126); }
td.TdClassName
{
border-color: #41687E;
}
.TagClassName
{
border-color: #41687E;
}
</style>