Shades of Fiord #4D545B
Tints of Fiord #4D545B
RGB
CMYK
RGB Variations
Color information
#4D545B (or 0x4D545B) is known color: Fiord. HEX triplet: 4D, 54 and 5B. RGB value is (77,84,91). Sum of RGB (Red+Green+Blue) = 77+84+91=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D545B is #B2ABA4. Grayscale: #525252. Windows color (decimal): -11709349 or 5985357. OLE color: 5985357.
HSL color Cylindrical-coordinate representation of color #4D545B: hue angle of 210º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4D545B is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 84 | 91 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.64 |
| HSL | 210º | 0.08% | 0.33% | - |
| HSV(B) | 210º | 0.15% | 0.36% | - |
| XYZ | 8.12 | 8.67 | 11.14 | - |
| YUV | 82.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 91 | 0.15 | 0.08 | 0 | 0.64 | 210 | 0.08 | 0.33 |
| Hex | 4D | 54 | 5B | F | 8 | 0 | 40 | D2 | 8 | 21 |
| Octal | 115 | 124 | 133 | 17 | 10 | 0 | 100 | 322 | 10 | 41 |
| Binary | 1001101 | 1010100 | 1011011 | 1111 | 1000 | 0 | 1000000 | 11010010 | 1000 | 100001 |
Color Harmonies of #4D545B
Complementary color
Monochromatic Colors of #4D545B
Black with #4D545B
Text Example
Text Example
White with #4D545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D545B; }
p { color: rgb(77,84,91); }
H1.HeaderClassName
{
color: #4D545B;
}
.AnyTagClassName
{
color: #4D545B;
}
</style>
background-color css
<style>
a { background-color: #4D545B; }
a { background-color: rgb(77,84,91); }
div.DivClassName
{
background-color: #4D545B;
}
.BgClassName
{
background-color: #4D545B;
}
</style>
border-color css
<style>
span { border-color: #4D545B; }
span { border-color: rgb(77,84,91); }
td.TdClassName
{
border-color: #4D545B;
}
.TagClassName
{
border-color: #4D545B;
}
</style>