Shades of Fiord #4D6170
Tints of Fiord #4D6170
RGB
CMYK
RGB Variations
Color information
#4D6170 (or 0x4D6170) is known color: Fiord. HEX triplet: 4D, 61 and 70. RGB value is (77,97,112). Sum of RGB (Red+Green+Blue) = 77+97+112=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 97 (38.28% from 255 or 33.92% 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 #4D6170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6170 is #B29E8F. Grayscale: #5C5C5C. Windows color (decimal): -11706000 or 7364941. OLE color: 7364941.
HSL color Cylindrical-coordinate representation of color #4D6170: hue angle of 205.71º degrees, saturation: 0.19, 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 #4D6170 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 97 | 112 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.56 |
| HSL | 205.71º | 0.19% | 0.37% | - |
| HSV(B) | 205.71º | 0.31% | 0.44% | - |
| XYZ | 10.26 | 11.3 | 16.97 | - |
| YUV | 92.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 112 | 0.31 | 0.13 | 0 | 0.56 | 205.71 | 0.19 | 0.37 |
| Hex | 4D | 61 | 70 | 1F | D | 0 | 38 | CE | 13 | 25 |
| Octal | 115 | 141 | 160 | 37 | 15 | 0 | 70 | 316 | 23 | 45 |
| Binary | 1001101 | 1100001 | 1110000 | 11111 | 1101 | 0 | 111000 | 11001110 | 10011 | 100101 |
Color Harmonies of #4D6170
Complementary color
Monochromatic Colors of #4D6170
Black with #4D6170
Text Example
Text Example
White with #4D6170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6170; }
p { color: rgb(77,97,112); }
H1.HeaderClassName
{
color: #4D6170;
}
.AnyTagClassName
{
color: #4D6170;
}
</style>
background-color css
<style>
a { background-color: #4D6170; }
a { background-color: rgb(77,97,112); }
div.DivClassName
{
background-color: #4D6170;
}
.BgClassName
{
background-color: #4D6170;
}
</style>
border-color css
<style>
span { border-color: #4D6170; }
span { border-color: rgb(77,97,112); }
td.TdClassName
{
border-color: #4D6170;
}
.TagClassName
{
border-color: #4D6170;
}
</style>