Shades of Fiord #495863
Tints of Fiord #495863
RGB
CMYK
RGB Variations
Color information
#495863 (or 0x495863) is known color: Fiord. HEX triplet: 49, 58 and 63. RGB value is (73,88,99). Sum of RGB (Red+Green+Blue) = 73+88+99=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #495863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495863 is #B6A79C. Grayscale: #545454. Windows color (decimal): -11970461 or 6510665. OLE color: 6510665.
HSL color Cylindrical-coordinate representation of color #495863: hue angle of 205.38º 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 #495863 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 88 | 99 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.61 |
| HSL | 205.38º | 0.15% | 0.34% | - |
| HSV(B) | 205.38º | 0.26% | 0.39% | - |
| XYZ | 8.49 | 9.3 | 13.15 | - |
| YUV | 84.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 99 | 0.26 | 0.11 | 0 | 0.61 | 205.38 | 0.15 | 0.34 |
| Hex | 49 | 58 | 63 | 1A | B | 0 | 3D | CD | F | 22 |
| Octal | 111 | 130 | 143 | 32 | 13 | 0 | 75 | 315 | 17 | 42 |
| Binary | 1001001 | 1011000 | 1100011 | 11010 | 1011 | 0 | 111101 | 11001101 | 1111 | 100010 |
Color Harmonies of #495863
Complementary color
Monochromatic Colors of #495863
Black with #495863
Text Example
Text Example
White with #495863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495863; }
p { color: rgb(73,88,99); }
H1.HeaderClassName
{
color: #495863;
}
.AnyTagClassName
{
color: #495863;
}
</style>
background-color css
<style>
a { background-color: #495863; }
a { background-color: rgb(73,88,99); }
div.DivClassName
{
background-color: #495863;
}
.BgClassName
{
background-color: #495863;
}
</style>
border-color css
<style>
span { border-color: #495863; }
span { border-color: rgb(73,88,99); }
td.TdClassName
{
border-color: #495863;
}
.TagClassName
{
border-color: #495863;
}
</style>