Shades of Bismark #4B697A
Tints of Bismark #4B697A
RGB
CMYK
RGB Variations
Color information
#4B697A (or 0x4B697A) is known color: Bismark. HEX triplet: 4B, 69 and 7A. RGB value is (75,105,122). Sum of RGB (Red+Green+Blue) = 75+105+122=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 122 - color contains mainly: blue. Hex color #4B697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B697A is #B49685. Grayscale: #616161. Windows color (decimal): -11835014 or 8022347. OLE color: 8022347.
HSL color Cylindrical-coordinate representation of color #4B697A: hue angle of 201.7º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B697A is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 105 | 122 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.52 |
| HSL | 201.7º | 0.24% | 0.39% | - |
| HSV(B) | 201.7º | 0.39% | 0.48% | - |
| XYZ | 11.47 | 13 | 20.32 | - |
| YUV | 97.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 105 | 122 | 0.39 | 0.14 | 0 | 0.52 | 201.7 | 0.24 | 0.39 |
| Hex | 4B | 69 | 7A | 27 | E | 0 | 34 | CA | 18 | 27 |
| Octal | 113 | 151 | 172 | 47 | 16 | 0 | 64 | 312 | 30 | 47 |
| Binary | 1001011 | 1101001 | 1111010 | 100111 | 1110 | 0 | 110100 | 11001010 | 11000 | 100111 |
Color Harmonies of #4B697A
Complementary color
Monochromatic Colors of #4B697A
Black with #4B697A
Text Example
Text Example
White with #4B697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B697A; }
p { color: rgb(75,105,122); }
H1.HeaderClassName
{
color: #4B697A;
}
.AnyTagClassName
{
color: #4B697A;
}
</style>
background-color css
<style>
a { background-color: #4B697A; }
a { background-color: rgb(75,105,122); }
div.DivClassName
{
background-color: #4B697A;
}
.BgClassName
{
background-color: #4B697A;
}
</style>
border-color css
<style>
span { border-color: #4B697A; }
span { border-color: rgb(75,105,122); }
td.TdClassName
{
border-color: #4B697A;
}
.TagClassName
{
border-color: #4B697A;
}
</style>