Shades of Fiord #4C606F
Tints of Fiord #4C606F
RGB
CMYK
RGB Variations
Color information
#4C606F (or 0x4C606F) is known color: Fiord. HEX triplet: 4C, 60 and 6F. RGB value is (76,96,111). Sum of RGB (Red+Green+Blue) = 76+96+111=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 111 - color contains mainly: blue. Hex color #4C606F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C606F is #B39F90. Grayscale: #5B5B5B. Windows color (decimal): -11771793 or 7299148. OLE color: 7299148.
HSL color Cylindrical-coordinate representation of color #4C606F: hue angle of 205.71º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C606F is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 96 | 111 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.56 |
| HSL | 205.71º | 0.19% | 0.37% | - |
| HSV(B) | 205.71º | 0.32% | 0.44% | - |
| XYZ | 10.03 | 11.05 | 16.64 | - |
| YUV | 91.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 111 | 0.32 | 0.14 | 0 | 0.56 | 205.71 | 0.19 | 0.37 |
| Hex | 4C | 60 | 6F | 20 | E | 0 | 38 | CE | 13 | 25 |
| Octal | 114 | 140 | 157 | 40 | 16 | 0 | 70 | 316 | 23 | 45 |
| Binary | 1001100 | 1100000 | 1101111 | 100000 | 1110 | 0 | 111000 | 11001110 | 10011 | 100101 |
Color Harmonies of #4C606F
Complementary color
Monochromatic Colors of #4C606F
Black with #4C606F
Text Example
Text Example
White with #4C606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C606F; }
p { color: rgb(76,96,111); }
H1.HeaderClassName
{
color: #4C606F;
}
.AnyTagClassName
{
color: #4C606F;
}
</style>
background-color css
<style>
a { background-color: #4C606F; }
a { background-color: rgb(76,96,111); }
div.DivClassName
{
background-color: #4C606F;
}
.BgClassName
{
background-color: #4C606F;
}
</style>
border-color css
<style>
span { border-color: #4C606F; }
span { border-color: rgb(76,96,111); }
td.TdClassName
{
border-color: #4C606F;
}
.TagClassName
{
border-color: #4C606F;
}
</style>