Shades of Fiord #495D65
Tints of Fiord #495D65
RGB
CMYK
RGB Variations
Color information
#495D65 (or 0x495D65) is known color: Fiord. HEX triplet: 49, 5D and 65. RGB value is (73,93,101). Sum of RGB (Red+Green+Blue) = 73+93+101=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 101 - color contains mainly: blue. Hex color #495D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D65 is #B6A29A. Grayscale: #575757. Windows color (decimal): -11969179 or 6643017. OLE color: 6643017.
HSL color Cylindrical-coordinate representation of color #495D65: hue angle of 197.14º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #495D65 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 93 | 101 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.60 |
| HSL | 197.14º | 0.16% | 0.34% | - |
| HSV(B) | 197.14º | 0.28% | 0.4% | - |
| XYZ | 9.01 | 10.18 | 13.8 | - |
| YUV | 87.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 101 | 0.28 | 0.08 | 0 | 0.60 | 197.14 | 0.16 | 0.34 |
| Hex | 49 | 5D | 65 | 1C | 8 | 0 | 3C | C5 | 10 | 22 |
| Octal | 111 | 135 | 145 | 34 | 10 | 0 | 74 | 305 | 20 | 42 |
| Binary | 1001001 | 1011101 | 1100101 | 11100 | 1000 | 0 | 111100 | 11000101 | 10000 | 100010 |
Color Harmonies of #495D65
Complementary color
Monochromatic Colors of #495D65
Black with #495D65
Text Example
Text Example
White with #495D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D65; }
p { color: rgb(73,93,101); }
H1.HeaderClassName
{
color: #495D65;
}
.AnyTagClassName
{
color: #495D65;
}
</style>
background-color css
<style>
a { background-color: #495D65; }
a { background-color: rgb(73,93,101); }
div.DivClassName
{
background-color: #495D65;
}
.BgClassName
{
background-color: #495D65;
}
</style>
border-color css
<style>
span { border-color: #495D65; }
span { border-color: rgb(73,93,101); }
td.TdClassName
{
border-color: #495D65;
}
.TagClassName
{
border-color: #495D65;
}
</style>