Shades of Fiord #495B68
Tints of Fiord #495B68
RGB
CMYK
RGB Variations
Color information
#495B68 (or 0x495B68) is known color: Fiord. HEX triplet: 49, 5B and 68. RGB value is (73,91,104). Sum of RGB (Red+Green+Blue) = 73+91+104=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 104 - color contains mainly: blue. Hex color #495B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B68 is #B6A497. Grayscale: #575757. Windows color (decimal): -11969688 or 6839113. OLE color: 6839113.
HSL color Cylindrical-coordinate representation of color #495B68: hue angle of 205.16º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #495B68 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 91 | 104 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.59 |
| HSL | 205.16º | 0.18% | 0.35% | - |
| HSV(B) | 205.16º | 0.3% | 0.41% | - |
| XYZ | 8.99 | 9.9 | 14.53 | - |
| YUV | 87.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 104 | 0.30 | 0.12 | 0 | 0.59 | 205.16 | 0.18 | 0.35 |
| Hex | 49 | 5B | 68 | 1E | C | 0 | 3B | CD | 12 | 23 |
| Octal | 111 | 133 | 150 | 36 | 14 | 0 | 73 | 315 | 22 | 43 |
| Binary | 1001001 | 1011011 | 1101000 | 11110 | 1100 | 0 | 111011 | 11001101 | 10010 | 100011 |
Color Harmonies of #495B68
Complementary color
Monochromatic Colors of #495B68
Black with #495B68
Text Example
Text Example
White with #495B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B68; }
p { color: rgb(73,91,104); }
H1.HeaderClassName
{
color: #495B68;
}
.AnyTagClassName
{
color: #495B68;
}
</style>
background-color css
<style>
a { background-color: #495B68; }
a { background-color: rgb(73,91,104); }
div.DivClassName
{
background-color: #495B68;
}
.BgClassName
{
background-color: #495B68;
}
</style>
border-color css
<style>
span { border-color: #495B68; }
span { border-color: rgb(73,91,104); }
td.TdClassName
{
border-color: #495B68;
}
.TagClassName
{
border-color: #495B68;
}
</style>