Shades of Bismark #45727B
Tints of Bismark #45727B
RGB
CMYK
RGB Variations
Color information
#45727B (or 0x45727B) is known color: Bismark. HEX triplet: 45, 72 and 7B. RGB value is (69,114,123). Sum of RGB (Red+Green+Blue) = 69+114+123=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #45727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45727B is #BA8D84. Grayscale: #656565. Windows color (decimal): -12225925 or 8090181. OLE color: 8090181.
HSL color Cylindrical-coordinate representation of color #45727B: hue angle of 190º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #45727B is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 114 | 123 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.52 |
| HSL | 190º | 0.28% | 0.38% | - |
| HSV(B) | 190º | 0.44% | 0.48% | - |
| XYZ | 12.05 | 14.73 | 20.95 | - |
| YUV | 101.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 114 | 123 | 0.44 | 0.07 | 0 | 0.52 | 190 | 0.28 | 0.38 |
| Hex | 45 | 72 | 7B | 2C | 7 | 0 | 34 | BE | 1C | 26 |
| Octal | 105 | 162 | 173 | 54 | 7 | 0 | 64 | 276 | 34 | 46 |
| Binary | 1000101 | 1110010 | 1111011 | 101100 | 111 | 0 | 110100 | 10111110 | 11100 | 100110 |
Color Harmonies of #45727B
Complementary color
Monochromatic Colors of #45727B
Black with #45727B
Text Example
Text Example
White with #45727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45727B; }
p { color: rgb(69,114,123); }
H1.HeaderClassName
{
color: #45727B;
}
.AnyTagClassName
{
color: #45727B;
}
</style>
background-color css
<style>
a { background-color: #45727B; }
a { background-color: rgb(69,114,123); }
div.DivClassName
{
background-color: #45727B;
}
.BgClassName
{
background-color: #45727B;
}
</style>
border-color css
<style>
span { border-color: #45727B; }
span { border-color: rgb(69,114,123); }
td.TdClassName
{
border-color: #45727B;
}
.TagClassName
{
border-color: #45727B;
}
</style>