Shades of Fiord #4E555C
Tints of Fiord #4E555C
RGB
CMYK
RGB Variations
Color information
#4E555C (or 0x4E555C) is known color: Fiord. HEX triplet: 4E, 55 and 5C. RGB value is (78,85,92). Sum of RGB (Red+Green+Blue) = 78+85+92=255 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.59% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E555C is #B1AAA3. Grayscale: #535353. Windows color (decimal): -11643556 or 6051150. OLE color: 6051150.
HSL color Cylindrical-coordinate representation of color #4E555C: hue angle of 210º 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 #4E555C is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 85 | 92 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.64 |
| HSL | 210º | 0.08% | 0.33% | - |
| HSV(B) | 210º | 0.15% | 0.36% | - |
| XYZ | 8.32 | 8.89 | 11.4 | - |
| YUV | 83.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 92 | 0.15 | 0.08 | 0 | 0.64 | 210 | 0.08 | 0.33 |
| Hex | 4E | 55 | 5C | F | 8 | 0 | 40 | D2 | 8 | 21 |
| Octal | 116 | 125 | 134 | 17 | 10 | 0 | 100 | 322 | 10 | 41 |
| Binary | 1001110 | 1010101 | 1011100 | 1111 | 1000 | 0 | 1000000 | 11010010 | 1000 | 100001 |
Color Harmonies of #4E555C
Complementary color
Monochromatic Colors of #4E555C
Black with #4E555C
Text Example
Text Example
White with #4E555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E555C; }
p { color: rgb(78,85,92); }
H1.HeaderClassName
{
color: #4E555C;
}
.AnyTagClassName
{
color: #4E555C;
}
</style>
background-color css
<style>
a { background-color: #4E555C; }
a { background-color: rgb(78,85,92); }
div.DivClassName
{
background-color: #4E555C;
}
.BgClassName
{
background-color: #4E555C;
}
</style>
border-color css
<style>
span { border-color: #4E555C; }
span { border-color: rgb(78,85,92); }
td.TdClassName
{
border-color: #4E555C;
}
.TagClassName
{
border-color: #4E555C;
}
</style>