Shades of Fiord #47596A
Tints of Fiord #47596A
RGB
CMYK
RGB Variations
Color information
#47596A (or 0x47596A) is known color: Fiord. HEX triplet: 47, 59 and 6A. RGB value is (71,89,106). Sum of RGB (Red+Green+Blue) = 71+89+106=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 106 - color contains mainly: blue. Hex color #47596A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47596A is #B8A695. Grayscale: #555555. Windows color (decimal): -12101270 or 6969671. OLE color: 6969671.
HSL color Cylindrical-coordinate representation of color #47596A: hue angle of 209.14º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #47596A is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 89 | 106 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.58 |
| HSL | 209.14º | 0.2% | 0.35% | - |
| HSV(B) | 209.14º | 0.33% | 0.42% | - |
| XYZ | 8.77 | 9.52 | 15.01 | - |
| YUV | 85.56 | 139.54 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 106 | 0.33 | 0.16 | 0 | 0.58 | 209.14 | 0.2 | 0.35 |
| Hex | 47 | 59 | 6A | 21 | 10 | 0 | 3A | D1 | 14 | 23 |
| Octal | 107 | 131 | 152 | 41 | 20 | 0 | 72 | 321 | 24 | 43 |
| Binary | 1000111 | 1011001 | 1101010 | 100001 | 10000 | 0 | 111010 | 11010001 | 10100 | 100011 |
Color Harmonies of #47596A
Complementary color
Monochromatic Colors of #47596A
Black with #47596A
Text Example
Text Example
White with #47596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47596A; }
p { color: rgb(71,89,106); }
H1.HeaderClassName
{
color: #47596A;
}
.AnyTagClassName
{
color: #47596A;
}
</style>
background-color css
<style>
a { background-color: #47596A; }
a { background-color: rgb(71,89,106); }
div.DivClassName
{
background-color: #47596A;
}
.BgClassName
{
background-color: #47596A;
}
</style>
border-color css
<style>
span { border-color: #47596A; }
span { border-color: rgb(71,89,106); }
td.TdClassName
{
border-color: #47596A;
}
.TagClassName
{
border-color: #47596A;
}
</style>