Shades of Fiord #4C6071
Tints of Fiord #4C6071
RGB
CMYK
RGB Variations
Color information
#4C6071 (or 0x4C6071) is known color: Fiord. HEX triplet: 4C, 60 and 71. RGB value is (76,96,113). Sum of RGB (Red+Green+Blue) = 76+96+113=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C6071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6071 is #B39F8E. Grayscale: #5B5B5B. Windows color (decimal): -11771791 or 7430220. OLE color: 7430220.
HSL color Cylindrical-coordinate representation of color #4C6071: hue angle of 207.57º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C6071 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 96 | 113 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.56 |
| HSL | 207.57º | 0.2% | 0.37% | - |
| HSV(B) | 207.57º | 0.33% | 0.44% | - |
| XYZ | 10.14 | 11.09 | 17.23 | - |
| YUV | 91.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 113 | 0.33 | 0.15 | 0 | 0.56 | 207.57 | 0.2 | 0.37 |
| Hex | 4C | 60 | 71 | 21 | F | 0 | 38 | D0 | 14 | 25 |
| Octal | 114 | 140 | 161 | 41 | 17 | 0 | 70 | 320 | 24 | 45 |
| Binary | 1001100 | 1100000 | 1110001 | 100001 | 1111 | 0 | 111000 | 11010000 | 10100 | 100101 |
Color Harmonies of #4C6071
Complementary color
Monochromatic Colors of #4C6071
Black with #4C6071
Text Example
Text Example
White with #4C6071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6071; }
p { color: rgb(76,96,113); }
H1.HeaderClassName
{
color: #4C6071;
}
.AnyTagClassName
{
color: #4C6071;
}
</style>
background-color css
<style>
a { background-color: #4C6071; }
a { background-color: rgb(76,96,113); }
div.DivClassName
{
background-color: #4C6071;
}
.BgClassName
{
background-color: #4C6071;
}
</style>
border-color css
<style>
span { border-color: #4C6071; }
span { border-color: rgb(76,96,113); }
td.TdClassName
{
border-color: #4C6071;
}
.TagClassName
{
border-color: #4C6071;
}
</style>