Shades of Fiord #46596B
Tints of Fiord #46596B
RGB
CMYK
RGB Variations
Color information
#46596B (or 0x46596B) is known color: Fiord. HEX triplet: 46, 59 and 6B. RGB value is (70,89,107). Sum of RGB (Red+Green+Blue) = 70+89+107=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 107 - color contains mainly: blue. Hex color #46596B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46596B is #B9A694. Grayscale: #555555. Windows color (decimal): -12166805 or 7035206. OLE color: 7035206.
HSL color Cylindrical-coordinate representation of color #46596B: hue angle of 209.19º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #46596B is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 89 | 107 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.58 |
| HSL | 209.19º | 0.21% | 0.35% | - |
| HSV(B) | 209.19º | 0.35% | 0.42% | - |
| XYZ | 8.75 | 9.51 | 15.28 | - |
| YUV | 85.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 107 | 0.35 | 0.17 | 0 | 0.58 | 209.19 | 0.21 | 0.35 |
| Hex | 46 | 59 | 6B | 23 | 11 | 0 | 3A | D1 | 15 | 23 |
| Octal | 106 | 131 | 153 | 43 | 21 | 0 | 72 | 321 | 25 | 43 |
| Binary | 1000110 | 1011001 | 1101011 | 100011 | 10001 | 0 | 111010 | 11010001 | 10101 | 100011 |
Color Harmonies of #46596B
Complementary color
Monochromatic Colors of #46596B
Black with #46596B
Text Example
Text Example
White with #46596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46596B; }
p { color: rgb(70,89,107); }
H1.HeaderClassName
{
color: #46596B;
}
.AnyTagClassName
{
color: #46596B;
}
</style>
background-color css
<style>
a { background-color: #46596B; }
a { background-color: rgb(70,89,107); }
div.DivClassName
{
background-color: #46596B;
}
.BgClassName
{
background-color: #46596B;
}
</style>
border-color css
<style>
span { border-color: #46596B; }
span { border-color: rgb(70,89,107); }
td.TdClassName
{
border-color: #46596B;
}
.TagClassName
{
border-color: #46596B;
}
</style>