Shades of Fiord #495A60
Tints of Fiord #495A60
RGB
CMYK
RGB Variations
Color information
#495A60 (or 0x495A60) is known color: Fiord. HEX triplet: 49, 5A and 60. RGB value is (73,90,96). Sum of RGB (Red+Green+Blue) = 73+90+96=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 96 - color contains mainly: blue. Hex color #495A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A60 is #B6A59F. Grayscale: #555555. Windows color (decimal): -11969952 or 6314569. OLE color: 6314569.
HSL color Cylindrical-coordinate representation of color #495A60: hue angle of 195.65º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #495A60 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 90 | 96 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.62 |
| HSL | 195.65º | 0.14% | 0.33% | - |
| HSV(B) | 195.65º | 0.24% | 0.38% | - |
| XYZ | 8.52 | 9.57 | 12.47 | - |
| YUV | 85.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 96 | 0.24 | 0.06 | 0 | 0.62 | 195.65 | 0.14 | 0.33 |
| Hex | 49 | 5A | 60 | 18 | 6 | 0 | 3E | C4 | E | 21 |
| Octal | 111 | 132 | 140 | 30 | 6 | 0 | 76 | 304 | 16 | 41 |
| Binary | 1001001 | 1011010 | 1100000 | 11000 | 110 | 0 | 111110 | 11000100 | 1110 | 100001 |
Color Harmonies of #495A60
Complementary color
Monochromatic Colors of #495A60
Black with #495A60
Text Example
Text Example
White with #495A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A60; }
p { color: rgb(73,90,96); }
H1.HeaderClassName
{
color: #495A60;
}
.AnyTagClassName
{
color: #495A60;
}
</style>
background-color css
<style>
a { background-color: #495A60; }
a { background-color: rgb(73,90,96); }
div.DivClassName
{
background-color: #495A60;
}
.BgClassName
{
background-color: #495A60;
}
</style>
border-color css
<style>
span { border-color: #495A60; }
span { border-color: rgb(73,90,96); }
td.TdClassName
{
border-color: #495A60;
}
.TagClassName
{
border-color: #495A60;
}
</style>