Shades of Fiord #4A565F
Tints of Fiord #4A565F
RGB
CMYK
RGB Variations
Color information
#4A565F (or 0x4A565F) is known color: Fiord. HEX triplet: 4A, 56 and 5F. RGB value is (74,86,95). Sum of RGB (Red+Green+Blue) = 74+86+95=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A565F is #B5A9A0. Grayscale: #535353. Windows color (decimal): -11905441 or 6248010. OLE color: 6248010.
HSL color Cylindrical-coordinate representation of color #4A565F: hue angle of 205.71º 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 #4A565F is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 86 | 95 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.63 |
| HSL | 205.71º | 0.12% | 0.33% | - |
| HSV(B) | 205.71º | 0.22% | 0.37% | - |
| XYZ | 8.22 | 8.94 | 12.12 | - |
| YUV | 83.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 95 | 0.22 | 0.09 | 0 | 0.63 | 205.71 | 0.12 | 0.33 |
| Hex | 4A | 56 | 5F | 16 | 9 | 0 | 3F | CE | C | 21 |
| Octal | 112 | 126 | 137 | 26 | 11 | 0 | 77 | 316 | 14 | 41 |
| Binary | 1001010 | 1010110 | 1011111 | 10110 | 1001 | 0 | 111111 | 11001110 | 1100 | 100001 |
Color Harmonies of #4A565F
Complementary color
Monochromatic Colors of #4A565F
Black with #4A565F
Text Example
Text Example
White with #4A565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A565F; }
p { color: rgb(74,86,95); }
H1.HeaderClassName
{
color: #4A565F;
}
.AnyTagClassName
{
color: #4A565F;
}
</style>
background-color css
<style>
a { background-color: #4A565F; }
a { background-color: rgb(74,86,95); }
div.DivClassName
{
background-color: #4A565F;
}
.BgClassName
{
background-color: #4A565F;
}
</style>
border-color css
<style>
span { border-color: #4A565F; }
span { border-color: rgb(74,86,95); }
td.TdClassName
{
border-color: #4A565F;
}
.TagClassName
{
border-color: #4A565F;
}
</style>