Shades of Fiord #495E67
Tints of Fiord #495E67
RGB
CMYK
RGB Variations
Color information
#495E67 (or 0x495E67) is known color: Fiord. HEX triplet: 49, 5E and 67. RGB value is (73,94,103). Sum of RGB (Red+Green+Blue) = 73+94+103=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 103 - color contains mainly: blue. Hex color #495E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E67 is #B6A198. Grayscale: #585858. Windows color (decimal): -11968921 or 6774345. OLE color: 6774345.
HSL color Cylindrical-coordinate representation of color #495E67: hue angle of 198º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #495E67 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 94 | 103 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.60 |
| HSL | 198º | 0.17% | 0.35% | - |
| HSV(B) | 198º | 0.29% | 0.4% | - |
| XYZ | 9.2 | 10.4 | 14.35 | - |
| YUV | 88.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 94 | 103 | 0.29 | 0.09 | 0 | 0.60 | 198 | 0.17 | 0.35 |
| Hex | 49 | 5E | 67 | 1D | 9 | 0 | 3C | C6 | 11 | 23 |
| Octal | 111 | 136 | 147 | 35 | 11 | 0 | 74 | 306 | 21 | 43 |
| Binary | 1001001 | 1011110 | 1100111 | 11101 | 1001 | 0 | 111100 | 11000110 | 10001 | 100011 |
Color Harmonies of #495E67
Complementary color
Monochromatic Colors of #495E67
Black with #495E67
Text Example
Text Example
White with #495E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495E67; }
p { color: rgb(73,94,103); }
H1.HeaderClassName
{
color: #495E67;
}
.AnyTagClassName
{
color: #495E67;
}
</style>
background-color css
<style>
a { background-color: #495E67; }
a { background-color: rgb(73,94,103); }
div.DivClassName
{
background-color: #495E67;
}
.BgClassName
{
background-color: #495E67;
}
</style>
border-color css
<style>
span { border-color: #495E67; }
span { border-color: rgb(73,94,103); }
td.TdClassName
{
border-color: #495E67;
}
.TagClassName
{
border-color: #495E67;
}
</style>