Shades of Fiord #496072
Tints of Fiord #496072
RGB
CMYK
RGB Variations
Color information
#496072 (or 0x496072) is known color: Fiord. HEX triplet: 49, 60 and 72. RGB value is (73,96,114). Sum of RGB (Red+Green+Blue) = 73+96+114=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #496072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496072 is #B69F8D. Grayscale: #5B5B5B. Windows color (decimal): -11968398 or 7495753. OLE color: 7495753.
HSL color Cylindrical-coordinate representation of color #496072: hue angle of 206.34º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #496072 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 96 | 114 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.55 |
| HSL | 206.34º | 0.22% | 0.37% | - |
| HSV(B) | 206.34º | 0.36% | 0.45% | - |
| XYZ | 9.97 | 11 | 17.52 | - |
| YUV | 91.18 | 140.88 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 114 | 0.36 | 0.16 | 0 | 0.55 | 206.34 | 0.22 | 0.37 |
| Hex | 49 | 60 | 72 | 24 | 10 | 0 | 37 | CE | 16 | 25 |
| Octal | 111 | 140 | 162 | 44 | 20 | 0 | 67 | 316 | 26 | 45 |
| Binary | 1001001 | 1100000 | 1110010 | 100100 | 10000 | 0 | 110111 | 11001110 | 10110 | 100101 |
Color Harmonies of #496072
Complementary color
Monochromatic Colors of #496072
Black with #496072
Text Example
Text Example
White with #496072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496072; }
p { color: rgb(73,96,114); }
H1.HeaderClassName
{
color: #496072;
}
.AnyTagClassName
{
color: #496072;
}
</style>
background-color css
<style>
a { background-color: #496072; }
a { background-color: rgb(73,96,114); }
div.DivClassName
{
background-color: #496072;
}
.BgClassName
{
background-color: #496072;
}
</style>
border-color css
<style>
span { border-color: #496072; }
span { border-color: rgb(73,96,114); }
td.TdClassName
{
border-color: #496072;
}
.TagClassName
{
border-color: #496072;
}
</style>