Shades of Fiord #4D606C
Tints of Fiord #4D606C
RGB
CMYK
RGB Variations
Color information
#4D606C (or 0x4D606C) is known color: Fiord. HEX triplet: 4D, 60 and 6C. RGB value is (77,96,108). Sum of RGB (Red+Green+Blue) = 77+96+108=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D606C is #B29F93. Grayscale: #5B5B5B. Windows color (decimal): -11706260 or 7102541. OLE color: 7102541.
HSL color Cylindrical-coordinate representation of color #4D606C: hue angle of 203.23º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D606C is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 96 | 108 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.58 |
| HSL | 203.23º | 0.17% | 0.36% | - |
| HSV(B) | 203.23º | 0.29% | 0.42% | - |
| XYZ | 9.95 | 11.03 | 15.79 | - |
| YUV | 91.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 108 | 0.29 | 0.11 | 0 | 0.58 | 203.23 | 0.17 | 0.36 |
| Hex | 4D | 60 | 6C | 1D | B | 0 | 3A | CB | 11 | 24 |
| Octal | 115 | 140 | 154 | 35 | 13 | 0 | 72 | 313 | 21 | 44 |
| Binary | 1001101 | 1100000 | 1101100 | 11101 | 1011 | 0 | 111010 | 11001011 | 10001 | 100100 |
Color Harmonies of #4D606C
Complementary color
Monochromatic Colors of #4D606C
Black with #4D606C
Text Example
Text Example
White with #4D606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D606C; }
p { color: rgb(77,96,108); }
H1.HeaderClassName
{
color: #4D606C;
}
.AnyTagClassName
{
color: #4D606C;
}
</style>
background-color css
<style>
a { background-color: #4D606C; }
a { background-color: rgb(77,96,108); }
div.DivClassName
{
background-color: #4D606C;
}
.BgClassName
{
background-color: #4D606C;
}
</style>
border-color css
<style>
span { border-color: #4D606C; }
span { border-color: rgb(77,96,108); }
td.TdClassName
{
border-color: #4D606C;
}
.TagClassName
{
border-color: #4D606C;
}
</style>