Shades of Bismark #4B757F
Tints of Bismark #4B757F
RGB
CMYK
RGB Variations
Color information
#4B757F (or 0x4B757F) is known color: Bismark. HEX triplet: 4B, 75 and 7F. RGB value is (75,117,127). Sum of RGB (Red+Green+Blue) = 75+117+127=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 127 - color contains mainly: blue. Hex color #4B757F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B757F is #B48A80. Grayscale: #696969. Windows color (decimal): -11831937 or 8353099. OLE color: 8353099.
HSL color Cylindrical-coordinate representation of color #4B757F: hue angle of 191.54º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B757F is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 117 | 127 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.50 |
| HSL | 191.54º | 0.26% | 0.4% | - |
| HSV(B) | 191.54º | 0.41% | 0.5% | - |
| XYZ | 13.09 | 15.75 | 22.43 | - |
| YUV | 105.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 117 | 127 | 0.41 | 0.08 | 0 | 0.50 | 191.54 | 0.26 | 0.4 |
| Hex | 4B | 75 | 7F | 29 | 8 | 0 | 32 | C0 | 1A | 28 |
| Octal | 113 | 165 | 177 | 51 | 10 | 0 | 62 | 300 | 32 | 50 |
| Binary | 1001011 | 1110101 | 1111111 | 101001 | 1000 | 0 | 110010 | 11000000 | 11010 | 101000 |
Color Harmonies of #4B757F
Complementary color
Monochromatic Colors of #4B757F
Black with #4B757F
Text Example
Text Example
White with #4B757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B757F; }
p { color: rgb(75,117,127); }
H1.HeaderClassName
{
color: #4B757F;
}
.AnyTagClassName
{
color: #4B757F;
}
</style>
background-color css
<style>
a { background-color: #4B757F; }
a { background-color: rgb(75,117,127); }
div.DivClassName
{
background-color: #4B757F;
}
.BgClassName
{
background-color: #4B757F;
}
</style>
border-color css
<style>
span { border-color: #4B757F; }
span { border-color: rgb(75,117,127); }
td.TdClassName
{
border-color: #4B757F;
}
.TagClassName
{
border-color: #4B757F;
}
</style>