Shades of Fiord #495C63
Tints of Fiord #495C63
RGB
CMYK
RGB Variations
Color information
#495C63 (or 0x495C63) is known color: Fiord. HEX triplet: 49, 5C and 63. RGB value is (73,92,99). Sum of RGB (Red+Green+Blue) = 73+92+99=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #495C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C63 is #B6A39C. Grayscale: #575757. Windows color (decimal): -11969437 or 6511689. OLE color: 6511689.
HSL color Cylindrical-coordinate representation of color #495C63: hue angle of 196.15º 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 #495C63 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 92 | 99 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.61 |
| HSL | 196.15º | 0.15% | 0.34% | - |
| HSV(B) | 196.15º | 0.26% | 0.39% | - |
| XYZ | 8.83 | 9.97 | 13.26 | - |
| YUV | 87.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 99 | 0.26 | 0.07 | 0 | 0.61 | 196.15 | 0.15 | 0.34 |
| Hex | 49 | 5C | 63 | 1A | 7 | 0 | 3D | C4 | F | 22 |
| Octal | 111 | 134 | 143 | 32 | 7 | 0 | 75 | 304 | 17 | 42 |
| Binary | 1001001 | 1011100 | 1100011 | 11010 | 111 | 0 | 111101 | 11000100 | 1111 | 100010 |
Color Harmonies of #495C63
Complementary color
Monochromatic Colors of #495C63
Black with #495C63
Text Example
Text Example
White with #495C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C63; }
p { color: rgb(73,92,99); }
H1.HeaderClassName
{
color: #495C63;
}
.AnyTagClassName
{
color: #495C63;
}
</style>
background-color css
<style>
a { background-color: #495C63; }
a { background-color: rgb(73,92,99); }
div.DivClassName
{
background-color: #495C63;
}
.BgClassName
{
background-color: #495C63;
}
</style>
border-color css
<style>
span { border-color: #495C63; }
span { border-color: rgb(73,92,99); }
td.TdClassName
{
border-color: #495C63;
}
.TagClassName
{
border-color: #495C63;
}
</style>