Shades of Fiord #4A585F
Tints of Fiord #4A585F
RGB
CMYK
RGB Variations
Color information
#4A585F (or 0x4A585F) is known color: Fiord. HEX triplet: 4A, 58 and 5F. RGB value is (74,88,95). Sum of RGB (Red+Green+Blue) = 74+88+95=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A585F is #B5A7A0. Grayscale: #545454. Windows color (decimal): -11904929 or 6248522. OLE color: 6248522.
HSL color Cylindrical-coordinate representation of color #4A585F: hue angle of 200º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4A585F is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 88 | 95 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.63 |
| HSL | 200º | 0.12% | 0.33% | - |
| HSV(B) | 200º | 0.22% | 0.37% | - |
| XYZ | 8.38 | 9.26 | 12.17 | - |
| YUV | 84.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 88 | 95 | 0.22 | 0.07 | 0 | 0.63 | 200 | 0.12 | 0.33 |
| Hex | 4A | 58 | 5F | 16 | 7 | 0 | 3F | C8 | C | 21 |
| Octal | 112 | 130 | 137 | 26 | 7 | 0 | 77 | 310 | 14 | 41 |
| Binary | 1001010 | 1011000 | 1011111 | 10110 | 111 | 0 | 111111 | 11001000 | 1100 | 100001 |
Color Harmonies of #4A585F
Complementary color
Monochromatic Colors of #4A585F
Black with #4A585F
Text Example
Text Example
White with #4A585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A585F; }
p { color: rgb(74,88,95); }
H1.HeaderClassName
{
color: #4A585F;
}
.AnyTagClassName
{
color: #4A585F;
}
</style>
background-color css
<style>
a { background-color: #4A585F; }
a { background-color: rgb(74,88,95); }
div.DivClassName
{
background-color: #4A585F;
}
.BgClassName
{
background-color: #4A585F;
}
</style>
border-color css
<style>
span { border-color: #4A585F; }
span { border-color: rgb(74,88,95); }
td.TdClassName
{
border-color: #4A585F;
}
.TagClassName
{
border-color: #4A585F;
}
</style>