Shades of Bismark #4C7682
Tints of Bismark #4C7682
RGB
CMYK
RGB Variations
Color information
#4C7682 (or 0x4C7682) is known color: Bismark. HEX triplet: 4C, 76 and 82. RGB value is (76,118,130). Sum of RGB (Red+Green+Blue) = 76+118+130=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #4C7682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7682 is #B3897D. Grayscale: #6A6A6A. Windows color (decimal): -11766142 or 8549964. OLE color: 8549964.
HSL color Cylindrical-coordinate representation of color #4C7682: hue angle of 193.33º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C7682 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 118 | 130 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.49 |
| HSL | 193.33º | 0.26% | 0.4% | - |
| HSV(B) | 193.33º | 0.42% | 0.51% | - |
| XYZ | 13.49 | 16.11 | 23.52 | - |
| YUV | 106.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 118 | 130 | 0.42 | 0.09 | 0 | 0.49 | 193.33 | 0.26 | 0.4 |
| Hex | 4C | 76 | 82 | 2A | 9 | 0 | 31 | C1 | 1A | 28 |
| Octal | 114 | 166 | 202 | 52 | 11 | 0 | 61 | 301 | 32 | 50 |
| Binary | 1001100 | 1110110 | 10000010 | 101010 | 1001 | 0 | 110001 | 11000001 | 11010 | 101000 |
Color Harmonies of #4C7682
Complementary color
Monochromatic Colors of #4C7682
Black with #4C7682
Text Example
Text Example
White with #4C7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7682; }
p { color: rgb(76,118,130); }
H1.HeaderClassName
{
color: #4C7682;
}
.AnyTagClassName
{
color: #4C7682;
}
</style>
background-color css
<style>
a { background-color: #4C7682; }
a { background-color: rgb(76,118,130); }
div.DivClassName
{
background-color: #4C7682;
}
.BgClassName
{
background-color: #4C7682;
}
</style>
border-color css
<style>
span { border-color: #4C7682; }
span { border-color: rgb(76,118,130); }
td.TdClassName
{
border-color: #4C7682;
}
.TagClassName
{
border-color: #4C7682;
}
</style>