Shades of Fiord #495C6D
Tints of Fiord #495C6D
RGB
CMYK
RGB Variations
Color information
#495C6D (or 0x495C6D) is known color: Fiord. HEX triplet: 49, 5C and 6D. RGB value is (73,92,109). Sum of RGB (Red+Green+Blue) = 73+92+109=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 109 - color contains mainly: blue. Hex color #495C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C6D is #B6A392. Grayscale: #585858. Windows color (decimal): -11969427 or 7167049. OLE color: 7167049.
HSL color Cylindrical-coordinate representation of color #495C6D: hue angle of 208.33º 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 #495C6D is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 92 | 109 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.57 |
| HSL | 208.33º | 0.2% | 0.36% | - |
| HSV(B) | 208.33º | 0.33% | 0.43% | - |
| XYZ | 9.34 | 10.17 | 15.94 | - |
| YUV | 88.26 | 139.71 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 109 | 0.33 | 0.16 | 0 | 0.57 | 208.33 | 0.2 | 0.36 |
| Hex | 49 | 5C | 6D | 21 | 10 | 0 | 39 | D0 | 14 | 24 |
| Octal | 111 | 134 | 155 | 41 | 20 | 0 | 71 | 320 | 24 | 44 |
| Binary | 1001001 | 1011100 | 1101101 | 100001 | 10000 | 0 | 111001 | 11010000 | 10100 | 100100 |
Color Harmonies of #495C6D
Complementary color
Monochromatic Colors of #495C6D
Black with #495C6D
Text Example
Text Example
White with #495C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C6D; }
p { color: rgb(73,92,109); }
H1.HeaderClassName
{
color: #495C6D;
}
.AnyTagClassName
{
color: #495C6D;
}
</style>
background-color css
<style>
a { background-color: #495C6D; }
a { background-color: rgb(73,92,109); }
div.DivClassName
{
background-color: #495C6D;
}
.BgClassName
{
background-color: #495C6D;
}
</style>
border-color css
<style>
span { border-color: #495C6D; }
span { border-color: rgb(73,92,109); }
td.TdClassName
{
border-color: #495C6D;
}
.TagClassName
{
border-color: #495C6D;
}
</style>