Shades of Bismark #456275
Tints of Bismark #456275
RGB
CMYK
RGB Variations
Color information
#456275 (or 0x456275) is known color: Bismark. HEX triplet: 45, 62 and 75. RGB value is (69,98,117). Sum of RGB (Red+Green+Blue) = 69+98+117=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 117 - color contains mainly: blue. Hex color #456275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456275 is #BA9D8A. Grayscale: #5B5B5B. Windows color (decimal): -12230027 or 7692869. OLE color: 7692869.
HSL color Cylindrical-coordinate representation of color #456275: hue angle of 203.75º 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 #456275 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 98 | 117 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.54 |
| HSL | 203.75º | 0.26% | 0.36% | - |
| HSV(B) | 203.75º | 0.41% | 0.46% | - |
| XYZ | 10.03 | 11.28 | 18.48 | - |
| YUV | 91.5 | 142.39 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 117 | 0.41 | 0.16 | 0 | 0.54 | 203.75 | 0.26 | 0.36 |
| Hex | 45 | 62 | 75 | 29 | 10 | 0 | 36 | CC | 1A | 24 |
| Octal | 105 | 142 | 165 | 51 | 20 | 0 | 66 | 314 | 32 | 44 |
| Binary | 1000101 | 1100010 | 1110101 | 101001 | 10000 | 0 | 110110 | 11001100 | 11010 | 100100 |
Color Harmonies of #456275
Complementary color
Monochromatic Colors of #456275
Black with #456275
Text Example
Text Example
White with #456275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456275; }
p { color: rgb(69,98,117); }
H1.HeaderClassName
{
color: #456275;
}
.AnyTagClassName
{
color: #456275;
}
</style>
background-color css
<style>
a { background-color: #456275; }
a { background-color: rgb(69,98,117); }
div.DivClassName
{
background-color: #456275;
}
.BgClassName
{
background-color: #456275;
}
</style>
border-color css
<style>
span { border-color: #456275; }
span { border-color: rgb(69,98,117); }
td.TdClassName
{
border-color: #456275;
}
.TagClassName
{
border-color: #456275;
}
</style>