Shades of Fiord #4D545A
Tints of Fiord #4D545A
RGB
CMYK
RGB Variations
Color information
#4D545A (or 0x4D545A) is known color: Fiord. HEX triplet: 4D, 54 and 5A. RGB value is (77,84,90). Sum of RGB (Red+Green+Blue) = 77+84+90=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D545A is #B2ABA5. Grayscale: #525252. Windows color (decimal): -11709350 or 5919821. OLE color: 5919821.
HSL color Cylindrical-coordinate representation of color #4D545A: hue angle of 207.69º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4D545A is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 84 | 90 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.65 |
| HSL | 207.69º | 0.08% | 0.33% | - |
| HSV(B) | 207.69º | 0.14% | 0.35% | - |
| XYZ | 8.08 | 8.66 | 10.92 | - |
| YUV | 82.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 90 | 0.14 | 0.07 | 0 | 0.65 | 207.69 | 0.08 | 0.33 |
| Hex | 4D | 54 | 5A | E | 7 | 0 | 41 | D0 | 8 | 21 |
| Octal | 115 | 124 | 132 | 16 | 7 | 0 | 101 | 320 | 10 | 41 |
| Binary | 1001101 | 1010100 | 1011010 | 1110 | 111 | 0 | 1000001 | 11010000 | 1000 | 100001 |
Color Harmonies of #4D545A
Complementary color
Monochromatic Colors of #4D545A
Black with #4D545A
Text Example
Text Example
White with #4D545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D545A; }
p { color: rgb(77,84,90); }
H1.HeaderClassName
{
color: #4D545A;
}
.AnyTagClassName
{
color: #4D545A;
}
</style>
background-color css
<style>
a { background-color: #4D545A; }
a { background-color: rgb(77,84,90); }
div.DivClassName
{
background-color: #4D545A;
}
.BgClassName
{
background-color: #4D545A;
}
</style>
border-color css
<style>
span { border-color: #4D545A; }
span { border-color: rgb(77,84,90); }
td.TdClassName
{
border-color: #4D545A;
}
.TagClassName
{
border-color: #4D545A;
}
</style>