Shades of Fiord #4E5F65
Tints of Fiord #4E5F65
RGB
CMYK
RGB Variations
Color information
#4E5F65 (or 0x4E5F65) is known color: Fiord. HEX triplet: 4E, 5F and 65. RGB value is (78,95,101). Sum of RGB (Red+Green+Blue) = 78+95+101=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 101 - color contains mainly: blue. Hex color #4E5F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5F65 is #B1A09A. Grayscale: #5A5A5A. Windows color (decimal): -11640987 or 6643534. OLE color: 6643534.
HSL color Cylindrical-coordinate representation of color #4E5F65: hue angle of 195.65º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E5F65 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 95 | 101 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.60 |
| HSL | 195.65º | 0.13% | 0.35% | - |
| HSV(B) | 195.65º | 0.23% | 0.4% | - |
| XYZ | 9.58 | 10.74 | 13.88 | - |
| YUV | 90.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 95 | 101 | 0.23 | 0.06 | 0 | 0.60 | 195.65 | 0.13 | 0.35 |
| Hex | 4E | 5F | 65 | 17 | 6 | 0 | 3C | C4 | D | 23 |
| Octal | 116 | 137 | 145 | 27 | 6 | 0 | 74 | 304 | 15 | 43 |
| Binary | 1001110 | 1011111 | 1100101 | 10111 | 110 | 0 | 111100 | 11000100 | 1101 | 100011 |
Color Harmonies of #4E5F65
Complementary color
Monochromatic Colors of #4E5F65
Black with #4E5F65
Text Example
Text Example
White with #4E5F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5F65; }
p { color: rgb(78,95,101); }
H1.HeaderClassName
{
color: #4E5F65;
}
.AnyTagClassName
{
color: #4E5F65;
}
</style>
background-color css
<style>
a { background-color: #4E5F65; }
a { background-color: rgb(78,95,101); }
div.DivClassName
{
background-color: #4E5F65;
}
.BgClassName
{
background-color: #4E5F65;
}
</style>
border-color css
<style>
span { border-color: #4E5F65; }
span { border-color: rgb(78,95,101); }
td.TdClassName
{
border-color: #4E5F65;
}
.TagClassName
{
border-color: #4E5F65;
}
</style>