Shades of Bismark #416F7F
Tints of Bismark #416F7F
RGB
CMYK
RGB Variations
Color information
#416F7F (or 0x416F7F) is known color: Bismark. HEX triplet: 41, 6F and 7F. RGB value is (65,111,127). Sum of RGB (Red+Green+Blue) = 65+111+127=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #416F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416F7F is #BE9080. Grayscale: #626262. Windows color (decimal): -12488833 or 8351553. OLE color: 8351553.
HSL color Cylindrical-coordinate representation of color #416F7F: hue angle of 195.48º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #416F7F is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 111 | 127 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.50 |
| HSL | 195.48º | 0.32% | 0.38% | - |
| HSV(B) | 195.48º | 0.49% | 0.5% | - |
| XYZ | 11.7 | 14.03 | 22.17 | - |
| YUV | 99.07 | 143.76 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 127 | 0.49 | 0.13 | 0 | 0.50 | 195.48 | 0.32 | 0.38 |
| Hex | 41 | 6F | 7F | 31 | D | 0 | 32 | C3 | 20 | 26 |
| Octal | 101 | 157 | 177 | 61 | 15 | 0 | 62 | 303 | 40 | 46 |
| Binary | 1000001 | 1101111 | 1111111 | 110001 | 1101 | 0 | 110010 | 11000011 | 100000 | 100110 |
Color Harmonies of #416F7F
Complementary color
Monochromatic Colors of #416F7F
Black with #416F7F
Text Example
Text Example
White with #416F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416F7F; }
p { color: rgb(65,111,127); }
H1.HeaderClassName
{
color: #416F7F;
}
.AnyTagClassName
{
color: #416F7F;
}
</style>
background-color css
<style>
a { background-color: #416F7F; }
a { background-color: rgb(65,111,127); }
div.DivClassName
{
background-color: #416F7F;
}
.BgClassName
{
background-color: #416F7F;
}
</style>
border-color css
<style>
span { border-color: #416F7F; }
span { border-color: rgb(65,111,127); }
td.TdClassName
{
border-color: #416F7F;
}
.TagClassName
{
border-color: #416F7F;
}
</style>