Shades of Bismark #456B81
Tints of Bismark #456B81
RGB
CMYK
RGB Variations
Color information
#456B81 (or 0x456B81) is known color: Bismark. HEX triplet: 45, 6B and 81. RGB value is (69,107,129). Sum of RGB (Red+Green+Blue) = 69+107+129=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #456B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456B81 is #BA947E. Grayscale: #626262. Windows color (decimal): -12227711 or 8481605. OLE color: 8481605.
HSL color Cylindrical-coordinate representation of color #456B81: hue angle of 202º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #456B81 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 107 | 129 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.49 |
| HSL | 202º | 0.3% | 0.39% | - |
| HSV(B) | 202º | 0.47% | 0.51% | - |
| XYZ | 11.67 | 13.37 | 22.73 | - |
| YUV | 98.15 | 145.41 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 129 | 0.47 | 0.17 | 0 | 0.49 | 202 | 0.3 | 0.39 |
| Hex | 45 | 6B | 81 | 2F | 11 | 0 | 31 | CA | 1E | 27 |
| Octal | 105 | 153 | 201 | 57 | 21 | 0 | 61 | 312 | 36 | 47 |
| Binary | 1000101 | 1101011 | 10000001 | 101111 | 10001 | 0 | 110001 | 11001010 | 11110 | 100111 |
Color Harmonies of #456B81
Complementary color
Monochromatic Colors of #456B81
Black with #456B81
Text Example
Text Example
White with #456B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456B81; }
p { color: rgb(69,107,129); }
H1.HeaderClassName
{
color: #456B81;
}
.AnyTagClassName
{
color: #456B81;
}
</style>
background-color css
<style>
a { background-color: #456B81; }
a { background-color: rgb(69,107,129); }
div.DivClassName
{
background-color: #456B81;
}
.BgClassName
{
background-color: #456B81;
}
</style>
border-color css
<style>
span { border-color: #456B81; }
span { border-color: rgb(69,107,129); }
td.TdClassName
{
border-color: #456B81;
}
.TagClassName
{
border-color: #456B81;
}
</style>