Shades of Bismark #416C7D
Tints of Bismark #416C7D
RGB
CMYK
RGB Variations
Color information
#416C7D (or 0x416C7D) is known color: Bismark. HEX triplet: 41, 6C and 7D. RGB value is (65,108,125). Sum of RGB (Red+Green+Blue) = 65+108+125=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 125 - color contains mainly: blue. Hex color #416C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C7D is #BE9382. Grayscale: #606060. Windows color (decimal): -12489603 or 8219713. OLE color: 8219713.
HSL color Cylindrical-coordinate representation of color #416C7D: hue angle of 197º degrees, saturation: 0.32, 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 #416C7D is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 108 | 125 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.51 |
| HSL | 197º | 0.32% | 0.37% | - |
| HSV(B) | 197º | 0.48% | 0.49% | - |
| XYZ | 11.24 | 13.33 | 21.38 | - |
| YUV | 97.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 125 | 0.48 | 0.14 | 0 | 0.51 | 197 | 0.32 | 0.37 |
| Hex | 41 | 6C | 7D | 30 | E | 0 | 33 | C5 | 20 | 25 |
| Octal | 101 | 154 | 175 | 60 | 16 | 0 | 63 | 305 | 40 | 45 |
| Binary | 1000001 | 1101100 | 1111101 | 110000 | 1110 | 0 | 110011 | 11000101 | 100000 | 100101 |
Color Harmonies of #416C7D
Complementary color
Monochromatic Colors of #416C7D
Black with #416C7D
Text Example
Text Example
White with #416C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C7D; }
p { color: rgb(65,108,125); }
H1.HeaderClassName
{
color: #416C7D;
}
.AnyTagClassName
{
color: #416C7D;
}
</style>
background-color css
<style>
a { background-color: #416C7D; }
a { background-color: rgb(65,108,125); }
div.DivClassName
{
background-color: #416C7D;
}
.BgClassName
{
background-color: #416C7D;
}
</style>
border-color css
<style>
span { border-color: #416C7D; }
span { border-color: rgb(65,108,125); }
td.TdClassName
{
border-color: #416C7D;
}
.TagClassName
{
border-color: #416C7D;
}
</style>