Shades of Fiord #4E616A
Tints of Fiord #4E616A
RGB
CMYK
RGB Variations
Color information
#4E616A (or 0x4E616A) is known color: Fiord. HEX triplet: 4E, 61 and 6A. RGB value is (78,97,106). Sum of RGB (Red+Green+Blue) = 78+97+106=281 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.76% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 106 - color contains mainly: blue. Hex color #4E616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E616A is #B19E95. Grayscale: #5C5C5C. Windows color (decimal): -11640470 or 6971726. OLE color: 6971726.
HSL color Cylindrical-coordinate representation of color #4E616A: hue angle of 199.29º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E616A is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 97 | 106 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.58 |
| HSL | 199.29º | 0.15% | 0.36% | - |
| HSV(B) | 199.29º | 0.26% | 0.42% | - |
| XYZ | 10.02 | 11.21 | 15.27 | - |
| YUV | 92.35 | 135.71 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 97 | 106 | 0.26 | 0.08 | 0 | 0.58 | 199.29 | 0.15 | 0.36 |
| Hex | 4E | 61 | 6A | 1A | 8 | 0 | 3A | C7 | F | 24 |
| Octal | 116 | 141 | 152 | 32 | 10 | 0 | 72 | 307 | 17 | 44 |
| Binary | 1001110 | 1100001 | 1101010 | 11010 | 1000 | 0 | 111010 | 11000111 | 1111 | 100100 |
Color Harmonies of #4E616A
Complementary color
Monochromatic Colors of #4E616A
Black with #4E616A
Text Example
Text Example
White with #4E616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E616A; }
p { color: rgb(78,97,106); }
H1.HeaderClassName
{
color: #4E616A;
}
.AnyTagClassName
{
color: #4E616A;
}
</style>
background-color css
<style>
a { background-color: #4E616A; }
a { background-color: rgb(78,97,106); }
div.DivClassName
{
background-color: #4E616A;
}
.BgClassName
{
background-color: #4E616A;
}
</style>
border-color css
<style>
span { border-color: #4E616A; }
span { border-color: rgb(78,97,106); }
td.TdClassName
{
border-color: #4E616A;
}
.TagClassName
{
border-color: #4E616A;
}
</style>