Shades of Fiord #4E6169
Tints of Fiord #4E6169
RGB
CMYK
RGB Variations
Color information
#4E6169 (or 0x4E6169) is known color: Fiord. HEX triplet: 4E, 61 and 69. RGB value is (78,97,105). Sum of RGB (Red+Green+Blue) = 78+97+105=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E6169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6169 is #B19E96. Grayscale: #5C5C5C. Windows color (decimal): -11640471 or 6906190. OLE color: 6906190.
HSL color Cylindrical-coordinate representation of color #4E6169: hue angle of 197.78º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E6169 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 97 | 105 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.59 |
| HSL | 197.78º | 0.15% | 0.36% | - |
| HSV(B) | 197.78º | 0.26% | 0.41% | - |
| XYZ | 9.97 | 11.19 | 15 | - |
| YUV | 92.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 97 | 105 | 0.26 | 0.08 | 0 | 0.59 | 197.78 | 0.15 | 0.36 |
| Hex | 4E | 61 | 69 | 1A | 8 | 0 | 3B | C6 | F | 24 |
| Octal | 116 | 141 | 151 | 32 | 10 | 0 | 73 | 306 | 17 | 44 |
| Binary | 1001110 | 1100001 | 1101001 | 11010 | 1000 | 0 | 111011 | 11000110 | 1111 | 100100 |
Color Harmonies of #4E6169
Complementary color
Monochromatic Colors of #4E6169
Black with #4E6169
Text Example
Text Example
White with #4E6169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6169; }
p { color: rgb(78,97,105); }
H1.HeaderClassName
{
color: #4E6169;
}
.AnyTagClassName
{
color: #4E6169;
}
</style>
background-color css
<style>
a { background-color: #4E6169; }
a { background-color: rgb(78,97,105); }
div.DivClassName
{
background-color: #4E6169;
}
.BgClassName
{
background-color: #4E6169;
}
</style>
border-color css
<style>
span { border-color: #4E6169; }
span { border-color: rgb(78,97,105); }
td.TdClassName
{
border-color: #4E6169;
}
.TagClassName
{
border-color: #4E6169;
}
</style>