Shades of Fiord #495968
Tints of Fiord #495968
RGB
CMYK
RGB Variations
Color information
#495968 (or 0x495968) is known color: Fiord. HEX triplet: 49, 59 and 68. RGB value is (73,89,104). Sum of RGB (Red+Green+Blue) = 73+89+104=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 104 - color contains mainly: blue. Hex color #495968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495968 is #B6A697. Grayscale: #555555. Windows color (decimal): -11970200 or 6838601. OLE color: 6838601.
HSL color Cylindrical-coordinate representation of color #495968: hue angle of 209.03º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #495968 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 89 | 104 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.59 |
| HSL | 209.03º | 0.18% | 0.35% | - |
| HSV(B) | 209.03º | 0.3% | 0.41% | - |
| XYZ | 8.82 | 9.56 | 14.48 | - |
| YUV | 85.93 | 138.2 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 104 | 0.30 | 0.14 | 0 | 0.59 | 209.03 | 0.18 | 0.35 |
| Hex | 49 | 59 | 68 | 1E | E | 0 | 3B | D1 | 12 | 23 |
| Octal | 111 | 131 | 150 | 36 | 16 | 0 | 73 | 321 | 22 | 43 |
| Binary | 1001001 | 1011001 | 1101000 | 11110 | 1110 | 0 | 111011 | 11010001 | 10010 | 100011 |
Color Harmonies of #495968
Complementary color
Monochromatic Colors of #495968
Black with #495968
Text Example
Text Example
White with #495968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495968; }
p { color: rgb(73,89,104); }
H1.HeaderClassName
{
color: #495968;
}
.AnyTagClassName
{
color: #495968;
}
</style>
background-color css
<style>
a { background-color: #495968; }
a { background-color: rgb(73,89,104); }
div.DivClassName
{
background-color: #495968;
}
.BgClassName
{
background-color: #495968;
}
</style>
border-color css
<style>
span { border-color: #495968; }
span { border-color: rgb(73,89,104); }
td.TdClassName
{
border-color: #495968;
}
.TagClassName
{
border-color: #495968;
}
</style>