Shades of Fiord #4D5F6C
Tints of Fiord #4D5F6C
RGB
CMYK
RGB Variations
Color information
#4D5F6C (or 0x4D5F6C) is known color: Fiord. HEX triplet: 4D, 5F and 6C. RGB value is (77,95,108). Sum of RGB (Red+Green+Blue) = 77+95+108=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D5F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5F6C is #B2A093. Grayscale: #5B5B5B. Windows color (decimal): -11706516 or 7102285. OLE color: 7102285.
HSL color Cylindrical-coordinate representation of color #4D5F6C: hue angle of 205.16º 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 #4D5F6C is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 95 | 108 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.58 |
| HSL | 205.16º | 0.17% | 0.36% | - |
| HSV(B) | 205.16º | 0.29% | 0.42% | - |
| XYZ | 9.86 | 10.84 | 15.76 | - |
| YUV | 91.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 95 | 108 | 0.29 | 0.12 | 0 | 0.58 | 205.16 | 0.17 | 0.36 |
| Hex | 4D | 5F | 6C | 1D | C | 0 | 3A | CD | 11 | 24 |
| Octal | 115 | 137 | 154 | 35 | 14 | 0 | 72 | 315 | 21 | 44 |
| Binary | 1001101 | 1011111 | 1101100 | 11101 | 1100 | 0 | 111010 | 11001101 | 10001 | 100100 |
Color Harmonies of #4D5F6C
Complementary color
Monochromatic Colors of #4D5F6C
Black with #4D5F6C
Text Example
Text Example
White with #4D5F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5F6C; }
p { color: rgb(77,95,108); }
H1.HeaderClassName
{
color: #4D5F6C;
}
.AnyTagClassName
{
color: #4D5F6C;
}
</style>
background-color css
<style>
a { background-color: #4D5F6C; }
a { background-color: rgb(77,95,108); }
div.DivClassName
{
background-color: #4D5F6C;
}
.BgClassName
{
background-color: #4D5F6C;
}
</style>
border-color css
<style>
span { border-color: #4D5F6C; }
span { border-color: rgb(77,95,108); }
td.TdClassName
{
border-color: #4D5F6C;
}
.TagClassName
{
border-color: #4D5F6C;
}
</style>