Shades of Bismark #4B6C7A
Tints of Bismark #4B6C7A
RGB
CMYK
RGB Variations
Color information
#4B6C7A (or 0x4B6C7A) is known color: Bismark. HEX triplet: 4B, 6C and 7A. RGB value is (75,108,122). Sum of RGB (Red+Green+Blue) = 75+108+122=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 122 - color contains mainly: blue. Hex color #4B6C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6C7A is #B49385. Grayscale: #636363. Windows color (decimal): -11834246 or 8023115. OLE color: 8023115.
HSL color Cylindrical-coordinate representation of color #4B6C7A: hue angle of 197.87º 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 #4B6C7A is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 108 | 122 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.52 |
| HSL | 197.87º | 0.24% | 0.39% | - |
| HSV(B) | 197.87º | 0.39% | 0.48% | - |
| XYZ | 11.78 | 13.63 | 20.42 | - |
| YUV | 99.73 | 140.57 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 108 | 122 | 0.39 | 0.11 | 0 | 0.52 | 197.87 | 0.24 | 0.39 |
| Hex | 4B | 6C | 7A | 27 | B | 0 | 34 | C6 | 18 | 27 |
| Octal | 113 | 154 | 172 | 47 | 13 | 0 | 64 | 306 | 30 | 47 |
| Binary | 1001011 | 1101100 | 1111010 | 100111 | 1011 | 0 | 110100 | 11000110 | 11000 | 100111 |
Color Harmonies of #4B6C7A
Complementary color
Monochromatic Colors of #4B6C7A
Black with #4B6C7A
Text Example
Text Example
White with #4B6C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6C7A; }
p { color: rgb(75,108,122); }
H1.HeaderClassName
{
color: #4B6C7A;
}
.AnyTagClassName
{
color: #4B6C7A;
}
</style>
background-color css
<style>
a { background-color: #4B6C7A; }
a { background-color: rgb(75,108,122); }
div.DivClassName
{
background-color: #4B6C7A;
}
.BgClassName
{
background-color: #4B6C7A;
}
</style>
border-color css
<style>
span { border-color: #4B6C7A; }
span { border-color: rgb(75,108,122); }
td.TdClassName
{
border-color: #4B6C7A;
}
.TagClassName
{
border-color: #4B6C7A;
}
</style>