Shades of Fiord #4E616F
Tints of Fiord #4E616F
RGB
CMYK
RGB Variations
Color information
#4E616F (or 0x4E616F) is known color: Fiord. HEX triplet: 4E, 61 and 6F. RGB value is (78,97,111). Sum of RGB (Red+Green+Blue) = 78+97+111=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E616F is #B19E90. Grayscale: #5C5C5C. Windows color (decimal): -11640465 or 7299406. OLE color: 7299406.
HSL color Cylindrical-coordinate representation of color #4E616F: hue angle of 205.45º degrees, saturation: 0.17, 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 #4E616F is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 97 | 111 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.56 |
| HSL | 205.45º | 0.17% | 0.37% | - |
| HSV(B) | 205.45º | 0.3% | 0.44% | - |
| XYZ | 10.29 | 11.32 | 16.68 | - |
| YUV | 92.92 | 138.21 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 97 | 111 | 0.30 | 0.13 | 0 | 0.56 | 205.45 | 0.17 | 0.37 |
| Hex | 4E | 61 | 6F | 1E | D | 0 | 38 | CD | 11 | 25 |
| Octal | 116 | 141 | 157 | 36 | 15 | 0 | 70 | 315 | 21 | 45 |
| Binary | 1001110 | 1100001 | 1101111 | 11110 | 1101 | 0 | 111000 | 11001101 | 10001 | 100101 |
Color Harmonies of #4E616F
Complementary color
Monochromatic Colors of #4E616F
Black with #4E616F
Text Example
Text Example
White with #4E616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E616F; }
p { color: rgb(78,97,111); }
H1.HeaderClassName
{
color: #4E616F;
}
.AnyTagClassName
{
color: #4E616F;
}
</style>
background-color css
<style>
a { background-color: #4E616F; }
a { background-color: rgb(78,97,111); }
div.DivClassName
{
background-color: #4E616F;
}
.BgClassName
{
background-color: #4E616F;
}
</style>
border-color css
<style>
span { border-color: #4E616F; }
span { border-color: rgb(78,97,111); }
td.TdClassName
{
border-color: #4E616F;
}
.TagClassName
{
border-color: #4E616F;
}
</style>