Shades of Fiord #4E5F69
Tints of Fiord #4E5F69
RGB
CMYK
RGB Variations
Color information
#4E5F69 (or 0x4E5F69) is known color: Fiord. HEX triplet: 4E, 5F and 69. RGB value is (78,95,105). Sum of RGB (Red+Green+Blue) = 78+95+105=278 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.06% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E5F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5F69 is #B1A096. Grayscale: #5A5A5A. Windows color (decimal): -11640983 or 6905678. OLE color: 6905678.
HSL color Cylindrical-coordinate representation of color #4E5F69: hue angle of 202.22º 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 #4E5F69 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 95 | 105 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.59 |
| HSL | 202.22º | 0.15% | 0.36% | - |
| HSV(B) | 202.22º | 0.26% | 0.41% | - |
| XYZ | 9.78 | 10.82 | 14.94 | - |
| YUV | 91.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 95 | 105 | 0.26 | 0.10 | 0 | 0.59 | 202.22 | 0.15 | 0.36 |
| Hex | 4E | 5F | 69 | 1A | A | 0 | 3B | CA | F | 24 |
| Octal | 116 | 137 | 151 | 32 | 12 | 0 | 73 | 312 | 17 | 44 |
| Binary | 1001110 | 1011111 | 1101001 | 11010 | 1010 | 0 | 111011 | 11001010 | 1111 | 100100 |
Color Harmonies of #4E5F69
Complementary color
Monochromatic Colors of #4E5F69
Black with #4E5F69
Text Example
Text Example
White with #4E5F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5F69; }
p { color: rgb(78,95,105); }
H1.HeaderClassName
{
color: #4E5F69;
}
.AnyTagClassName
{
color: #4E5F69;
}
</style>
background-color css
<style>
a { background-color: #4E5F69; }
a { background-color: rgb(78,95,105); }
div.DivClassName
{
background-color: #4E5F69;
}
.BgClassName
{
background-color: #4E5F69;
}
</style>
border-color css
<style>
span { border-color: #4E5F69; }
span { border-color: rgb(78,95,105); }
td.TdClassName
{
border-color: #4E5F69;
}
.TagClassName
{
border-color: #4E5F69;
}
</style>