Shades of Fiord #4C606D
Tints of Fiord #4C606D
RGB
CMYK
RGB Variations
Color information
#4C606D (or 0x4C606D) is known color: Fiord. HEX triplet: 4C, 60 and 6D. RGB value is (76,96,109). Sum of RGB (Red+Green+Blue) = 76+96+109=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C606D is #B39F92. Grayscale: #5B5B5B. Windows color (decimal): -11771795 or 7168076. OLE color: 7168076.
HSL color Cylindrical-coordinate representation of color #4C606D: hue angle of 203.64º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C606D is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 96 | 109 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.57 |
| HSL | 203.64º | 0.18% | 0.36% | - |
| HSV(B) | 203.64º | 0.3% | 0.43% | - |
| XYZ | 9.92 | 11.01 | 16.07 | - |
| YUV | 91.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 109 | 0.30 | 0.12 | 0 | 0.57 | 203.64 | 0.18 | 0.36 |
| Hex | 4C | 60 | 6D | 1E | C | 0 | 39 | CC | 12 | 24 |
| Octal | 114 | 140 | 155 | 36 | 14 | 0 | 71 | 314 | 22 | 44 |
| Binary | 1001100 | 1100000 | 1101101 | 11110 | 1100 | 0 | 111001 | 11001100 | 10010 | 100100 |
Color Harmonies of #4C606D
Complementary color
Monochromatic Colors of #4C606D
Black with #4C606D
Text Example
Text Example
White with #4C606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C606D; }
p { color: rgb(76,96,109); }
H1.HeaderClassName
{
color: #4C606D;
}
.AnyTagClassName
{
color: #4C606D;
}
</style>
background-color css
<style>
a { background-color: #4C606D; }
a { background-color: rgb(76,96,109); }
div.DivClassName
{
background-color: #4C606D;
}
.BgClassName
{
background-color: #4C606D;
}
</style>
border-color css
<style>
span { border-color: #4C606D; }
span { border-color: rgb(76,96,109); }
td.TdClassName
{
border-color: #4C606D;
}
.TagClassName
{
border-color: #4C606D;
}
</style>