Shades of Fiord #475C63
Tints of Fiord #475C63
RGB
CMYK
RGB Variations
Color information
#475C63 (or 0x475C63) is known color: Fiord. HEX triplet: 47, 5C and 63. RGB value is (71,92,99). Sum of RGB (Red+Green+Blue) = 71+92+99=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 99 - color contains mainly: blue. Hex color #475C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C63 is #B8A39C. Grayscale: #565656. Windows color (decimal): -12100509 or 6511687. OLE color: 6511687.
HSL color Cylindrical-coordinate representation of color #475C63: hue angle of 195º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #475C63 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 92 | 99 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.61 |
| HSL | 195º | 0.16% | 0.33% | - |
| HSV(B) | 195º | 0.28% | 0.39% | - |
| XYZ | 8.68 | 9.89 | 13.26 | - |
| YUV | 86.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 99 | 0.28 | 0.07 | 0 | 0.61 | 195 | 0.16 | 0.33 |
| Hex | 47 | 5C | 63 | 1C | 7 | 0 | 3D | C3 | 10 | 21 |
| Octal | 107 | 134 | 143 | 34 | 7 | 0 | 75 | 303 | 20 | 41 |
| Binary | 1000111 | 1011100 | 1100011 | 11100 | 111 | 0 | 111101 | 11000011 | 10000 | 100001 |
Color Harmonies of #475C63
Complementary color
Monochromatic Colors of #475C63
Black with #475C63
Text Example
Text Example
White with #475C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475C63; }
p { color: rgb(71,92,99); }
H1.HeaderClassName
{
color: #475C63;
}
.AnyTagClassName
{
color: #475C63;
}
</style>
background-color css
<style>
a { background-color: #475C63; }
a { background-color: rgb(71,92,99); }
div.DivClassName
{
background-color: #475C63;
}
.BgClassName
{
background-color: #475C63;
}
</style>
border-color css
<style>
span { border-color: #475C63; }
span { border-color: rgb(71,92,99); }
td.TdClassName
{
border-color: #475C63;
}
.TagClassName
{
border-color: #475C63;
}
</style>