Shades of Bismark #41657A
Tints of Bismark #41657A
RGB
CMYK
RGB Variations
Color information
#41657A (or 0x41657A) is known color: Bismark. HEX triplet: 41, 65 and 7A. RGB value is (65,101,122). Sum of RGB (Red+Green+Blue) = 65+101+122=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 122 - color contains mainly: blue. Hex color #41657A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41657A is #BE9A85. Grayscale: #5C5C5C. Windows color (decimal): -12491398 or 8021313. OLE color: 8021313.
HSL color Cylindrical-coordinate representation of color #41657A: hue angle of 202.11º 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 #41657A is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 101 | 122 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.52 |
| HSL | 202.11º | 0.3% | 0.37% | - |
| HSV(B) | 202.11º | 0.47% | 0.48% | - |
| XYZ | 10.35 | 11.84 | 20.15 | - |
| YUV | 92.63 | 144.57 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 122 | 0.47 | 0.17 | 0 | 0.52 | 202.11 | 0.3 | 0.37 |
| Hex | 41 | 65 | 7A | 2F | 11 | 0 | 34 | CA | 1E | 25 |
| Octal | 101 | 145 | 172 | 57 | 21 | 0 | 64 | 312 | 36 | 45 |
| Binary | 1000001 | 1100101 | 1111010 | 101111 | 10001 | 0 | 110100 | 11001010 | 11110 | 100101 |
Color Harmonies of #41657A
Complementary color
Monochromatic Colors of #41657A
Black with #41657A
Text Example
Text Example
White with #41657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41657A; }
p { color: rgb(65,101,122); }
H1.HeaderClassName
{
color: #41657A;
}
.AnyTagClassName
{
color: #41657A;
}
</style>
background-color css
<style>
a { background-color: #41657A; }
a { background-color: rgb(65,101,122); }
div.DivClassName
{
background-color: #41657A;
}
.BgClassName
{
background-color: #41657A;
}
</style>
border-color css
<style>
span { border-color: #41657A; }
span { border-color: rgb(65,101,122); }
td.TdClassName
{
border-color: #41657A;
}
.TagClassName
{
border-color: #41657A;
}
</style>