Shades of Fiord #4C585E
Tints of Fiord #4C585E
RGB
CMYK
RGB Variations
Color information
#4C585E (or 0x4C585E) is known color: Fiord. HEX triplet: 4C, 58 and 5E. RGB value is (76,88,94). Sum of RGB (Red+Green+Blue) = 76+88+94=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 94 - color contains mainly: blue. Hex color #4C585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C585E is #B3A7A1. Grayscale: #555555. Windows color (decimal): -11773858 or 6182988. OLE color: 6182988.
HSL color Cylindrical-coordinate representation of color #4C585E: hue angle of 200º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4C585E is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 76 | 88 | 94 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.63 |
| HSL | 200º | 0.11% | 0.33% | - |
| HSV(B) | 200º | 0.19% | 0.37% | - |
| XYZ | 8.49 | 9.32 | 11.94 | - |
| YUV | 85.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 94 | 0.19 | 0.06 | 0 | 0.63 | 200 | 0.11 | 0.33 |
| Hex | 4C | 58 | 5E | 13 | 6 | 0 | 3F | C8 | B | 21 |
| Octal | 114 | 130 | 136 | 23 | 6 | 0 | 77 | 310 | 13 | 41 |
| Binary | 1001100 | 1011000 | 1011110 | 10011 | 110 | 0 | 111111 | 11001000 | 1011 | 100001 |
Color Harmonies of #4C585E
Complementary color
Monochromatic Colors of #4C585E
Black with #4C585E
Text Example
Text Example
White with #4C585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C585E; }
p { color: rgb(76,88,94); }
H1.HeaderClassName
{
color: #4C585E;
}
.AnyTagClassName
{
color: #4C585E;
}
</style>
background-color css
<style>
a { background-color: #4C585E; }
a { background-color: rgb(76,88,94); }
div.DivClassName
{
background-color: #4C585E;
}
.BgClassName
{
background-color: #4C585E;
}
</style>
border-color css
<style>
span { border-color: #4C585E; }
span { border-color: rgb(76,88,94); }
td.TdClassName
{
border-color: #4C585E;
}
.TagClassName
{
border-color: #4C585E;
}
</style>