Shades of Fiord #495862
Tints of Fiord #495862
RGB
CMYK
RGB Variations
Color information
#495862 (or 0x495862) is known color: Fiord. HEX triplet: 49, 58 and 62. RGB value is (73,88,98). Sum of RGB (Red+Green+Blue) = 73+88+98=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 98 - color contains mainly: blue. Hex color #495862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495862 is #B6A79D. Grayscale: #545454. Windows color (decimal): -11970462 or 6445129. OLE color: 6445129.
HSL color Cylindrical-coordinate representation of color #495862: hue angle of 204º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #495862 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 88 | 98 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.62 |
| HSL | 204º | 0.15% | 0.34% | - |
| HSV(B) | 204º | 0.26% | 0.38% | - |
| XYZ | 8.44 | 9.28 | 12.9 | - |
| YUV | 84.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 98 | 0.26 | 0.10 | 0 | 0.62 | 204 | 0.15 | 0.34 |
| Hex | 49 | 58 | 62 | 1A | A | 0 | 3E | CC | F | 22 |
| Octal | 111 | 130 | 142 | 32 | 12 | 0 | 76 | 314 | 17 | 42 |
| Binary | 1001001 | 1011000 | 1100010 | 11010 | 1010 | 0 | 111110 | 11001100 | 1111 | 100010 |
Color Harmonies of #495862
Complementary color
Monochromatic Colors of #495862
Black with #495862
Text Example
Text Example
White with #495862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495862; }
p { color: rgb(73,88,98); }
H1.HeaderClassName
{
color: #495862;
}
.AnyTagClassName
{
color: #495862;
}
</style>
background-color css
<style>
a { background-color: #495862; }
a { background-color: rgb(73,88,98); }
div.DivClassName
{
background-color: #495862;
}
.BgClassName
{
background-color: #495862;
}
</style>
border-color css
<style>
span { border-color: #495862; }
span { border-color: rgb(73,88,98); }
td.TdClassName
{
border-color: #495862;
}
.TagClassName
{
border-color: #495862;
}
</style>