Shades of Fiord #4E6271
Tints of Fiord #4E6271
RGB
CMYK
RGB Variations
Color information
#4E6271 (or 0x4E6271) is known color: Fiord. HEX triplet: 4E, 62 and 71. RGB value is (78,98,113). Sum of RGB (Red+Green+Blue) = 78+98+113=289 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.99% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E6271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6271 is #B19D8E. Grayscale: #5D5D5D. Windows color (decimal): -11640207 or 7430734. OLE color: 7430734.
HSL color Cylindrical-coordinate representation of color #4E6271: hue angle of 205.71º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E6271 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 98 | 113 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.56 |
| HSL | 205.71º | 0.18% | 0.37% | - |
| HSV(B) | 205.71º | 0.31% | 0.44% | - |
| XYZ | 10.49 | 11.55 | 17.3 | - |
| YUV | 93.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 113 | 0.31 | 0.13 | 0 | 0.56 | 205.71 | 0.18 | 0.37 |
| Hex | 4E | 62 | 71 | 1F | D | 0 | 38 | CE | 12 | 25 |
| Octal | 116 | 142 | 161 | 37 | 15 | 0 | 70 | 316 | 22 | 45 |
| Binary | 1001110 | 1100010 | 1110001 | 11111 | 1101 | 0 | 111000 | 11001110 | 10010 | 100101 |
Color Harmonies of #4E6271
Complementary color
Monochromatic Colors of #4E6271
Black with #4E6271
Text Example
Text Example
White with #4E6271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6271; }
p { color: rgb(78,98,113); }
H1.HeaderClassName
{
color: #4E6271;
}
.AnyTagClassName
{
color: #4E6271;
}
</style>
background-color css
<style>
a { background-color: #4E6271; }
a { background-color: rgb(78,98,113); }
div.DivClassName
{
background-color: #4E6271;
}
.BgClassName
{
background-color: #4E6271;
}
</style>
border-color css
<style>
span { border-color: #4E6271; }
span { border-color: rgb(78,98,113); }
td.TdClassName
{
border-color: #4E6271;
}
.TagClassName
{
border-color: #4E6271;
}
</style>