Shades of Fiord #4E626F
Tints of Fiord #4E626F
RGB
CMYK
RGB Variations
Color information
#4E626F (or 0x4E626F) is known color: Fiord. HEX triplet: 4E, 62 and 6F. RGB value is (78,98,111). Sum of RGB (Red+Green+Blue) = 78+98+111=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E626F is #B19D90. Grayscale: #5D5D5D. Windows color (decimal): -11640209 or 7299662. OLE color: 7299662.
HSL color Cylindrical-coordinate representation of color #4E626F: hue angle of 203.64º 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 #4E626F is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 98 | 111 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.56 |
| HSL | 203.64º | 0.17% | 0.37% | - |
| HSV(B) | 203.64º | 0.3% | 0.44% | - |
| XYZ | 10.38 | 11.5 | 16.71 | - |
| YUV | 93.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 111 | 0.30 | 0.12 | 0 | 0.56 | 203.64 | 0.17 | 0.37 |
| Hex | 4E | 62 | 6F | 1E | C | 0 | 38 | CC | 11 | 25 |
| Octal | 116 | 142 | 157 | 36 | 14 | 0 | 70 | 314 | 21 | 45 |
| Binary | 1001110 | 1100010 | 1101111 | 11110 | 1100 | 0 | 111000 | 11001100 | 10001 | 100101 |
Color Harmonies of #4E626F
Complementary color
Monochromatic Colors of #4E626F
Black with #4E626F
Text Example
Text Example
White with #4E626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E626F; }
p { color: rgb(78,98,111); }
H1.HeaderClassName
{
color: #4E626F;
}
.AnyTagClassName
{
color: #4E626F;
}
</style>
background-color css
<style>
a { background-color: #4E626F; }
a { background-color: rgb(78,98,111); }
div.DivClassName
{
background-color: #4E626F;
}
.BgClassName
{
background-color: #4E626F;
}
</style>
border-color css
<style>
span { border-color: #4E626F; }
span { border-color: rgb(78,98,111); }
td.TdClassName
{
border-color: #4E626F;
}
.TagClassName
{
border-color: #4E626F;
}
</style>