Shades of Fiord #4A5964
Tints of Fiord #4A5964
RGB
CMYK
RGB Variations
Color information
#4A5964 (or 0x4A5964) is known color: Fiord. HEX triplet: 4A, 59 and 64. RGB value is (74,89,100). Sum of RGB (Red+Green+Blue) = 74+89+100=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 100 - color contains mainly: blue. Hex color #4A5964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5964 is #B5A69B. Grayscale: #555555. Windows color (decimal): -11904668 or 6576458. OLE color: 6576458.
HSL color Cylindrical-coordinate representation of color #4A5964: hue angle of 205.38º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4A5964 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 89 | 100 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.61 |
| HSL | 205.38º | 0.15% | 0.34% | - |
| HSV(B) | 205.38º | 0.26% | 0.39% | - |
| XYZ | 8.7 | 9.52 | 13.44 | - |
| YUV | 85.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 89 | 100 | 0.26 | 0.11 | 0 | 0.61 | 205.38 | 0.15 | 0.34 |
| Hex | 4A | 59 | 64 | 1A | B | 0 | 3D | CD | F | 22 |
| Octal | 112 | 131 | 144 | 32 | 13 | 0 | 75 | 315 | 17 | 42 |
| Binary | 1001010 | 1011001 | 1100100 | 11010 | 1011 | 0 | 111101 | 11001101 | 1111 | 100010 |
Color Harmonies of #4A5964
Complementary color
Monochromatic Colors of #4A5964
Black with #4A5964
Text Example
Text Example
White with #4A5964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5964; }
p { color: rgb(74,89,100); }
H1.HeaderClassName
{
color: #4A5964;
}
.AnyTagClassName
{
color: #4A5964;
}
</style>
background-color css
<style>
a { background-color: #4A5964; }
a { background-color: rgb(74,89,100); }
div.DivClassName
{
background-color: #4A5964;
}
.BgClassName
{
background-color: #4A5964;
}
</style>
border-color css
<style>
span { border-color: #4A5964; }
span { border-color: rgb(74,89,100); }
td.TdClassName
{
border-color: #4A5964;
}
.TagClassName
{
border-color: #4A5964;
}
</style>