Shades of Fiord #495D6D
Tints of Fiord #495D6D
RGB
CMYK
RGB Variations
Color information
#495D6D (or 0x495D6D) is known color: Fiord. HEX triplet: 49, 5D and 6D. RGB value is (73,93,109). Sum of RGB (Red+Green+Blue) = 73+93+109=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 109 - color contains mainly: blue. Hex color #495D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D6D is #B6A292. Grayscale: #585858. Windows color (decimal): -11969171 or 7167305. OLE color: 7167305.
HSL color Cylindrical-coordinate representation of color #495D6D: hue angle of 206.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #495D6D is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 93 | 109 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.57 |
| HSL | 206.67º | 0.2% | 0.36% | - |
| HSV(B) | 206.67º | 0.33% | 0.43% | - |
| XYZ | 9.42 | 10.35 | 15.97 | - |
| YUV | 88.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 109 | 0.33 | 0.15 | 0 | 0.57 | 206.67 | 0.2 | 0.36 |
| Hex | 49 | 5D | 6D | 21 | F | 0 | 39 | CF | 14 | 24 |
| Octal | 111 | 135 | 155 | 41 | 17 | 0 | 71 | 317 | 24 | 44 |
| Binary | 1001001 | 1011101 | 1101101 | 100001 | 1111 | 0 | 111001 | 11001111 | 10100 | 100100 |
Color Harmonies of #495D6D
Complementary color
Monochromatic Colors of #495D6D
Black with #495D6D
Text Example
Text Example
White with #495D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D6D; }
p { color: rgb(73,93,109); }
H1.HeaderClassName
{
color: #495D6D;
}
.AnyTagClassName
{
color: #495D6D;
}
</style>
background-color css
<style>
a { background-color: #495D6D; }
a { background-color: rgb(73,93,109); }
div.DivClassName
{
background-color: #495D6D;
}
.BgClassName
{
background-color: #495D6D;
}
</style>
border-color css
<style>
span { border-color: #495D6D; }
span { border-color: rgb(73,93,109); }
td.TdClassName
{
border-color: #495D6D;
}
.TagClassName
{
border-color: #495D6D;
}
</style>