Shades of Bismark #4B6C7F
Tints of Bismark #4B6C7F
RGB
CMYK
RGB Variations
Color information
#4B6C7F (or 0x4B6C7F) is known color: Bismark. HEX triplet: 4B, 6C and 7F. RGB value is (75,108,127). Sum of RGB (Red+Green+Blue) = 75+108+127=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 127 - color contains mainly: blue. Hex color #4B6C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6C7F is #B49380. Grayscale: #646464. Windows color (decimal): -11834241 or 8350795. OLE color: 8350795.
HSL color Cylindrical-coordinate representation of color #4B6C7F: hue angle of 201.92º 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 #4B6C7F is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 108 | 127 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.50 |
| HSL | 201.92º | 0.26% | 0.4% | - |
| HSV(B) | 201.92º | 0.41% | 0.5% | - |
| XYZ | 12.09 | 13.75 | 22.1 | - |
| YUV | 100.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 108 | 127 | 0.41 | 0.15 | 0 | 0.50 | 201.92 | 0.26 | 0.4 |
| Hex | 4B | 6C | 7F | 29 | F | 0 | 32 | CA | 1A | 28 |
| Octal | 113 | 154 | 177 | 51 | 17 | 0 | 62 | 312 | 32 | 50 |
| Binary | 1001011 | 1101100 | 1111111 | 101001 | 1111 | 0 | 110010 | 11001010 | 11010 | 101000 |
Color Harmonies of #4B6C7F
Complementary color
Monochromatic Colors of #4B6C7F
Black with #4B6C7F
Text Example
Text Example
White with #4B6C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6C7F; }
p { color: rgb(75,108,127); }
H1.HeaderClassName
{
color: #4B6C7F;
}
.AnyTagClassName
{
color: #4B6C7F;
}
</style>
background-color css
<style>
a { background-color: #4B6C7F; }
a { background-color: rgb(75,108,127); }
div.DivClassName
{
background-color: #4B6C7F;
}
.BgClassName
{
background-color: #4B6C7F;
}
</style>
border-color css
<style>
span { border-color: #4B6C7F; }
span { border-color: rgb(75,108,127); }
td.TdClassName
{
border-color: #4B6C7F;
}
.TagClassName
{
border-color: #4B6C7F;
}
</style>