Shades of Fiord #496070
Tints of Fiord #496070
RGB
CMYK
RGB Variations
Color information
#496070 (or 0x496070) is known color: Fiord. HEX triplet: 49, 60 and 70. RGB value is (73,96,112). Sum of RGB (Red+Green+Blue) = 73+96+112=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 112 - color contains mainly: blue. Hex color #496070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496070 is #B69F8F. Grayscale: #5A5A5A. Windows color (decimal): -11968400 or 7364681. OLE color: 7364681.
HSL color Cylindrical-coordinate representation of color #496070: hue angle of 204.62º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #496070 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 96 | 112 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.56 |
| HSL | 204.62º | 0.21% | 0.36% | - |
| HSV(B) | 204.62º | 0.35% | 0.44% | - |
| XYZ | 9.86 | 10.95 | 16.92 | - |
| YUV | 90.95 | 139.88 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 112 | 0.35 | 0.14 | 0 | 0.56 | 204.62 | 0.21 | 0.36 |
| Hex | 49 | 60 | 70 | 23 | E | 0 | 38 | CD | 15 | 24 |
| Octal | 111 | 140 | 160 | 43 | 16 | 0 | 70 | 315 | 25 | 44 |
| Binary | 1001001 | 1100000 | 1110000 | 100011 | 1110 | 0 | 111000 | 11001101 | 10101 | 100100 |
Color Harmonies of #496070
Complementary color
Monochromatic Colors of #496070
Black with #496070
Text Example
Text Example
White with #496070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496070; }
p { color: rgb(73,96,112); }
H1.HeaderClassName
{
color: #496070;
}
.AnyTagClassName
{
color: #496070;
}
</style>
background-color css
<style>
a { background-color: #496070; }
a { background-color: rgb(73,96,112); }
div.DivClassName
{
background-color: #496070;
}
.BgClassName
{
background-color: #496070;
}
</style>
border-color css
<style>
span { border-color: #496070; }
span { border-color: rgb(73,96,112); }
td.TdClassName
{
border-color: #496070;
}
.TagClassName
{
border-color: #496070;
}
</style>