Shades of Fiord #4E5B60
Tints of Fiord #4E5B60
RGB
CMYK
RGB Variations
Color information
#4E5B60 (or 0x4E5B60) is known color: Fiord. HEX triplet: 4E, 5B and 60. RGB value is (78,91,96). Sum of RGB (Red+Green+Blue) = 78+91+96=265 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.43% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E5B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5B60 is #B1A49F. Grayscale: #575757. Windows color (decimal): -11642016 or 6314830. OLE color: 6314830.
HSL color Cylindrical-coordinate representation of color #4E5B60: hue angle of 196.67º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E5B60 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 91 | 96 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.62 |
| HSL | 196.67º | 0.1% | 0.34% | - |
| HSV(B) | 196.67º | 0.19% | 0.38% | - |
| XYZ | 8.99 | 9.95 | 12.51 | - |
| YUV | 87.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 96 | 0.19 | 0.05 | 0 | 0.62 | 196.67 | 0.1 | 0.34 |
| Hex | 4E | 5B | 60 | 13 | 5 | 0 | 3E | C5 | A | 22 |
| Octal | 116 | 133 | 140 | 23 | 5 | 0 | 76 | 305 | 12 | 42 |
| Binary | 1001110 | 1011011 | 1100000 | 10011 | 101 | 0 | 111110 | 11000101 | 1010 | 100010 |
Color Harmonies of #4E5B60
Complementary color
Monochromatic Colors of #4E5B60
Black with #4E5B60
Text Example
Text Example
White with #4E5B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5B60; }
p { color: rgb(78,91,96); }
H1.HeaderClassName
{
color: #4E5B60;
}
.AnyTagClassName
{
color: #4E5B60;
}
</style>
background-color css
<style>
a { background-color: #4E5B60; }
a { background-color: rgb(78,91,96); }
div.DivClassName
{
background-color: #4E5B60;
}
.BgClassName
{
background-color: #4E5B60;
}
</style>
border-color css
<style>
span { border-color: #4E5B60; }
span { border-color: rgb(78,91,96); }
td.TdClassName
{
border-color: #4E5B60;
}
.TagClassName
{
border-color: #4E5B60;
}
</style>