Shades of Fiord #4D555C
Tints of Fiord #4D555C
RGB
CMYK
RGB Variations
Color information
#4D555C (or 0x4D555C) is known color: Fiord. HEX triplet: 4D, 55 and 5C. RGB value is (77,85,92). Sum of RGB (Red+Green+Blue) = 77+85+92=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D555C is #B2AAA3. Grayscale: #535353. Windows color (decimal): -11709092 or 6051149. OLE color: 6051149.
HSL color Cylindrical-coordinate representation of color #4D555C: hue angle of 208º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4D555C is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 85 | 92 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.64 |
| HSL | 208º | 0.09% | 0.33% | - |
| HSV(B) | 208º | 0.16% | 0.36% | - |
| XYZ | 8.24 | 8.85 | 11.4 | - |
| YUV | 83.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 92 | 0.16 | 0.08 | 0 | 0.64 | 208 | 0.09 | 0.33 |
| Hex | 4D | 55 | 5C | 10 | 8 | 0 | 40 | D0 | 9 | 21 |
| Octal | 115 | 125 | 134 | 20 | 10 | 0 | 100 | 320 | 11 | 41 |
| Binary | 1001101 | 1010101 | 1011100 | 10000 | 1000 | 0 | 1000000 | 11010000 | 1001 | 100001 |
Color Harmonies of #4D555C
Complementary color
Monochromatic Colors of #4D555C
Black with #4D555C
Text Example
Text Example
White with #4D555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D555C; }
p { color: rgb(77,85,92); }
H1.HeaderClassName
{
color: #4D555C;
}
.AnyTagClassName
{
color: #4D555C;
}
</style>
background-color css
<style>
a { background-color: #4D555C; }
a { background-color: rgb(77,85,92); }
div.DivClassName
{
background-color: #4D555C;
}
.BgClassName
{
background-color: #4D555C;
}
</style>
border-color css
<style>
span { border-color: #4D555C; }
span { border-color: rgb(77,85,92); }
td.TdClassName
{
border-color: #4D555C;
}
.TagClassName
{
border-color: #4D555C;
}
</style>