Shades of Fiord #4D5C6B
Tints of Fiord #4D5C6B
RGB
CMYK
RGB Variations
Color information
#4D5C6B (or 0x4D5C6B) is known color: Fiord. HEX triplet: 4D, 5C and 6B. RGB value is (77,92,107). Sum of RGB (Red+Green+Blue) = 77+92+107=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D5C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5C6B is #B2A394. Grayscale: #595959. Windows color (decimal): -11707285 or 7035981. OLE color: 7035981.
HSL color Cylindrical-coordinate representation of color #4D5C6B: hue angle of 210º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D5C6B is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
RGB | 77 | 92 | 107 | - |
CMYK | 0.28 | 0.14 | 0 | 0.58 |
HSL | 210º | 0.16% | 0.36% | - |
HSV(B) | 210º | 0.28% | 0.42% | - |
XYZ | 9.54 | 10.29 | 15.39 | - |
YUV | 89.23 | 138.03 | 119.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 92 | 107 | 0.28 | 0.14 | 0 | 0.58 | 210 | 0.16 | 0.36 |
Hex | 4D | 5C | 6B | 1C | E | 0 | 3A | D2 | 10 | 24 |
Octal | 115 | 134 | 153 | 34 | 16 | 0 | 72 | 322 | 20 | 44 |
Binary | 1001101 | 1011100 | 1101011 | 11100 | 1110 | 0 | 111010 | 11010010 | 10000 | 100100 |
Color Harmonies of #4D5C6B
Complementary color
Monochromatic Colors of #4D5C6B
Black with #4D5C6B
Text Example
Text Example
White with #4D5C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5C6B; }
p { color: rgb(77,92,107); }
H1.HeaderClassName
{
color: #4D5C6B;
}
.AnyTagClassName
{
color: #4D5C6B;
}
</style>
background-color css
<style>
a { background-color: #4D5C6B; }
a { background-color: rgb(77,92,107); }
div.DivClassName
{
background-color: #4D5C6B;
}
.BgClassName
{
background-color: #4D5C6B;
}
</style>
border-color css
<style>
span { border-color: #4D5C6B; }
span { border-color: rgb(77,92,107); }
td.TdClassName
{
border-color: #4D5C6B;
}
.TagClassName
{
border-color: #4D5C6B;
}
</style>