Shades of Fiord #4E6068
Tints of Fiord #4E6068
RGB
CMYK
RGB Variations
Color information
#4E6068 (or 0x4E6068) is known color: Fiord. HEX triplet: 4E, 60 and 68. RGB value is (78,96,104). Sum of RGB (Red+Green+Blue) = 78+96+104=278 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.06% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E6068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6068 is #B19F97. Grayscale: #5B5B5B. Windows color (decimal): -11640728 or 6840398. OLE color: 6840398.
HSL color Cylindrical-coordinate representation of color #4E6068: hue angle of 198.46º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E6068 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 96 | 104 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.59 |
| HSL | 198.46º | 0.14% | 0.36% | - |
| HSV(B) | 198.46º | 0.25% | 0.41% | - |
| XYZ | 9.82 | 10.98 | 14.7 | - |
| YUV | 91.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 96 | 104 | 0.25 | 0.08 | 0 | 0.59 | 198.46 | 0.14 | 0.36 |
| Hex | 4E | 60 | 68 | 19 | 8 | 0 | 3B | C6 | E | 24 |
| Octal | 116 | 140 | 150 | 31 | 10 | 0 | 73 | 306 | 16 | 44 |
| Binary | 1001110 | 1100000 | 1101000 | 11001 | 1000 | 0 | 111011 | 11000110 | 1110 | 100100 |
Color Harmonies of #4E6068
Complementary color
Monochromatic Colors of #4E6068
Black with #4E6068
Text Example
Text Example
White with #4E6068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6068; }
p { color: rgb(78,96,104); }
H1.HeaderClassName
{
color: #4E6068;
}
.AnyTagClassName
{
color: #4E6068;
}
</style>
background-color css
<style>
a { background-color: #4E6068; }
a { background-color: rgb(78,96,104); }
div.DivClassName
{
background-color: #4E6068;
}
.BgClassName
{
background-color: #4E6068;
}
</style>
border-color css
<style>
span { border-color: #4E6068; }
span { border-color: rgb(78,96,104); }
td.TdClassName
{
border-color: #4E6068;
}
.TagClassName
{
border-color: #4E6068;
}
</style>