Shades of Fiord #495563
Tints of Fiord #495563
RGB
CMYK
RGB Variations
Color information
#495563 (or 0x495563) is known color: Fiord. HEX triplet: 49, 55 and 63. RGB value is (73,85,99). Sum of RGB (Red+Green+Blue) = 73+85+99=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 99 - color contains mainly: blue. Hex color #495563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495563 is #B6AA9C. Grayscale: #525252. Windows color (decimal): -11971229 or 6509897. OLE color: 6509897.
HSL color Cylindrical-coordinate representation of color #495563: hue angle of 212.31º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #495563 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 85 | 99 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.61 |
| HSL | 212.31º | 0.15% | 0.34% | - |
| HSV(B) | 212.31º | 0.26% | 0.39% | - |
| XYZ | 8.25 | 8.81 | 13.07 | - |
| YUV | 83.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 99 | 0.26 | 0.14 | 0 | 0.61 | 212.31 | 0.15 | 0.34 |
| Hex | 49 | 55 | 63 | 1A | E | 0 | 3D | D4 | F | 22 |
| Octal | 111 | 125 | 143 | 32 | 16 | 0 | 75 | 324 | 17 | 42 |
| Binary | 1001001 | 1010101 | 1100011 | 11010 | 1110 | 0 | 111101 | 11010100 | 1111 | 100010 |
Color Harmonies of #495563
Complementary color
Monochromatic Colors of #495563
Black with #495563
Text Example
Text Example
White with #495563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495563; }
p { color: rgb(73,85,99); }
H1.HeaderClassName
{
color: #495563;
}
.AnyTagClassName
{
color: #495563;
}
</style>
background-color css
<style>
a { background-color: #495563; }
a { background-color: rgb(73,85,99); }
div.DivClassName
{
background-color: #495563;
}
.BgClassName
{
background-color: #495563;
}
</style>
border-color css
<style>
span { border-color: #495563; }
span { border-color: rgb(73,85,99); }
td.TdClassName
{
border-color: #495563;
}
.TagClassName
{
border-color: #495563;
}
</style>