Shades of Fiord #4E6170
Tints of Fiord #4E6170
RGB
CMYK
RGB Variations
Color information
#4E6170 (or 0x4E6170) is known color: Fiord. HEX triplet: 4E, 61 and 70. RGB value is (78,97,112). Sum of RGB (Red+Green+Blue) = 78+97+112=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E6170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6170 is #B19E8F. Grayscale: #5C5C5C. Windows color (decimal): -11640464 or 7364942. OLE color: 7364942.
HSL color Cylindrical-coordinate representation of color #4E6170: hue angle of 206.47º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E6170 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 97 | 112 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.56 |
| HSL | 206.47º | 0.18% | 0.37% | - |
| HSV(B) | 206.47º | 0.3% | 0.44% | - |
| XYZ | 10.34 | 11.34 | 16.97 | - |
| YUV | 93.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 97 | 112 | 0.30 | 0.13 | 0 | 0.56 | 206.47 | 0.18 | 0.37 |
| Hex | 4E | 61 | 70 | 1E | D | 0 | 38 | CE | 12 | 25 |
| Octal | 116 | 141 | 160 | 36 | 15 | 0 | 70 | 316 | 22 | 45 |
| Binary | 1001110 | 1100001 | 1110000 | 11110 | 1101 | 0 | 111000 | 11001110 | 10010 | 100101 |
Color Harmonies of #4E6170
Complementary color
Monochromatic Colors of #4E6170
Black with #4E6170
Text Example
Text Example
White with #4E6170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6170; }
p { color: rgb(78,97,112); }
H1.HeaderClassName
{
color: #4E6170;
}
.AnyTagClassName
{
color: #4E6170;
}
</style>
background-color css
<style>
a { background-color: #4E6170; }
a { background-color: rgb(78,97,112); }
div.DivClassName
{
background-color: #4E6170;
}
.BgClassName
{
background-color: #4E6170;
}
</style>
border-color css
<style>
span { border-color: #4E6170; }
span { border-color: rgb(78,97,112); }
td.TdClassName
{
border-color: #4E6170;
}
.TagClassName
{
border-color: #4E6170;
}
</style>