Shades of Fiord #475965
Tints of Fiord #475965
RGB
CMYK
RGB Variations
Color information
#475965 (or 0x475965) is known color: Fiord. HEX triplet: 47, 59 and 65. RGB value is (71,89,101). Sum of RGB (Red+Green+Blue) = 71+89+101=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 101 - color contains mainly: blue. Hex color #475965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475965 is #B8A69A. Grayscale: #545454. Windows color (decimal): -12101275 or 6641991. OLE color: 6641991.
HSL color Cylindrical-coordinate representation of color #475965: hue angle of 204º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #475965 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 89 | 101 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.60 |
| HSL | 204º | 0.17% | 0.34% | - |
| HSV(B) | 204º | 0.3% | 0.4% | - |
| XYZ | 8.52 | 9.42 | 13.68 | - |
| YUV | 84.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 101 | 0.30 | 0.12 | 0 | 0.60 | 204 | 0.17 | 0.34 |
| Hex | 47 | 59 | 65 | 1E | C | 0 | 3C | CC | 11 | 22 |
| Octal | 107 | 131 | 145 | 36 | 14 | 0 | 74 | 314 | 21 | 42 |
| Binary | 1000111 | 1011001 | 1100101 | 11110 | 1100 | 0 | 111100 | 11001100 | 10001 | 100010 |
Color Harmonies of #475965
Complementary color
Monochromatic Colors of #475965
Black with #475965
Text Example
Text Example
White with #475965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475965; }
p { color: rgb(71,89,101); }
H1.HeaderClassName
{
color: #475965;
}
.AnyTagClassName
{
color: #475965;
}
</style>
background-color css
<style>
a { background-color: #475965; }
a { background-color: rgb(71,89,101); }
div.DivClassName
{
background-color: #475965;
}
.BgClassName
{
background-color: #475965;
}
</style>
border-color css
<style>
span { border-color: #475965; }
span { border-color: rgb(71,89,101); }
td.TdClassName
{
border-color: #475965;
}
.TagClassName
{
border-color: #475965;
}
</style>