Shades of Bismark #41687C
Tints of Bismark #41687C
RGB
CMYK
RGB Variations
Color information
#41687C (or 0x41687C) is known color: Bismark. HEX triplet: 41, 68 and 7C. RGB value is (65,104,124). Sum of RGB (Red+Green+Blue) = 65+104+124=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #41687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41687C is #BE9783. Grayscale: #5E5E5E. Windows color (decimal): -12490628 or 8153153. OLE color: 8153153.
HSL color Cylindrical-coordinate representation of color #41687C: hue angle of 200.34º 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 #41687C is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 104 | 124 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.51 |
| HSL | 200.34º | 0.31% | 0.37% | - |
| HSV(B) | 200.34º | 0.48% | 0.49% | - |
| XYZ | 10.77 | 12.48 | 20.91 | - |
| YUV | 94.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 124 | 0.48 | 0.16 | 0 | 0.51 | 200.34 | 0.31 | 0.37 |
| Hex | 41 | 68 | 7C | 30 | 10 | 0 | 33 | C8 | 1F | 25 |
| Octal | 101 | 150 | 174 | 60 | 20 | 0 | 63 | 310 | 37 | 45 |
| Binary | 1000001 | 1101000 | 1111100 | 110000 | 10000 | 0 | 110011 | 11001000 | 11111 | 100101 |
Color Harmonies of #41687C
Complementary color
Monochromatic Colors of #41687C
Black with #41687C
Text Example
Text Example
White with #41687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41687C; }
p { color: rgb(65,104,124); }
H1.HeaderClassName
{
color: #41687C;
}
.AnyTagClassName
{
color: #41687C;
}
</style>
background-color css
<style>
a { background-color: #41687C; }
a { background-color: rgb(65,104,124); }
div.DivClassName
{
background-color: #41687C;
}
.BgClassName
{
background-color: #41687C;
}
</style>
border-color css
<style>
span { border-color: #41687C; }
span { border-color: rgb(65,104,124); }
td.TdClassName
{
border-color: #41687C;
}
.TagClassName
{
border-color: #41687C;
}
</style>