Shades of Bismark #4D6B7C
Tints of Bismark #4D6B7C
RGB
CMYK
RGB Variations
Color information
#4D6B7C (or 0x4D6B7C) is known color: Bismark. HEX triplet: 4D, 6B and 7C. RGB value is (77,107,124). Sum of RGB (Red+Green+Blue) = 77+107+124=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D6B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B7C is #B29483. Grayscale: #636363. Windows color (decimal): -11703428 or 8153933. OLE color: 8153933.
HSL color Cylindrical-coordinate representation of color #4D6B7C: hue angle of 201.7º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D6B7C is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 107 | 124 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.51 |
| HSL | 201.7º | 0.23% | 0.39% | - |
| HSV(B) | 201.7º | 0.38% | 0.49% | - |
| XYZ | 11.96 | 13.55 | 21.05 | - |
| YUV | 99.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 124 | 0.38 | 0.14 | 0 | 0.51 | 201.7 | 0.23 | 0.39 |
| Hex | 4D | 6B | 7C | 26 | E | 0 | 33 | CA | 17 | 27 |
| Octal | 115 | 153 | 174 | 46 | 16 | 0 | 63 | 312 | 27 | 47 |
| Binary | 1001101 | 1101011 | 1111100 | 100110 | 1110 | 0 | 110011 | 11001010 | 10111 | 100111 |
Color Harmonies of #4D6B7C
Complementary color
Monochromatic Colors of #4D6B7C
Black with #4D6B7C
Text Example
Text Example
White with #4D6B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B7C; }
p { color: rgb(77,107,124); }
H1.HeaderClassName
{
color: #4D6B7C;
}
.AnyTagClassName
{
color: #4D6B7C;
}
</style>
background-color css
<style>
a { background-color: #4D6B7C; }
a { background-color: rgb(77,107,124); }
div.DivClassName
{
background-color: #4D6B7C;
}
.BgClassName
{
background-color: #4D6B7C;
}
</style>
border-color css
<style>
span { border-color: #4D6B7C; }
span { border-color: rgb(77,107,124); }
td.TdClassName
{
border-color: #4D6B7C;
}
.TagClassName
{
border-color: #4D6B7C;
}
</style>