Shades of Fiord #4E5B67
Tints of Fiord #4E5B67
RGB
CMYK
RGB Variations
Color information
#4E5B67 (or 0x4E5B67) is known color: Fiord. HEX triplet: 4E, 5B and 67. RGB value is (78,91,103). Sum of RGB (Red+Green+Blue) = 78+91+103=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 103 - color contains mainly: blue. Hex color #4E5B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5B67 is #B1A498. Grayscale: #585858. Windows color (decimal): -11642009 or 6773582. OLE color: 6773582.
HSL color Cylindrical-coordinate representation of color #4E5B67: hue angle of 208.8º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4E5B67 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 91 | 103 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.60 |
| HSL | 208.8º | 0.14% | 0.35% | - |
| HSV(B) | 208.8º | 0.24% | 0.4% | - |
| XYZ | 9.33 | 10.08 | 14.29 | - |
| YUV | 88.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 103 | 0.24 | 0.12 | 0 | 0.60 | 208.8 | 0.14 | 0.35 |
| Hex | 4E | 5B | 67 | 18 | C | 0 | 3C | D1 | E | 23 |
| Octal | 116 | 133 | 147 | 30 | 14 | 0 | 74 | 321 | 16 | 43 |
| Binary | 1001110 | 1011011 | 1100111 | 11000 | 1100 | 0 | 111100 | 11010001 | 1110 | 100011 |
Color Harmonies of #4E5B67
Complementary color
Monochromatic Colors of #4E5B67
Black with #4E5B67
Text Example
Text Example
White with #4E5B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5B67; }
p { color: rgb(78,91,103); }
H1.HeaderClassName
{
color: #4E5B67;
}
.AnyTagClassName
{
color: #4E5B67;
}
</style>
background-color css
<style>
a { background-color: #4E5B67; }
a { background-color: rgb(78,91,103); }
div.DivClassName
{
background-color: #4E5B67;
}
.BgClassName
{
background-color: #4E5B67;
}
</style>
border-color css
<style>
span { border-color: #4E5B67; }
span { border-color: rgb(78,91,103); }
td.TdClassName
{
border-color: #4E5B67;
}
.TagClassName
{
border-color: #4E5B67;
}
</style>