Shades of Bismark #4C6E81
Tints of Bismark #4C6E81
RGB
CMYK
RGB Variations
Color information
#4C6E81 (or 0x4C6E81) is known color: Bismark. HEX triplet: 4C, 6E and 81. RGB value is (76,110,129). Sum of RGB (Red+Green+Blue) = 76+110+129=315 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.13% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 129 - color contains mainly: blue. Hex color #4C6E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6E81 is #B3917E. Grayscale: #656565. Windows color (decimal): -11768191 or 8482380. OLE color: 8482380.
HSL color Cylindrical-coordinate representation of color #4C6E81: hue angle of 201.51º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C6E81 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 110 | 129 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.49 |
| HSL | 201.51º | 0.26% | 0.4% | - |
| HSV(B) | 201.51º | 0.41% | 0.51% | - |
| XYZ | 12.52 | 14.27 | 22.86 | - |
| YUV | 102 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 110 | 129 | 0.41 | 0.15 | 0 | 0.49 | 201.51 | 0.26 | 0.4 |
| Hex | 4C | 6E | 81 | 29 | F | 0 | 31 | CA | 1A | 28 |
| Octal | 114 | 156 | 201 | 51 | 17 | 0 | 61 | 312 | 32 | 50 |
| Binary | 1001100 | 1101110 | 10000001 | 101001 | 1111 | 0 | 110001 | 11001010 | 11010 | 101000 |
Color Harmonies of #4C6E81
Complementary color
Monochromatic Colors of #4C6E81
Black with #4C6E81
Text Example
Text Example
White with #4C6E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6E81; }
p { color: rgb(76,110,129); }
H1.HeaderClassName
{
color: #4C6E81;
}
.AnyTagClassName
{
color: #4C6E81;
}
</style>
background-color css
<style>
a { background-color: #4C6E81; }
a { background-color: rgb(76,110,129); }
div.DivClassName
{
background-color: #4C6E81;
}
.BgClassName
{
background-color: #4C6E81;
}
</style>
border-color css
<style>
span { border-color: #4C6E81; }
span { border-color: rgb(76,110,129); }
td.TdClassName
{
border-color: #4C6E81;
}
.TagClassName
{
border-color: #4C6E81;
}
</style>