Shades of Bismark #41697C
Tints of Bismark #41697C
RGB
CMYK
RGB Variations
Color information
#41697C (or 0x41697C) is known color: Bismark. HEX triplet: 41, 69 and 7C. RGB value is (65,105,124). Sum of RGB (Red+Green+Blue) = 65+105+124=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #41697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41697C is #BE9683. Grayscale: #5F5F5F. Windows color (decimal): -12490372 or 8153409. OLE color: 8153409.
HSL color Cylindrical-coordinate representation of color #41697C: hue angle of 199.32º 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 #41697C is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 105 | 124 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.51 |
| HSL | 199.32º | 0.31% | 0.37% | - |
| HSV(B) | 199.32º | 0.48% | 0.49% | - |
| XYZ | 10.87 | 12.68 | 20.94 | - |
| YUV | 95.21 | 144.25 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 105 | 124 | 0.48 | 0.15 | 0 | 0.51 | 199.32 | 0.31 | 0.37 |
| Hex | 41 | 69 | 7C | 30 | F | 0 | 33 | C7 | 1F | 25 |
| Octal | 101 | 151 | 174 | 60 | 17 | 0 | 63 | 307 | 37 | 45 |
| Binary | 1000001 | 1101001 | 1111100 | 110000 | 1111 | 0 | 110011 | 11000111 | 11111 | 100101 |
Color Harmonies of #41697C
Complementary color
Monochromatic Colors of #41697C
Black with #41697C
Text Example
Text Example
White with #41697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41697C; }
p { color: rgb(65,105,124); }
H1.HeaderClassName
{
color: #41697C;
}
.AnyTagClassName
{
color: #41697C;
}
</style>
background-color css
<style>
a { background-color: #41697C; }
a { background-color: rgb(65,105,124); }
div.DivClassName
{
background-color: #41697C;
}
.BgClassName
{
background-color: #41697C;
}
</style>
border-color css
<style>
span { border-color: #41697C; }
span { border-color: rgb(65,105,124); }
td.TdClassName
{
border-color: #41697C;
}
.TagClassName
{
border-color: #41697C;
}
</style>