Shades of Bismark #486474
Tints of Bismark #486474
RGB
CMYK
RGB Variations
Color information
#486474 (or 0x486474) is known color: Bismark. HEX triplet: 48, 64 and 74. RGB value is (72,100,116). Sum of RGB (Red+Green+Blue) = 72+100+116=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 116 - color contains mainly: blue. Hex color #486474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486474 is #B79B8B. Grayscale: #5D5D5D. Windows color (decimal): -12032908 or 7627848. OLE color: 7627848.
HSL color Cylindrical-coordinate representation of color #486474: hue angle of 201.82º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #486474 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 100 | 116 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.55 |
| HSL | 201.82º | 0.23% | 0.37% | - |
| HSV(B) | 201.82º | 0.38% | 0.45% | - |
| XYZ | 10.38 | 11.75 | 18.24 | - |
| YUV | 93.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 116 | 0.38 | 0.14 | 0 | 0.55 | 201.82 | 0.23 | 0.37 |
| Hex | 48 | 64 | 74 | 26 | E | 0 | 37 | CA | 17 | 25 |
| Octal | 110 | 144 | 164 | 46 | 16 | 0 | 67 | 312 | 27 | 45 |
| Binary | 1001000 | 1100100 | 1110100 | 100110 | 1110 | 0 | 110111 | 11001010 | 10111 | 100101 |
Color Harmonies of #486474
Complementary color
Monochromatic Colors of #486474
Black with #486474
Text Example
Text Example
White with #486474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486474; }
p { color: rgb(72,100,116); }
H1.HeaderClassName
{
color: #486474;
}
.AnyTagClassName
{
color: #486474;
}
</style>
background-color css
<style>
a { background-color: #486474; }
a { background-color: rgb(72,100,116); }
div.DivClassName
{
background-color: #486474;
}
.BgClassName
{
background-color: #486474;
}
</style>
border-color css
<style>
span { border-color: #486474; }
span { border-color: rgb(72,100,116); }
td.TdClassName
{
border-color: #486474;
}
.TagClassName
{
border-color: #486474;
}
</style>