Shades of Fiord #4E6070
Tints of Fiord #4E6070
RGB
CMYK
RGB Variations
Color information
#4E6070 (or 0x4E6070) is known color: Fiord. HEX triplet: 4E, 60 and 70. RGB value is (78,96,112). Sum of RGB (Red+Green+Blue) = 78+96+112=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E6070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6070 is #B19F8F. Grayscale: #5C5C5C. Windows color (decimal): -11640720 or 7364686. OLE color: 7364686.
HSL color Cylindrical-coordinate representation of color #4E6070: hue angle of 208.24º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E6070 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 96 | 112 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.56 |
| HSL | 208.24º | 0.18% | 0.37% | - |
| HSV(B) | 208.24º | 0.3% | 0.44% | - |
| XYZ | 10.25 | 11.16 | 16.94 | - |
| YUV | 92.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 96 | 112 | 0.30 | 0.14 | 0 | 0.56 | 208.24 | 0.18 | 0.37 |
| Hex | 4E | 60 | 70 | 1E | E | 0 | 38 | D0 | 12 | 25 |
| Octal | 116 | 140 | 160 | 36 | 16 | 0 | 70 | 320 | 22 | 45 |
| Binary | 1001110 | 1100000 | 1110000 | 11110 | 1110 | 0 | 111000 | 11010000 | 10010 | 100101 |
Color Harmonies of #4E6070
Complementary color
Monochromatic Colors of #4E6070
Black with #4E6070
Text Example
Text Example
White with #4E6070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6070; }
p { color: rgb(78,96,112); }
H1.HeaderClassName
{
color: #4E6070;
}
.AnyTagClassName
{
color: #4E6070;
}
</style>
background-color css
<style>
a { background-color: #4E6070; }
a { background-color: rgb(78,96,112); }
div.DivClassName
{
background-color: #4E6070;
}
.BgClassName
{
background-color: #4E6070;
}
</style>
border-color css
<style>
span { border-color: #4E6070; }
span { border-color: rgb(78,96,112); }
td.TdClassName
{
border-color: #4E6070;
}
.TagClassName
{
border-color: #4E6070;
}
</style>