Shades of Fiord #475E6C
Tints of Fiord #475E6C
RGB
CMYK
RGB Variations
Color information
#475E6C (or 0x475E6C) is known color: Fiord. HEX triplet: 47, 5E and 6C. RGB value is (71,94,108). Sum of RGB (Red+Green+Blue) = 71+94+108=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #475E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E6C is #B8A193. Grayscale: #585858. Windows color (decimal): -12099988 or 7102023. OLE color: 7102023.
HSL color Cylindrical-coordinate representation of color #475E6C: hue angle of 202.7º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #475E6C is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 94 | 108 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.58 |
| HSL | 202.7º | 0.21% | 0.35% | - |
| HSV(B) | 202.7º | 0.34% | 0.42% | - |
| XYZ | 9.31 | 10.43 | 15.71 | - |
| YUV | 88.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 108 | 0.34 | 0.13 | 0 | 0.58 | 202.7 | 0.21 | 0.35 |
| Hex | 47 | 5E | 6C | 22 | D | 0 | 3A | CB | 15 | 23 |
| Octal | 107 | 136 | 154 | 42 | 15 | 0 | 72 | 313 | 25 | 43 |
| Binary | 1000111 | 1011110 | 1101100 | 100010 | 1101 | 0 | 111010 | 11001011 | 10101 | 100011 |
Color Harmonies of #475E6C
Complementary color
Monochromatic Colors of #475E6C
Black with #475E6C
Text Example
Text Example
White with #475E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475E6C; }
p { color: rgb(71,94,108); }
H1.HeaderClassName
{
color: #475E6C;
}
.AnyTagClassName
{
color: #475E6C;
}
</style>
background-color css
<style>
a { background-color: #475E6C; }
a { background-color: rgb(71,94,108); }
div.DivClassName
{
background-color: #475E6C;
}
.BgClassName
{
background-color: #475E6C;
}
</style>
border-color css
<style>
span { border-color: #475E6C; }
span { border-color: rgb(71,94,108); }
td.TdClassName
{
border-color: #475E6C;
}
.TagClassName
{
border-color: #475E6C;
}
</style>