Shades of Fiord #495B63
Tints of Fiord #495B63
RGB
CMYK
RGB Variations
Color information
#495B63 (or 0x495B63) is known color: Fiord. HEX triplet: 49, 5B and 63. RGB value is (73,91,99). Sum of RGB (Red+Green+Blue) = 73+91+99=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 99 - color contains mainly: blue. Hex color #495B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B63 is #B6A49C. Grayscale: #565656. Windows color (decimal): -11969693 or 6511433. OLE color: 6511433.
HSL color Cylindrical-coordinate representation of color #495B63: hue angle of 198.46º 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 #495B63 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 91 | 99 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.61 |
| HSL | 198.46º | 0.15% | 0.34% | - |
| HSV(B) | 198.46º | 0.26% | 0.39% | - |
| XYZ | 8.74 | 9.8 | 13.24 | - |
| YUV | 86.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 99 | 0.26 | 0.08 | 0 | 0.61 | 198.46 | 0.15 | 0.34 |
| Hex | 49 | 5B | 63 | 1A | 8 | 0 | 3D | C6 | F | 22 |
| Octal | 111 | 133 | 143 | 32 | 10 | 0 | 75 | 306 | 17 | 42 |
| Binary | 1001001 | 1011011 | 1100011 | 11010 | 1000 | 0 | 111101 | 11000110 | 1111 | 100010 |
Color Harmonies of #495B63
Complementary color
Monochromatic Colors of #495B63
Black with #495B63
Text Example
Text Example
White with #495B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B63; }
p { color: rgb(73,91,99); }
H1.HeaderClassName
{
color: #495B63;
}
.AnyTagClassName
{
color: #495B63;
}
</style>
background-color css
<style>
a { background-color: #495B63; }
a { background-color: rgb(73,91,99); }
div.DivClassName
{
background-color: #495B63;
}
.BgClassName
{
background-color: #495B63;
}
</style>
border-color css
<style>
span { border-color: #495B63; }
span { border-color: rgb(73,91,99); }
td.TdClassName
{
border-color: #495B63;
}
.TagClassName
{
border-color: #495B63;
}
</style>