Shades of Fiord #47606B
Tints of Fiord #47606B
RGB
CMYK
RGB Variations
Color information
#47606B (or 0x47606B) is known color: Fiord. HEX triplet: 47, 60 and 6B. RGB value is (71,96,107). Sum of RGB (Red+Green+Blue) = 71+96+107=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 107 - color contains mainly: blue. Hex color #47606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47606B is #B89F94. Grayscale: #595959. Windows color (decimal): -12099477 or 7036999. OLE color: 7036999.
HSL color Cylindrical-coordinate representation of color #47606B: hue angle of 198.33º 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 #47606B is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 96 | 107 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.58 |
| HSL | 198.33º | 0.2% | 0.35% | - |
| HSV(B) | 198.33º | 0.34% | 0.42% | - |
| XYZ | 9.44 | 10.77 | 15.49 | - |
| YUV | 89.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 96 | 107 | 0.34 | 0.10 | 0 | 0.58 | 198.33 | 0.2 | 0.35 |
| Hex | 47 | 60 | 6B | 22 | A | 0 | 3A | C6 | 14 | 23 |
| Octal | 107 | 140 | 153 | 42 | 12 | 0 | 72 | 306 | 24 | 43 |
| Binary | 1000111 | 1100000 | 1101011 | 100010 | 1010 | 0 | 111010 | 11000110 | 10100 | 100011 |
Color Harmonies of #47606B
Complementary color
Monochromatic Colors of #47606B
Black with #47606B
Text Example
Text Example
White with #47606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47606B; }
p { color: rgb(71,96,107); }
H1.HeaderClassName
{
color: #47606B;
}
.AnyTagClassName
{
color: #47606B;
}
</style>
background-color css
<style>
a { background-color: #47606B; }
a { background-color: rgb(71,96,107); }
div.DivClassName
{
background-color: #47606B;
}
.BgClassName
{
background-color: #47606B;
}
</style>
border-color css
<style>
span { border-color: #47606B; }
span { border-color: rgb(71,96,107); }
td.TdClassName
{
border-color: #47606B;
}
.TagClassName
{
border-color: #47606B;
}
</style>