Shades of Fiord #495A61
Tints of Fiord #495A61
RGB
CMYK
RGB Variations
Color information
#495A61 (or 0x495A61) is known color: Fiord. HEX triplet: 49, 5A and 61. RGB value is (73,90,97). Sum of RGB (Red+Green+Blue) = 73+90+97=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 97 - color contains mainly: blue. Hex color #495A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A61 is #B6A59E. Grayscale: #555555. Windows color (decimal): -11969951 or 6380105. OLE color: 6380105.
HSL color Cylindrical-coordinate representation of color #495A61: hue angle of 197.5º 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 #495A61 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 90 | 97 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.62 |
| HSL | 197.5º | 0.14% | 0.33% | - |
| HSV(B) | 197.5º | 0.25% | 0.38% | - |
| XYZ | 8.56 | 9.59 | 12.71 | - |
| YUV | 85.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 97 | 0.25 | 0.07 | 0 | 0.62 | 197.5 | 0.14 | 0.33 |
| Hex | 49 | 5A | 61 | 19 | 7 | 0 | 3E | C6 | E | 21 |
| Octal | 111 | 132 | 141 | 31 | 7 | 0 | 76 | 306 | 16 | 41 |
| Binary | 1001001 | 1011010 | 1100001 | 11001 | 111 | 0 | 111110 | 11000110 | 1110 | 100001 |
Color Harmonies of #495A61
Complementary color
Monochromatic Colors of #495A61
Black with #495A61
Text Example
Text Example
White with #495A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A61; }
p { color: rgb(73,90,97); }
H1.HeaderClassName
{
color: #495A61;
}
.AnyTagClassName
{
color: #495A61;
}
</style>
background-color css
<style>
a { background-color: #495A61; }
a { background-color: rgb(73,90,97); }
div.DivClassName
{
background-color: #495A61;
}
.BgClassName
{
background-color: #495A61;
}
</style>
border-color css
<style>
span { border-color: #495A61; }
span { border-color: rgb(73,90,97); }
td.TdClassName
{
border-color: #495A61;
}
.TagClassName
{
border-color: #495A61;
}
</style>