Shades of Bismark #416F7C
Tints of Bismark #416F7C
RGB
CMYK
RGB Variations
Color information
#416F7C (or 0x416F7C) is known color: Bismark. HEX triplet: 41, 6F and 7C. RGB value is (65,111,124). Sum of RGB (Red+Green+Blue) = 65+111+124=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #416F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416F7C is #BE9083. Grayscale: #626262. Windows color (decimal): -12488836 or 8154945. OLE color: 8154945.
HSL color Cylindrical-coordinate representation of color #416F7C: hue angle of 193.22º degrees, saturation: 0.31, 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 #416F7C is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 111 | 124 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.51 |
| HSL | 193.22º | 0.31% | 0.37% | - |
| HSV(B) | 193.22º | 0.48% | 0.49% | - |
| XYZ | 11.5 | 13.95 | 21.15 | - |
| YUV | 98.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 124 | 0.48 | 0.10 | 0 | 0.51 | 193.22 | 0.31 | 0.37 |
| Hex | 41 | 6F | 7C | 30 | A | 0 | 33 | C1 | 1F | 25 |
| Octal | 101 | 157 | 174 | 60 | 12 | 0 | 63 | 301 | 37 | 45 |
| Binary | 1000001 | 1101111 | 1111100 | 110000 | 1010 | 0 | 110011 | 11000001 | 11111 | 100101 |
Color Harmonies of #416F7C
Complementary color
Monochromatic Colors of #416F7C
Black with #416F7C
Text Example
Text Example
White with #416F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416F7C; }
p { color: rgb(65,111,124); }
H1.HeaderClassName
{
color: #416F7C;
}
.AnyTagClassName
{
color: #416F7C;
}
</style>
background-color css
<style>
a { background-color: #416F7C; }
a { background-color: rgb(65,111,124); }
div.DivClassName
{
background-color: #416F7C;
}
.BgClassName
{
background-color: #416F7C;
}
</style>
border-color css
<style>
span { border-color: #416F7C; }
span { border-color: rgb(65,111,124); }
td.TdClassName
{
border-color: #416F7C;
}
.TagClassName
{
border-color: #416F7C;
}
</style>