Shades of Bismark #4A6C7E
Tints of Bismark #4A6C7E
RGB
CMYK
RGB Variations
Color information
#4A6C7E (or 0x4A6C7E) is known color: Bismark. HEX triplet: 4A, 6C and 7E. RGB value is (74,108,126). Sum of RGB (Red+Green+Blue) = 74+108+126=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 126 - color contains mainly: blue. Hex color #4A6C7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6C7E is #B59381. Grayscale: #636363. Windows color (decimal): -11899778 or 8285258. OLE color: 8285258.
HSL color Cylindrical-coordinate representation of color #4A6C7E: hue angle of 200.77º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A6C7E is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 108 | 126 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.51 |
| HSL | 200.77º | 0.26% | 0.39% | - |
| HSV(B) | 200.77º | 0.41% | 0.49% | - |
| XYZ | 11.95 | 13.69 | 21.75 | - |
| YUV | 99.89 | 142.74 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 108 | 126 | 0.41 | 0.14 | 0 | 0.51 | 200.77 | 0.26 | 0.39 |
| Hex | 4A | 6C | 7E | 29 | E | 0 | 33 | C9 | 1A | 27 |
| Octal | 112 | 154 | 176 | 51 | 16 | 0 | 63 | 311 | 32 | 47 |
| Binary | 1001010 | 1101100 | 1111110 | 101001 | 1110 | 0 | 110011 | 11001001 | 11010 | 100111 |
Color Harmonies of #4A6C7E
Complementary color
Monochromatic Colors of #4A6C7E
Black with #4A6C7E
Text Example
Text Example
White with #4A6C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6C7E; }
p { color: rgb(74,108,126); }
H1.HeaderClassName
{
color: #4A6C7E;
}
.AnyTagClassName
{
color: #4A6C7E;
}
</style>
background-color css
<style>
a { background-color: #4A6C7E; }
a { background-color: rgb(74,108,126); }
div.DivClassName
{
background-color: #4A6C7E;
}
.BgClassName
{
background-color: #4A6C7E;
}
</style>
border-color css
<style>
span { border-color: #4A6C7E; }
span { border-color: rgb(74,108,126); }
td.TdClassName
{
border-color: #4A6C7E;
}
.TagClassName
{
border-color: #4A6C7E;
}
</style>