Shades of Bismark #416377
Tints of Bismark #416377
RGB
CMYK
RGB Variations
Color information
#416377 (or 0x416377) is known color: Bismark. HEX triplet: 41, 63 and 77. RGB value is (65,99,119). Sum of RGB (Red+Green+Blue) = 65+99+119=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #416377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416377 is #BE9C88. Grayscale: #5B5B5B. Windows color (decimal): -12491913 or 7824193. OLE color: 7824193.
HSL color Cylindrical-coordinate representation of color #416377: hue angle of 202.22º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #416377 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 99 | 119 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.53 |
| HSL | 202.22º | 0.29% | 0.36% | - |
| HSV(B) | 202.22º | 0.45% | 0.47% | - |
| XYZ | 9.97 | 11.38 | 19.12 | - |
| YUV | 91.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 99 | 119 | 0.45 | 0.17 | 0 | 0.53 | 202.22 | 0.29 | 0.36 |
| Hex | 41 | 63 | 77 | 2D | 11 | 0 | 35 | CA | 1D | 24 |
| Octal | 101 | 143 | 167 | 55 | 21 | 0 | 65 | 312 | 35 | 44 |
| Binary | 1000001 | 1100011 | 1110111 | 101101 | 10001 | 0 | 110101 | 11001010 | 11101 | 100100 |
Color Harmonies of #416377
Complementary color
Monochromatic Colors of #416377
Black with #416377
Text Example
Text Example
White with #416377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416377; }
p { color: rgb(65,99,119); }
H1.HeaderClassName
{
color: #416377;
}
.AnyTagClassName
{
color: #416377;
}
</style>
background-color css
<style>
a { background-color: #416377; }
a { background-color: rgb(65,99,119); }
div.DivClassName
{
background-color: #416377;
}
.BgClassName
{
background-color: #416377;
}
</style>
border-color css
<style>
span { border-color: #416377; }
span { border-color: rgb(65,99,119); }
td.TdClassName
{
border-color: #416377;
}
.TagClassName
{
border-color: #416377;
}
</style>