Shades of Fiord #475E6B
Tints of Fiord #475E6B
RGB
CMYK
RGB Variations
Color information
#475E6B (or 0x475E6B) is known color: Fiord. HEX triplet: 47, 5E and 6B. RGB value is (71,94,107). Sum of RGB (Red+Green+Blue) = 71+94+107=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 107 - color contains mainly: blue. Hex color #475E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E6B is #B8A194. Grayscale: #585858. Windows color (decimal): -12099989 or 7036487. OLE color: 7036487.
HSL color Cylindrical-coordinate representation of color #475E6B: hue angle of 201.67º degrees, saturation: 0.2, 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 #475E6B is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 94 | 107 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.58 |
| HSL | 201.67º | 0.2% | 0.35% | - |
| HSV(B) | 201.67º | 0.34% | 0.42% | - |
| XYZ | 9.26 | 10.41 | 15.43 | - |
| YUV | 88.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 107 | 0.34 | 0.12 | 0 | 0.58 | 201.67 | 0.2 | 0.35 |
| Hex | 47 | 5E | 6B | 22 | C | 0 | 3A | CA | 14 | 23 |
| Octal | 107 | 136 | 153 | 42 | 14 | 0 | 72 | 312 | 24 | 43 |
| Binary | 1000111 | 1011110 | 1101011 | 100010 | 1100 | 0 | 111010 | 11001010 | 10100 | 100011 |
Color Harmonies of #475E6B
Complementary color
Monochromatic Colors of #475E6B
Black with #475E6B
Text Example
Text Example
White with #475E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475E6B; }
p { color: rgb(71,94,107); }
H1.HeaderClassName
{
color: #475E6B;
}
.AnyTagClassName
{
color: #475E6B;
}
</style>
background-color css
<style>
a { background-color: #475E6B; }
a { background-color: rgb(71,94,107); }
div.DivClassName
{
background-color: #475E6B;
}
.BgClassName
{
background-color: #475E6B;
}
</style>
border-color css
<style>
span { border-color: #475E6B; }
span { border-color: rgb(71,94,107); }
td.TdClassName
{
border-color: #475E6B;
}
.TagClassName
{
border-color: #475E6B;
}
</style>