Shades of Bismark #4B6678
Tints of Bismark #4B6678
RGB
CMYK
RGB Variations
Color information
#4B6678 (or 0x4B6678) is known color: Bismark. HEX triplet: 4B, 66 and 78. RGB value is (75,102,120). Sum of RGB (Red+Green+Blue) = 75+102+120=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #4B6678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6678 is #B49987. Grayscale: #5F5F5F. Windows color (decimal): -11835784 or 7890507. OLE color: 7890507.
HSL color Cylindrical-coordinate representation of color #4B6678: hue angle of 204º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B6678 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 102 | 120 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.53 |
| HSL | 204º | 0.23% | 0.38% | - |
| HSV(B) | 204º | 0.38% | 0.47% | - |
| XYZ | 11.04 | 12.35 | 19.57 | - |
| YUV | 95.98 | 141.55 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 102 | 120 | 0.37 | 0.15 | 0 | 0.53 | 204 | 0.23 | 0.38 |
| Hex | 4B | 66 | 78 | 25 | F | 0 | 35 | CC | 17 | 26 |
| Octal | 113 | 146 | 170 | 45 | 17 | 0 | 65 | 314 | 27 | 46 |
| Binary | 1001011 | 1100110 | 1111000 | 100101 | 1111 | 0 | 110101 | 11001100 | 10111 | 100110 |
Color Harmonies of #4B6678
Complementary color
Monochromatic Colors of #4B6678
Black with #4B6678
Text Example
Text Example
White with #4B6678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6678; }
p { color: rgb(75,102,120); }
H1.HeaderClassName
{
color: #4B6678;
}
.AnyTagClassName
{
color: #4B6678;
}
</style>
background-color css
<style>
a { background-color: #4B6678; }
a { background-color: rgb(75,102,120); }
div.DivClassName
{
background-color: #4B6678;
}
.BgClassName
{
background-color: #4B6678;
}
</style>
border-color css
<style>
span { border-color: #4B6678; }
span { border-color: rgb(75,102,120); }
td.TdClassName
{
border-color: #4B6678;
}
.TagClassName
{
border-color: #4B6678;
}
</style>