Shades of Bismark #456F7D
Tints of Bismark #456F7D
RGB
CMYK
RGB Variations
Color information
#456F7D (or 0x456F7D) is known color: Bismark. HEX triplet: 45, 6F and 7D. RGB value is (69,111,125). Sum of RGB (Red+Green+Blue) = 69+111+125=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 125 - color contains mainly: blue. Hex color #456F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456F7D is #BA9082. Grayscale: #636363. Windows color (decimal): -12226691 or 8220485. OLE color: 8220485.
HSL color Cylindrical-coordinate representation of color #456F7D: hue angle of 195º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #456F7D is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 111 | 125 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.51 |
| HSL | 195º | 0.29% | 0.38% | - |
| HSV(B) | 195º | 0.45% | 0.49% | - |
| XYZ | 11.84 | 14.11 | 21.5 | - |
| YUV | 100.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 125 | 0.45 | 0.11 | 0 | 0.51 | 195 | 0.29 | 0.38 |
| Hex | 45 | 6F | 7D | 2D | B | 0 | 33 | C3 | 1D | 26 |
| Octal | 105 | 157 | 175 | 55 | 13 | 0 | 63 | 303 | 35 | 46 |
| Binary | 1000101 | 1101111 | 1111101 | 101101 | 1011 | 0 | 110011 | 11000011 | 11101 | 100110 |
Color Harmonies of #456F7D
Complementary color
Monochromatic Colors of #456F7D
Black with #456F7D
Text Example
Text Example
White with #456F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456F7D; }
p { color: rgb(69,111,125); }
H1.HeaderClassName
{
color: #456F7D;
}
.AnyTagClassName
{
color: #456F7D;
}
</style>
background-color css
<style>
a { background-color: #456F7D; }
a { background-color: rgb(69,111,125); }
div.DivClassName
{
background-color: #456F7D;
}
.BgClassName
{
background-color: #456F7D;
}
</style>
border-color css
<style>
span { border-color: #456F7D; }
span { border-color: rgb(69,111,125); }
td.TdClassName
{
border-color: #456F7D;
}
.TagClassName
{
border-color: #456F7D;
}
</style>