Shades of Fiord #4A5967
Tints of Fiord #4A5967
RGB
CMYK
RGB Variations
Color information
#4A5967 (or 0x4A5967) is known color: Fiord. HEX triplet: 4A, 59 and 67. RGB value is (74,89,103). Sum of RGB (Red+Green+Blue) = 74+89+103=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A5967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5967 is #B5A698. Grayscale: #565656. Windows color (decimal): -11904665 or 6773066. OLE color: 6773066.
HSL color Cylindrical-coordinate representation of color #4A5967: hue angle of 208.97º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A5967 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 89 | 103 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.60 |
| HSL | 208.97º | 0.16% | 0.35% | - |
| HSV(B) | 208.97º | 0.28% | 0.4% | - |
| XYZ | 8.84 | 9.58 | 14.21 | - |
| YUV | 86.11 | 137.53 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 89 | 103 | 0.28 | 0.14 | 0 | 0.60 | 208.97 | 0.16 | 0.35 |
| Hex | 4A | 59 | 67 | 1C | E | 0 | 3C | D1 | 10 | 23 |
| Octal | 112 | 131 | 147 | 34 | 16 | 0 | 74 | 321 | 20 | 43 |
| Binary | 1001010 | 1011001 | 1100111 | 11100 | 1110 | 0 | 111100 | 11010001 | 10000 | 100011 |
Color Harmonies of #4A5967
Complementary color
Monochromatic Colors of #4A5967
Black with #4A5967
Text Example
Text Example
White with #4A5967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5967; }
p { color: rgb(74,89,103); }
H1.HeaderClassName
{
color: #4A5967;
}
.AnyTagClassName
{
color: #4A5967;
}
</style>
background-color css
<style>
a { background-color: #4A5967; }
a { background-color: rgb(74,89,103); }
div.DivClassName
{
background-color: #4A5967;
}
.BgClassName
{
background-color: #4A5967;
}
</style>
border-color css
<style>
span { border-color: #4A5967; }
span { border-color: rgb(74,89,103); }
td.TdClassName
{
border-color: #4A5967;
}
.TagClassName
{
border-color: #4A5967;
}
</style>