Shades of Bismark #416A75
Tints of Bismark #416A75
RGB
CMYK
RGB Variations
Color information
#416A75 (or 0x416A75) is known color: Bismark. HEX triplet: 41, 6A and 75. RGB value is (65,106,117). Sum of RGB (Red+Green+Blue) = 65+106+117=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #416A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416A75 is #BE958A. Grayscale: #5E5E5E. Windows color (decimal): -12490123 or 7694913. OLE color: 7694913.
HSL color Cylindrical-coordinate representation of color #416A75: hue angle of 192.69º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #416A75 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 106 | 117 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.54 |
| HSL | 192.69º | 0.29% | 0.36% | - |
| HSV(B) | 192.69º | 0.44% | 0.46% | - |
| XYZ | 10.54 | 12.72 | 18.73 | - |
| YUV | 95 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 106 | 117 | 0.44 | 0.09 | 0 | 0.54 | 192.69 | 0.29 | 0.36 |
| Hex | 41 | 6A | 75 | 2C | 9 | 0 | 36 | C1 | 1D | 24 |
| Octal | 101 | 152 | 165 | 54 | 11 | 0 | 66 | 301 | 35 | 44 |
| Binary | 1000001 | 1101010 | 1110101 | 101100 | 1001 | 0 | 110110 | 11000001 | 11101 | 100100 |
Color Harmonies of #416A75
Complementary color
Monochromatic Colors of #416A75
Black with #416A75
Text Example
Text Example
White with #416A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416A75; }
p { color: rgb(65,106,117); }
H1.HeaderClassName
{
color: #416A75;
}
.AnyTagClassName
{
color: #416A75;
}
</style>
background-color css
<style>
a { background-color: #416A75; }
a { background-color: rgb(65,106,117); }
div.DivClassName
{
background-color: #416A75;
}
.BgClassName
{
background-color: #416A75;
}
</style>
border-color css
<style>
span { border-color: #416A75; }
span { border-color: rgb(65,106,117); }
td.TdClassName
{
border-color: #416A75;
}
.TagClassName
{
border-color: #416A75;
}
</style>