Shades of Fiord #475D68
Tints of Fiord #475D68
RGB
CMYK
RGB Variations
Color information
#475D68 (or 0x475D68) is known color: Fiord. HEX triplet: 47, 5D and 68. RGB value is (71,93,104). Sum of RGB (Red+Green+Blue) = 71+93+104=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 104 - color contains mainly: blue. Hex color #475D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D68 is #B8A297. Grayscale: #575757. Windows color (decimal): -12100248 or 6839623. OLE color: 6839623.
HSL color Cylindrical-coordinate representation of color #475D68: hue angle of 200º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #475D68 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 93 | 104 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.59 |
| HSL | 200º | 0.19% | 0.34% | - |
| HSV(B) | 200º | 0.32% | 0.41% | - |
| XYZ | 9.01 | 10.17 | 14.58 | - |
| YUV | 87.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 104 | 0.32 | 0.11 | 0 | 0.59 | 200 | 0.19 | 0.34 |
| Hex | 47 | 5D | 68 | 20 | B | 0 | 3B | C8 | 13 | 22 |
| Octal | 107 | 135 | 150 | 40 | 13 | 0 | 73 | 310 | 23 | 42 |
| Binary | 1000111 | 1011101 | 1101000 | 100000 | 1011 | 0 | 111011 | 11001000 | 10011 | 100010 |
Color Harmonies of #475D68
Complementary color
Monochromatic Colors of #475D68
Black with #475D68
Text Example
Text Example
White with #475D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475D68; }
p { color: rgb(71,93,104); }
H1.HeaderClassName
{
color: #475D68;
}
.AnyTagClassName
{
color: #475D68;
}
</style>
background-color css
<style>
a { background-color: #475D68; }
a { background-color: rgb(71,93,104); }
div.DivClassName
{
background-color: #475D68;
}
.BgClassName
{
background-color: #475D68;
}
</style>
border-color css
<style>
span { border-color: #475D68; }
span { border-color: rgb(71,93,104); }
td.TdClassName
{
border-color: #475D68;
}
.TagClassName
{
border-color: #475D68;
}
</style>