Shades of Fiord #4A5664
Tints of Fiord #4A5664
RGB
CMYK
RGB Variations
Color information
#4A5664 (or 0x4A5664) is known color: Fiord. HEX triplet: 4A, 56 and 64. RGB value is (74,86,100). Sum of RGB (Red+Green+Blue) = 74+86+100=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 100 - color contains mainly: blue. Hex color #4A5664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5664 is #B5A99B. Grayscale: #535353. Windows color (decimal): -11905436 or 6575690. OLE color: 6575690.
HSL color Cylindrical-coordinate representation of color #4A5664: hue angle of 212.31º 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 #4A5664 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 86 | 100 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.61 |
| HSL | 212.31º | 0.15% | 0.34% | - |
| HSV(B) | 212.31º | 0.26% | 0.39% | - |
| XYZ | 8.45 | 9.03 | 13.35 | - |
| YUV | 84.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 100 | 0.26 | 0.14 | 0 | 0.61 | 212.31 | 0.15 | 0.34 |
| Hex | 4A | 56 | 64 | 1A | E | 0 | 3D | D4 | F | 22 |
| Octal | 112 | 126 | 144 | 32 | 16 | 0 | 75 | 324 | 17 | 42 |
| Binary | 1001010 | 1010110 | 1100100 | 11010 | 1110 | 0 | 111101 | 11010100 | 1111 | 100010 |
Color Harmonies of #4A5664
Complementary color
Monochromatic Colors of #4A5664
Black with #4A5664
Text Example
Text Example
White with #4A5664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5664; }
p { color: rgb(74,86,100); }
H1.HeaderClassName
{
color: #4A5664;
}
.AnyTagClassName
{
color: #4A5664;
}
</style>
background-color css
<style>
a { background-color: #4A5664; }
a { background-color: rgb(74,86,100); }
div.DivClassName
{
background-color: #4A5664;
}
.BgClassName
{
background-color: #4A5664;
}
</style>
border-color css
<style>
span { border-color: #4A5664; }
span { border-color: rgb(74,86,100); }
td.TdClassName
{
border-color: #4A5664;
}
.TagClassName
{
border-color: #4A5664;
}
</style>