Shades of Fiord #4C5B69
Tints of Fiord #4C5B69
RGB
CMYK
RGB Variations
Color information
#4C5B69 (or 0x4C5B69) is known color: Fiord. HEX triplet: 4C, 5B and 69. RGB value is (76,91,105). Sum of RGB (Red+Green+Blue) = 76+91+105=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 105 - color contains mainly: blue. Hex color #4C5B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5B69 is #B3A496. Grayscale: #585858. Windows color (decimal): -11773079 or 6904652. OLE color: 6904652.
HSL color Cylindrical-coordinate representation of color #4C5B69: hue angle of 208.97º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C5B69 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 91 | 105 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.59 |
| HSL | 208.97º | 0.16% | 0.35% | - |
| HSV(B) | 208.97º | 0.28% | 0.41% | - |
| XYZ | 9.27 | 10.04 | 14.81 | - |
| YUV | 88.11 | 137.53 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 91 | 105 | 0.28 | 0.13 | 0 | 0.59 | 208.97 | 0.16 | 0.35 |
| Hex | 4C | 5B | 69 | 1C | D | 0 | 3B | D1 | 10 | 23 |
| Octal | 114 | 133 | 151 | 34 | 15 | 0 | 73 | 321 | 20 | 43 |
| Binary | 1001100 | 1011011 | 1101001 | 11100 | 1101 | 0 | 111011 | 11010001 | 10000 | 100011 |
Color Harmonies of #4C5B69
Complementary color
Monochromatic Colors of #4C5B69
Black with #4C5B69
Text Example
Text Example
White with #4C5B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5B69; }
p { color: rgb(76,91,105); }
H1.HeaderClassName
{
color: #4C5B69;
}
.AnyTagClassName
{
color: #4C5B69;
}
</style>
background-color css
<style>
a { background-color: #4C5B69; }
a { background-color: rgb(76,91,105); }
div.DivClassName
{
background-color: #4C5B69;
}
.BgClassName
{
background-color: #4C5B69;
}
</style>
border-color css
<style>
span { border-color: #4C5B69; }
span { border-color: rgb(76,91,105); }
td.TdClassName
{
border-color: #4C5B69;
}
.TagClassName
{
border-color: #4C5B69;
}
</style>