Shades of Bismark #4A6778
Tints of Bismark #4A6778
RGB
CMYK
RGB Variations
Color information
#4A6778 (or 0x4A6778) is known color: Bismark. HEX triplet: 4A, 67 and 78. RGB value is (74,103,120). Sum of RGB (Red+Green+Blue) = 74+103+120=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A6778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6778 is #B59887. Grayscale: #606060. Windows color (decimal): -11901064 or 7890762. OLE color: 7890762.
HSL color Cylindrical-coordinate representation of color #4A6778: hue angle of 202.17º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A6778 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 103 | 120 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.53 |
| HSL | 202.17º | 0.24% | 0.38% | - |
| HSV(B) | 202.17º | 0.38% | 0.47% | - |
| XYZ | 11.06 | 12.51 | 19.6 | - |
| YUV | 96.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 103 | 120 | 0.38 | 0.14 | 0 | 0.53 | 202.17 | 0.24 | 0.38 |
| Hex | 4A | 67 | 78 | 26 | E | 0 | 35 | CA | 18 | 26 |
| Octal | 112 | 147 | 170 | 46 | 16 | 0 | 65 | 312 | 30 | 46 |
| Binary | 1001010 | 1100111 | 1111000 | 100110 | 1110 | 0 | 110101 | 11001010 | 11000 | 100110 |
Color Harmonies of #4A6778
Complementary color
Monochromatic Colors of #4A6778
Black with #4A6778
Text Example
Text Example
White with #4A6778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6778; }
p { color: rgb(74,103,120); }
H1.HeaderClassName
{
color: #4A6778;
}
.AnyTagClassName
{
color: #4A6778;
}
</style>
background-color css
<style>
a { background-color: #4A6778; }
a { background-color: rgb(74,103,120); }
div.DivClassName
{
background-color: #4A6778;
}
.BgClassName
{
background-color: #4A6778;
}
</style>
border-color css
<style>
span { border-color: #4A6778; }
span { border-color: rgb(74,103,120); }
td.TdClassName
{
border-color: #4A6778;
}
.TagClassName
{
border-color: #4A6778;
}
</style>