Shades of Fiord #495868
Tints of Fiord #495868
RGB
CMYK
RGB Variations
Color information
#495868 (or 0x495868) is known color: Fiord. HEX triplet: 49, 58 and 68. RGB value is (73,88,104). Sum of RGB (Red+Green+Blue) = 73+88+104=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: blue. Hex color #495868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495868 is #B6A797. Grayscale: #555555. Windows color (decimal): -11970456 or 6838345. OLE color: 6838345.
HSL color Cylindrical-coordinate representation of color #495868: hue angle of 210.97º 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 #495868 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 88 | 104 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.59 |
| HSL | 210.97º | 0.18% | 0.35% | - |
| HSV(B) | 210.97º | 0.3% | 0.41% | - |
| XYZ | 8.74 | 9.4 | 14.45 | - |
| YUV | 85.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 104 | 0.30 | 0.15 | 0 | 0.59 | 210.97 | 0.18 | 0.35 |
| Hex | 49 | 58 | 68 | 1E | F | 0 | 3B | D3 | 12 | 23 |
| Octal | 111 | 130 | 150 | 36 | 17 | 0 | 73 | 323 | 22 | 43 |
| Binary | 1001001 | 1011000 | 1101000 | 11110 | 1111 | 0 | 111011 | 11010011 | 10010 | 100011 |
Color Harmonies of #495868
Complementary color
Monochromatic Colors of #495868
Black with #495868
Text Example
Text Example
White with #495868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495868; }
p { color: rgb(73,88,104); }
H1.HeaderClassName
{
color: #495868;
}
.AnyTagClassName
{
color: #495868;
}
</style>
background-color css
<style>
a { background-color: #495868; }
a { background-color: rgb(73,88,104); }
div.DivClassName
{
background-color: #495868;
}
.BgClassName
{
background-color: #495868;
}
</style>
border-color css
<style>
span { border-color: #495868; }
span { border-color: rgb(73,88,104); }
td.TdClassName
{
border-color: #495868;
}
.TagClassName
{
border-color: #495868;
}
</style>