Shades of Bismark #4A7682
Tints of Bismark #4A7682
RGB
CMYK
RGB Variations
Color information
#4A7682 (or 0x4A7682) is known color: Bismark. HEX triplet: 4A, 76 and 82. RGB value is (74,118,130). Sum of RGB (Red+Green+Blue) = 74+118+130=322 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.98% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 130 - color contains mainly: blue. Hex color #4A7682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7682 is #B5897D. Grayscale: #6A6A6A. Windows color (decimal): -11897214 or 8549962. OLE color: 8549962.
HSL color Cylindrical-coordinate representation of color #4A7682: hue angle of 192.86º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A7682 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 118 | 130 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.49 |
| HSL | 192.86º | 0.27% | 0.4% | - |
| HSV(B) | 192.86º | 0.43% | 0.51% | - |
| XYZ | 13.33 | 16.02 | 23.51 | - |
| YUV | 106.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 130 | 0.43 | 0.09 | 0 | 0.49 | 192.86 | 0.27 | 0.4 |
| Hex | 4A | 76 | 82 | 2B | 9 | 0 | 31 | C1 | 1B | 28 |
| Octal | 112 | 166 | 202 | 53 | 11 | 0 | 61 | 301 | 33 | 50 |
| Binary | 1001010 | 1110110 | 10000010 | 101011 | 1001 | 0 | 110001 | 11000001 | 11011 | 101000 |
Color Harmonies of #4A7682
Complementary color
Monochromatic Colors of #4A7682
Black with #4A7682
Text Example
Text Example
White with #4A7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7682; }
p { color: rgb(74,118,130); }
H1.HeaderClassName
{
color: #4A7682;
}
.AnyTagClassName
{
color: #4A7682;
}
</style>
background-color css
<style>
a { background-color: #4A7682; }
a { background-color: rgb(74,118,130); }
div.DivClassName
{
background-color: #4A7682;
}
.BgClassName
{
background-color: #4A7682;
}
</style>
border-color css
<style>
span { border-color: #4A7682; }
span { border-color: rgb(74,118,130); }
td.TdClassName
{
border-color: #4A7682;
}
.TagClassName
{
border-color: #4A7682;
}
</style>