Shades of Bismark #416E7E
Tints of Bismark #416E7E
RGB
CMYK
RGB Variations
Color information
#416E7E (or 0x416E7E) is known color: Bismark. HEX triplet: 41, 6E and 7E. RGB value is (65,110,126). Sum of RGB (Red+Green+Blue) = 65+110+126=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 126 - color contains mainly: blue. Hex color #416E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416E7E is #BE9181. Grayscale: #626262. Windows color (decimal): -12489090 or 8285761. OLE color: 8285761.
HSL color Cylindrical-coordinate representation of color #416E7E: hue angle of 195.74º 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 #416E7E is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 110 | 126 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.51 |
| HSL | 195.74º | 0.32% | 0.37% | - |
| HSV(B) | 195.74º | 0.48% | 0.49% | - |
| XYZ | 11.52 | 13.78 | 21.79 | - |
| YUV | 98.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 126 | 0.48 | 0.13 | 0 | 0.51 | 195.74 | 0.32 | 0.37 |
| Hex | 41 | 6E | 7E | 30 | D | 0 | 33 | C4 | 20 | 25 |
| Octal | 101 | 156 | 176 | 60 | 15 | 0 | 63 | 304 | 40 | 45 |
| Binary | 1000001 | 1101110 | 1111110 | 110000 | 1101 | 0 | 110011 | 11000100 | 100000 | 100101 |
Color Harmonies of #416E7E
Complementary color
Monochromatic Colors of #416E7E
Black with #416E7E
Text Example
Text Example
White with #416E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416E7E; }
p { color: rgb(65,110,126); }
H1.HeaderClassName
{
color: #416E7E;
}
.AnyTagClassName
{
color: #416E7E;
}
</style>
background-color css
<style>
a { background-color: #416E7E; }
a { background-color: rgb(65,110,126); }
div.DivClassName
{
background-color: #416E7E;
}
.BgClassName
{
background-color: #416E7E;
}
</style>
border-color css
<style>
span { border-color: #416E7E; }
span { border-color: rgb(65,110,126); }
td.TdClassName
{
border-color: #416E7E;
}
.TagClassName
{
border-color: #416E7E;
}
</style>