Shades of Fiord #495B61
Tints of Fiord #495B61
RGB
CMYK
RGB Variations
Color information
#495B61 (or 0x495B61) is known color: Fiord. HEX triplet: 49, 5B and 61. RGB value is (73,91,97). Sum of RGB (Red+Green+Blue) = 73+91+97=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 97 - color contains mainly: blue. Hex color #495B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B61 is #B6A49E. Grayscale: #565656. Windows color (decimal): -11969695 or 6380361. OLE color: 6380361.
HSL color Cylindrical-coordinate representation of color #495B61: hue angle of 195º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #495B61 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 91 | 97 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.62 |
| HSL | 195º | 0.14% | 0.33% | - |
| HSV(B) | 195º | 0.25% | 0.38% | - |
| XYZ | 8.65 | 9.76 | 12.74 | - |
| YUV | 86.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 97 | 0.25 | 0.06 | 0 | 0.62 | 195 | 0.14 | 0.33 |
| Hex | 49 | 5B | 61 | 19 | 6 | 0 | 3E | C3 | E | 21 |
| Octal | 111 | 133 | 141 | 31 | 6 | 0 | 76 | 303 | 16 | 41 |
| Binary | 1001001 | 1011011 | 1100001 | 11001 | 110 | 0 | 111110 | 11000011 | 1110 | 100001 |
Color Harmonies of #495B61
Complementary color
Monochromatic Colors of #495B61
Black with #495B61
Text Example
Text Example
White with #495B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B61; }
p { color: rgb(73,91,97); }
H1.HeaderClassName
{
color: #495B61;
}
.AnyTagClassName
{
color: #495B61;
}
</style>
background-color css
<style>
a { background-color: #495B61; }
a { background-color: rgb(73,91,97); }
div.DivClassName
{
background-color: #495B61;
}
.BgClassName
{
background-color: #495B61;
}
</style>
border-color css
<style>
span { border-color: #495B61; }
span { border-color: rgb(73,91,97); }
td.TdClassName
{
border-color: #495B61;
}
.TagClassName
{
border-color: #495B61;
}
</style>