Shades of Bismark #41647A
Tints of Bismark #41647A
RGB
CMYK
RGB Variations
Color information
#41647A (or 0x41647A) is known color: Bismark. HEX triplet: 41, 64 and 7A. RGB value is (65,100,122). Sum of RGB (Red+Green+Blue) = 65+100+122=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #41647A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41647A is #BE9B85. Grayscale: #5B5B5B. Windows color (decimal): -12491654 or 8021057. OLE color: 8021057.
HSL color Cylindrical-coordinate representation of color #41647A: hue angle of 203.16º 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 #41647A is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 100 | 122 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.52 |
| HSL | 203.16º | 0.3% | 0.37% | - |
| HSV(B) | 203.16º | 0.47% | 0.48% | - |
| XYZ | 10.25 | 11.64 | 20.12 | - |
| YUV | 92.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 100 | 122 | 0.47 | 0.18 | 0 | 0.52 | 203.16 | 0.3 | 0.37 |
| Hex | 41 | 64 | 7A | 2F | 12 | 0 | 34 | CB | 1E | 25 |
| Octal | 101 | 144 | 172 | 57 | 22 | 0 | 64 | 313 | 36 | 45 |
| Binary | 1000001 | 1100100 | 1111010 | 101111 | 10010 | 0 | 110100 | 11001011 | 11110 | 100101 |
Color Harmonies of #41647A
Complementary color
Monochromatic Colors of #41647A
Black with #41647A
Text Example
Text Example
White with #41647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41647A; }
p { color: rgb(65,100,122); }
H1.HeaderClassName
{
color: #41647A;
}
.AnyTagClassName
{
color: #41647A;
}
</style>
background-color css
<style>
a { background-color: #41647A; }
a { background-color: rgb(65,100,122); }
div.DivClassName
{
background-color: #41647A;
}
.BgClassName
{
background-color: #41647A;
}
</style>
border-color css
<style>
span { border-color: #41647A; }
span { border-color: rgb(65,100,122); }
td.TdClassName
{
border-color: #41647A;
}
.TagClassName
{
border-color: #41647A;
}
</style>