Shades of Bismark #41677A
Tints of Bismark #41677A
RGB
CMYK
RGB Variations
Color information
#41677A (or 0x41677A) is known color: Bismark. HEX triplet: 41, 67 and 7A. RGB value is (65,103,122). Sum of RGB (Red+Green+Blue) = 65+103+122=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 122 - color contains mainly: blue. Hex color #41677A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41677A is #BE9885. Grayscale: #5D5D5D. Windows color (decimal): -12490886 or 8021825. OLE color: 8021825.
HSL color Cylindrical-coordinate representation of color #41677A: hue angle of 200º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41677A is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 103 | 122 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.52 |
| HSL | 200º | 0.3% | 0.37% | - |
| HSV(B) | 200º | 0.47% | 0.48% | - |
| XYZ | 10.54 | 12.23 | 20.22 | - |
| YUV | 93.8 | 143.91 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 103 | 122 | 0.47 | 0.16 | 0 | 0.52 | 200 | 0.3 | 0.37 |
| Hex | 41 | 67 | 7A | 2F | 10 | 0 | 34 | C8 | 1E | 25 |
| Octal | 101 | 147 | 172 | 57 | 20 | 0 | 64 | 310 | 36 | 45 |
| Binary | 1000001 | 1100111 | 1111010 | 101111 | 10000 | 0 | 110100 | 11001000 | 11110 | 100101 |
Color Harmonies of #41677A
Complementary color
Monochromatic Colors of #41677A
Black with #41677A
Text Example
Text Example
White with #41677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41677A; }
p { color: rgb(65,103,122); }
H1.HeaderClassName
{
color: #41677A;
}
.AnyTagClassName
{
color: #41677A;
}
</style>
background-color css
<style>
a { background-color: #41677A; }
a { background-color: rgb(65,103,122); }
div.DivClassName
{
background-color: #41677A;
}
.BgClassName
{
background-color: #41677A;
}
</style>
border-color css
<style>
span { border-color: #41677A; }
span { border-color: rgb(65,103,122); }
td.TdClassName
{
border-color: #41677A;
}
.TagClassName
{
border-color: #41677A;
}
</style>