Shades of Fiord #4D5F6F
Tints of Fiord #4D5F6F
RGB
CMYK
RGB Variations
Color information
#4D5F6F (or 0x4D5F6F) is known color: Fiord. HEX triplet: 4D, 5F and 6F. RGB value is (77,95,111). Sum of RGB (Red+Green+Blue) = 77+95+111=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D5F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5F6F is #B2A090. Grayscale: #5B5B5B. Windows color (decimal): -11706513 or 7298893. OLE color: 7298893.
HSL color Cylindrical-coordinate representation of color #4D5F6F: 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.31%. Process color model (Four color, CMYK) of #4D5F6F is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 95 | 111 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.56 |
| HSL | 208.24º | 0.18% | 0.37% | - |
| HSV(B) | 208.24º | 0.31% | 0.44% | - |
| XYZ | 10.02 | 10.91 | 16.62 | - |
| YUV | 91.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 95 | 111 | 0.31 | 0.14 | 0 | 0.56 | 208.24 | 0.18 | 0.37 |
| Hex | 4D | 5F | 6F | 1F | E | 0 | 38 | D0 | 12 | 25 |
| Octal | 115 | 137 | 157 | 37 | 16 | 0 | 70 | 320 | 22 | 45 |
| Binary | 1001101 | 1011111 | 1101111 | 11111 | 1110 | 0 | 111000 | 11010000 | 10010 | 100101 |
Color Harmonies of #4D5F6F
Complementary color
Monochromatic Colors of #4D5F6F
Black with #4D5F6F
Text Example
Text Example
White with #4D5F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5F6F; }
p { color: rgb(77,95,111); }
H1.HeaderClassName
{
color: #4D5F6F;
}
.AnyTagClassName
{
color: #4D5F6F;
}
</style>
background-color css
<style>
a { background-color: #4D5F6F; }
a { background-color: rgb(77,95,111); }
div.DivClassName
{
background-color: #4D5F6F;
}
.BgClassName
{
background-color: #4D5F6F;
}
</style>
border-color css
<style>
span { border-color: #4D5F6F; }
span { border-color: rgb(77,95,111); }
td.TdClassName
{
border-color: #4D5F6F;
}
.TagClassName
{
border-color: #4D5F6F;
}
</style>