Shades of Bismark #456B75
Tints of Bismark #456B75
RGB
CMYK
RGB Variations
Color information
#456B75 (or 0x456B75) is known color: Bismark. HEX triplet: 45, 6B and 75. RGB value is (69,107,117). Sum of RGB (Red+Green+Blue) = 69+107+117=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #456B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456B75 is #BA948A. Grayscale: #606060. Windows color (decimal): -12227723 or 7695173. OLE color: 7695173.
HSL color Cylindrical-coordinate representation of color #456B75: hue angle of 192.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #456B75 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 107 | 117 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.54 |
| HSL | 192.5º | 0.26% | 0.36% | - |
| HSV(B) | 192.5º | 0.41% | 0.46% | - |
| XYZ | 10.92 | 13.06 | 18.78 | - |
| YUV | 96.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 117 | 0.41 | 0.09 | 0 | 0.54 | 192.5 | 0.26 | 0.36 |
| Hex | 45 | 6B | 75 | 29 | 9 | 0 | 36 | C0 | 1A | 24 |
| Octal | 105 | 153 | 165 | 51 | 11 | 0 | 66 | 300 | 32 | 44 |
| Binary | 1000101 | 1101011 | 1110101 | 101001 | 1001 | 0 | 110110 | 11000000 | 11010 | 100100 |
Color Harmonies of #456B75
Complementary color
Monochromatic Colors of #456B75
Black with #456B75
Text Example
Text Example
White with #456B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456B75; }
p { color: rgb(69,107,117); }
H1.HeaderClassName
{
color: #456B75;
}
.AnyTagClassName
{
color: #456B75;
}
</style>
background-color css
<style>
a { background-color: #456B75; }
a { background-color: rgb(69,107,117); }
div.DivClassName
{
background-color: #456B75;
}
.BgClassName
{
background-color: #456B75;
}
</style>
border-color css
<style>
span { border-color: #456B75; }
span { border-color: rgb(69,107,117); }
td.TdClassName
{
border-color: #456B75;
}
.TagClassName
{
border-color: #456B75;
}
</style>