Shades of Fiord #495867
Tints of Fiord #495867
RGB
CMYK
RGB Variations
Color information
#495867 (or 0x495867) is known color: Fiord. HEX triplet: 49, 58 and 67. RGB value is (73,88,103). Sum of RGB (Red+Green+Blue) = 73+88+103=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 103 - color contains mainly: blue. Hex color #495867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495867 is #B6A798. Grayscale: #555555. Windows color (decimal): -11970457 or 6772809. OLE color: 6772809.
HSL color Cylindrical-coordinate representation of color #495867: hue angle of 210º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #495867 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 88 | 103 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.60 |
| HSL | 210º | 0.17% | 0.35% | - |
| HSV(B) | 210º | 0.29% | 0.4% | - |
| XYZ | 8.69 | 9.38 | 14.18 | - |
| YUV | 85.23 | 138.03 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 103 | 0.29 | 0.15 | 0 | 0.60 | 210 | 0.17 | 0.35 |
| Hex | 49 | 58 | 67 | 1D | F | 0 | 3C | D2 | 11 | 23 |
| Octal | 111 | 130 | 147 | 35 | 17 | 0 | 74 | 322 | 21 | 43 |
| Binary | 1001001 | 1011000 | 1100111 | 11101 | 1111 | 0 | 111100 | 11010010 | 10001 | 100011 |
Color Harmonies of #495867
Complementary color
Monochromatic Colors of #495867
Black with #495867
Text Example
Text Example
White with #495867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495867; }
p { color: rgb(73,88,103); }
H1.HeaderClassName
{
color: #495867;
}
.AnyTagClassName
{
color: #495867;
}
</style>
background-color css
<style>
a { background-color: #495867; }
a { background-color: rgb(73,88,103); }
div.DivClassName
{
background-color: #495867;
}
.BgClassName
{
background-color: #495867;
}
</style>
border-color css
<style>
span { border-color: #495867; }
span { border-color: rgb(73,88,103); }
td.TdClassName
{
border-color: #495867;
}
.TagClassName
{
border-color: #495867;
}
</style>