Shades of Fiord #4D5D6C
Tints of Fiord #4D5D6C
RGB
CMYK
RGB Variations
Color information
#4D5D6C (or 0x4D5D6C) is known color: Fiord. HEX triplet: 4D, 5D and 6C. RGB value is (77,93,108). Sum of RGB (Red+Green+Blue) = 77+93+108=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D5D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5D6C is #B2A293. Grayscale: #595959. Windows color (decimal): -11707028 or 7101773. OLE color: 7101773.
HSL color Cylindrical-coordinate representation of color #4D5D6C: hue angle of 209.03º 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 #4D5D6C is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 93 | 108 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.58 |
| HSL | 209.03º | 0.17% | 0.36% | - |
| HSV(B) | 209.03º | 0.29% | 0.42% | - |
| XYZ | 9.68 | 10.49 | 15.7 | - |
| YUV | 89.93 | 138.2 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 93 | 108 | 0.29 | 0.14 | 0 | 0.58 | 209.03 | 0.17 | 0.36 |
| Hex | 4D | 5D | 6C | 1D | E | 0 | 3A | D1 | 11 | 24 |
| Octal | 115 | 135 | 154 | 35 | 16 | 0 | 72 | 321 | 21 | 44 |
| Binary | 1001101 | 1011101 | 1101100 | 11101 | 1110 | 0 | 111010 | 11010001 | 10001 | 100100 |
Color Harmonies of #4D5D6C
Complementary color
Monochromatic Colors of #4D5D6C
Black with #4D5D6C
Text Example
Text Example
White with #4D5D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5D6C; }
p { color: rgb(77,93,108); }
H1.HeaderClassName
{
color: #4D5D6C;
}
.AnyTagClassName
{
color: #4D5D6C;
}
</style>
background-color css
<style>
a { background-color: #4D5D6C; }
a { background-color: rgb(77,93,108); }
div.DivClassName
{
background-color: #4D5D6C;
}
.BgClassName
{
background-color: #4D5D6C;
}
</style>
border-color css
<style>
span { border-color: #4D5D6C; }
span { border-color: rgb(77,93,108); }
td.TdClassName
{
border-color: #4D5D6C;
}
.TagClassName
{
border-color: #4D5D6C;
}
</style>