Shades of Fiord #4E5D6C
Tints of Fiord #4E5D6C
RGB
CMYK
RGB Variations
Color information
#4E5D6C (or 0x4E5D6C) is known color: Fiord. HEX triplet: 4E, 5D and 6C. RGB value is (78,93,108). Sum of RGB (Red+Green+Blue) = 78+93+108=279 (36% of max value = 765). Red value is 78 (30.86% from 255 or 27.96% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E5D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5D6C is #B1A293. Grayscale: #5A5A5A. Windows color (decimal): -11641492 or 7101774. OLE color: 7101774.
HSL color Cylindrical-coordinate representation of color #4E5D6C: hue angle of 210º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E5D6C is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 93 | 108 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.58 |
| HSL | 210º | 0.16% | 0.36% | - |
| HSV(B) | 210º | 0.28% | 0.42% | - |
| XYZ | 9.76 | 10.53 | 15.71 | - |
| YUV | 90.23 | 138.03 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 93 | 108 | 0.28 | 0.14 | 0 | 0.58 | 210 | 0.16 | 0.36 |
| Hex | 4E | 5D | 6C | 1C | E | 0 | 3A | D2 | 10 | 24 |
| Octal | 116 | 135 | 154 | 34 | 16 | 0 | 72 | 322 | 20 | 44 |
| Binary | 1001110 | 1011101 | 1101100 | 11100 | 1110 | 0 | 111010 | 11010010 | 10000 | 100100 |
Color Harmonies of #4E5D6C
Complementary color
Monochromatic Colors of #4E5D6C
Black with #4E5D6C
Text Example
Text Example
White with #4E5D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5D6C; }
p { color: rgb(78,93,108); }
H1.HeaderClassName
{
color: #4E5D6C;
}
.AnyTagClassName
{
color: #4E5D6C;
}
</style>
background-color css
<style>
a { background-color: #4E5D6C; }
a { background-color: rgb(78,93,108); }
div.DivClassName
{
background-color: #4E5D6C;
}
.BgClassName
{
background-color: #4E5D6C;
}
</style>
border-color css
<style>
span { border-color: #4E5D6C; }
span { border-color: rgb(78,93,108); }
td.TdClassName
{
border-color: #4E5D6C;
}
.TagClassName
{
border-color: #4E5D6C;
}
</style>