Shades of Fiord #49596A
Tints of Fiord #49596A
RGB
CMYK
RGB Variations
Color information
#49596A (or 0x49596A) is known color: Fiord. HEX triplet: 49, 59 and 6A. RGB value is (73,89,106). Sum of RGB (Red+Green+Blue) = 73+89+106=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 106 - color contains mainly: blue. Hex color #49596A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49596A is #B6A695. Grayscale: #565656. Windows color (decimal): -11970198 or 6969673. OLE color: 6969673.
HSL color Cylindrical-coordinate representation of color #49596A: hue angle of 210.91º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #49596A is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 89 | 106 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.58 |
| HSL | 210.91º | 0.18% | 0.35% | - |
| HSV(B) | 210.91º | 0.31% | 0.42% | - |
| XYZ | 8.92 | 9.6 | 15.02 | - |
| YUV | 86.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 106 | 0.31 | 0.16 | 0 | 0.58 | 210.91 | 0.18 | 0.35 |
| Hex | 49 | 59 | 6A | 1F | 10 | 0 | 3A | D3 | 12 | 23 |
| Octal | 111 | 131 | 152 | 37 | 20 | 0 | 72 | 323 | 22 | 43 |
| Binary | 1001001 | 1011001 | 1101010 | 11111 | 10000 | 0 | 111010 | 11010011 | 10010 | 100011 |
Color Harmonies of #49596A
Complementary color
Monochromatic Colors of #49596A
Black with #49596A
Text Example
Text Example
White with #49596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49596A; }
p { color: rgb(73,89,106); }
H1.HeaderClassName
{
color: #49596A;
}
.AnyTagClassName
{
color: #49596A;
}
</style>
background-color css
<style>
a { background-color: #49596A; }
a { background-color: rgb(73,89,106); }
div.DivClassName
{
background-color: #49596A;
}
.BgClassName
{
background-color: #49596A;
}
</style>
border-color css
<style>
span { border-color: #49596A; }
span { border-color: rgb(73,89,106); }
td.TdClassName
{
border-color: #49596A;
}
.TagClassName
{
border-color: #49596A;
}
</style>