Shades of Bismark #4B697C
Tints of Bismark #4B697C
RGB
CMYK
RGB Variations
Color information
#4B697C (or 0x4B697C) is known color: Bismark. HEX triplet: 4B, 69 and 7C. RGB value is (75,105,124). Sum of RGB (Red+Green+Blue) = 75+105+124=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B697C is #B49683. Grayscale: #626262. Windows color (decimal): -11835012 or 8153419. OLE color: 8153419.
HSL color Cylindrical-coordinate representation of color #4B697C: hue angle of 203.27º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B697C is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 105 | 124 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.51 |
| HSL | 203.27º | 0.25% | 0.39% | - |
| HSV(B) | 203.27º | 0.4% | 0.49% | - |
| XYZ | 11.59 | 13.05 | 20.98 | - |
| YUV | 98.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 105 | 124 | 0.40 | 0.15 | 0 | 0.51 | 203.27 | 0.25 | 0.39 |
| Hex | 4B | 69 | 7C | 28 | F | 0 | 33 | CB | 19 | 27 |
| Octal | 113 | 151 | 174 | 50 | 17 | 0 | 63 | 313 | 31 | 47 |
| Binary | 1001011 | 1101001 | 1111100 | 101000 | 1111 | 0 | 110011 | 11001011 | 11001 | 100111 |
Color Harmonies of #4B697C
Complementary color
Monochromatic Colors of #4B697C
Black with #4B697C
Text Example
Text Example
White with #4B697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B697C; }
p { color: rgb(75,105,124); }
H1.HeaderClassName
{
color: #4B697C;
}
.AnyTagClassName
{
color: #4B697C;
}
</style>
background-color css
<style>
a { background-color: #4B697C; }
a { background-color: rgb(75,105,124); }
div.DivClassName
{
background-color: #4B697C;
}
.BgClassName
{
background-color: #4B697C;
}
</style>
border-color css
<style>
span { border-color: #4B697C; }
span { border-color: rgb(75,105,124); }
td.TdClassName
{
border-color: #4B697C;
}
.TagClassName
{
border-color: #4B697C;
}
</style>