Shades of Fiord #4E565C
Tints of Fiord #4E565C
RGB
CMYK
RGB Variations
Color information
#4E565C (or 0x4E565C) is known color: Fiord. HEX triplet: 4E, 56 and 5C. RGB value is (78,86,92). Sum of RGB (Red+Green+Blue) = 78+86+92=256 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.47% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E565C is #B1A9A3. Grayscale: #545454. Windows color (decimal): -11643300 or 6051406. OLE color: 6051406.
HSL color Cylindrical-coordinate representation of color #4E565C: hue angle of 205.71º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4E565C is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 86 | 92 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.64 |
| HSL | 205.71º | 0.08% | 0.33% | - |
| HSV(B) | 205.71º | 0.15% | 0.36% | - |
| XYZ | 8.4 | 9.05 | 11.43 | - |
| YUV | 84.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 86 | 92 | 0.15 | 0.07 | 0 | 0.64 | 205.71 | 0.08 | 0.33 |
| Hex | 4E | 56 | 5C | F | 7 | 0 | 40 | CE | 8 | 21 |
| Octal | 116 | 126 | 134 | 17 | 7 | 0 | 100 | 316 | 10 | 41 |
| Binary | 1001110 | 1010110 | 1011100 | 1111 | 111 | 0 | 1000000 | 11001110 | 1000 | 100001 |
Color Harmonies of #4E565C
Complementary color
Monochromatic Colors of #4E565C
Black with #4E565C
Text Example
Text Example
White with #4E565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E565C; }
p { color: rgb(78,86,92); }
H1.HeaderClassName
{
color: #4E565C;
}
.AnyTagClassName
{
color: #4E565C;
}
</style>
background-color css
<style>
a { background-color: #4E565C; }
a { background-color: rgb(78,86,92); }
div.DivClassName
{
background-color: #4E565C;
}
.BgClassName
{
background-color: #4E565C;
}
</style>
border-color css
<style>
span { border-color: #4E565C; }
span { border-color: rgb(78,86,92); }
td.TdClassName
{
border-color: #4E565C;
}
.TagClassName
{
border-color: #4E565C;
}
</style>