Shades of Fiord #4C5B63
Tints of Fiord #4C5B63
RGB
CMYK
RGB Variations
Color information
#4C5B63 (or 0x4C5B63) is known color: Fiord. HEX triplet: 4C, 5B and 63. RGB value is (76,91,99). Sum of RGB (Red+Green+Blue) = 76+91+99=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C5B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5B63 is #B3A49C. Grayscale: #575757. Windows color (decimal): -11773085 or 6511436. OLE color: 6511436.
HSL color Cylindrical-coordinate representation of color #4C5B63: hue angle of 200.87º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C5B63 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 91 | 99 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.61 |
| HSL | 200.87º | 0.13% | 0.34% | - |
| HSV(B) | 200.87º | 0.23% | 0.39% | - |
| XYZ | 8.97 | 9.92 | 13.25 | - |
| YUV | 87.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 91 | 99 | 0.23 | 0.08 | 0 | 0.61 | 200.87 | 0.13 | 0.34 |
| Hex | 4C | 5B | 63 | 17 | 8 | 0 | 3D | C9 | D | 22 |
| Octal | 114 | 133 | 143 | 27 | 10 | 0 | 75 | 311 | 15 | 42 |
| Binary | 1001100 | 1011011 | 1100011 | 10111 | 1000 | 0 | 111101 | 11001001 | 1101 | 100010 |
Color Harmonies of #4C5B63
Complementary color
Monochromatic Colors of #4C5B63
Black with #4C5B63
Text Example
Text Example
White with #4C5B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5B63; }
p { color: rgb(76,91,99); }
H1.HeaderClassName
{
color: #4C5B63;
}
.AnyTagClassName
{
color: #4C5B63;
}
</style>
background-color css
<style>
a { background-color: #4C5B63; }
a { background-color: rgb(76,91,99); }
div.DivClassName
{
background-color: #4C5B63;
}
.BgClassName
{
background-color: #4C5B63;
}
</style>
border-color css
<style>
span { border-color: #4C5B63; }
span { border-color: rgb(76,91,99); }
td.TdClassName
{
border-color: #4C5B63;
}
.TagClassName
{
border-color: #4C5B63;
}
</style>