Shades of Bismark #41687D
Tints of Bismark #41687D
RGB
CMYK
RGB Variations
Color information
#41687D (or 0x41687D) is known color: Bismark. HEX triplet: 41, 68 and 7D. RGB value is (65,104,125). Sum of RGB (Red+Green+Blue) = 65+104+125=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #41687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41687D is #BE9782. Grayscale: #5E5E5E. Windows color (decimal): -12490627 or 8218689. OLE color: 8218689.
HSL color Cylindrical-coordinate representation of color #41687D: hue angle of 201º 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 #41687D is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 104 | 125 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.51 |
| HSL | 201º | 0.32% | 0.37% | - |
| HSV(B) | 201º | 0.48% | 0.49% | - |
| XYZ | 10.83 | 12.51 | 21.24 | - |
| YUV | 94.73 | 145.08 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 125 | 0.48 | 0.17 | 0 | 0.51 | 201 | 0.32 | 0.37 |
| Hex | 41 | 68 | 7D | 30 | 11 | 0 | 33 | C9 | 20 | 25 |
| Octal | 101 | 150 | 175 | 60 | 21 | 0 | 63 | 311 | 40 | 45 |
| Binary | 1000001 | 1101000 | 1111101 | 110000 | 10001 | 0 | 110011 | 11001001 | 100000 | 100101 |
Color Harmonies of #41687D
Complementary color
Monochromatic Colors of #41687D
Black with #41687D
Text Example
Text Example
White with #41687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41687D; }
p { color: rgb(65,104,125); }
H1.HeaderClassName
{
color: #41687D;
}
.AnyTagClassName
{
color: #41687D;
}
</style>
background-color css
<style>
a { background-color: #41687D; }
a { background-color: rgb(65,104,125); }
div.DivClassName
{
background-color: #41687D;
}
.BgClassName
{
background-color: #41687D;
}
</style>
border-color css
<style>
span { border-color: #41687D; }
span { border-color: rgb(65,104,125); }
td.TdClassName
{
border-color: #41687D;
}
.TagClassName
{
border-color: #41687D;
}
</style>