Shades of Fiord #475D6D
Tints of Fiord #475D6D
RGB
CMYK
RGB Variations
Color information
#475D6D (or 0x475D6D) is known color: Fiord. HEX triplet: 47, 5D and 6D. RGB value is (71,93,109). Sum of RGB (Red+Green+Blue) = 71+93+109=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 109 - color contains mainly: blue. Hex color #475D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D6D is #B8A292. Grayscale: #585858. Windows color (decimal): -12100243 or 7167303. OLE color: 7167303.
HSL color Cylindrical-coordinate representation of color #475D6D: hue angle of 205.26º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #475D6D is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 93 | 109 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.57 |
| HSL | 205.26º | 0.21% | 0.35% | - |
| HSV(B) | 205.26º | 0.35% | 0.43% | - |
| XYZ | 9.27 | 10.27 | 15.96 | - |
| YUV | 88.25 | 139.71 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 109 | 0.35 | 0.15 | 0 | 0.57 | 205.26 | 0.21 | 0.35 |
| Hex | 47 | 5D | 6D | 23 | F | 0 | 39 | CD | 15 | 23 |
| Octal | 107 | 135 | 155 | 43 | 17 | 0 | 71 | 315 | 25 | 43 |
| Binary | 1000111 | 1011101 | 1101101 | 100011 | 1111 | 0 | 111001 | 11001101 | 10101 | 100011 |
Color Harmonies of #475D6D
Complementary color
Monochromatic Colors of #475D6D
Black with #475D6D
Text Example
Text Example
White with #475D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475D6D; }
p { color: rgb(71,93,109); }
H1.HeaderClassName
{
color: #475D6D;
}
.AnyTagClassName
{
color: #475D6D;
}
</style>
background-color css
<style>
a { background-color: #475D6D; }
a { background-color: rgb(71,93,109); }
div.DivClassName
{
background-color: #475D6D;
}
.BgClassName
{
background-color: #475D6D;
}
</style>
border-color css
<style>
span { border-color: #475D6D; }
span { border-color: rgb(71,93,109); }
td.TdClassName
{
border-color: #475D6D;
}
.TagClassName
{
border-color: #475D6D;
}
</style>