Shades of Fiord #4C616A
Tints of Fiord #4C616A
RGB
CMYK
RGB Variations
Color information
#4C616A (or 0x4C616A) is known color: Fiord. HEX triplet: 4C, 61 and 6A. RGB value is (76,97,106). Sum of RGB (Red+Green+Blue) = 76+97+106=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 106 - color contains mainly: blue. Hex color #4C616A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C616A is #B39E95. Grayscale: #5B5B5B. Windows color (decimal): -11771542 or 6971724. OLE color: 6971724.
HSL color Cylindrical-coordinate representation of color #4C616A: hue angle of 198º 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 #4C616A is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 97 | 106 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.58 |
| HSL | 198º | 0.16% | 0.36% | - |
| HSV(B) | 198º | 0.28% | 0.42% | - |
| XYZ | 9.86 | 11.13 | 15.26 | - |
| YUV | 91.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 97 | 106 | 0.28 | 0.08 | 0 | 0.58 | 198 | 0.16 | 0.36 |
| Hex | 4C | 61 | 6A | 1C | 8 | 0 | 3A | C6 | 10 | 24 |
| Octal | 114 | 141 | 152 | 34 | 10 | 0 | 72 | 306 | 20 | 44 |
| Binary | 1001100 | 1100001 | 1101010 | 11100 | 1000 | 0 | 111010 | 11000110 | 10000 | 100100 |
Color Harmonies of #4C616A
Complementary color
Monochromatic Colors of #4C616A
Black with #4C616A
Text Example
Text Example
White with #4C616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C616A; }
p { color: rgb(76,97,106); }
H1.HeaderClassName
{
color: #4C616A;
}
.AnyTagClassName
{
color: #4C616A;
}
</style>
background-color css
<style>
a { background-color: #4C616A; }
a { background-color: rgb(76,97,106); }
div.DivClassName
{
background-color: #4C616A;
}
.BgClassName
{
background-color: #4C616A;
}
</style>
border-color css
<style>
span { border-color: #4C616A; }
span { border-color: rgb(76,97,106); }
td.TdClassName
{
border-color: #4C616A;
}
.TagClassName
{
border-color: #4C616A;
}
</style>