Shades of Fiord #4A5864
Tints of Fiord #4A5864
RGB
CMYK
RGB Variations
Color information
#4A5864 (or 0x4A5864) is known color: Fiord. HEX triplet: 4A, 58 and 64. RGB value is (74,88,100). Sum of RGB (Red+Green+Blue) = 74+88+100=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 100 - color contains mainly: blue. Hex color #4A5864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5864 is #B5A79B. Grayscale: #555555. Windows color (decimal): -11904924 or 6576202. OLE color: 6576202.
HSL color Cylindrical-coordinate representation of color #4A5864: hue angle of 207.69º 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 #4A5864 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 88 | 100 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.61 |
| HSL | 207.69º | 0.15% | 0.34% | - |
| HSV(B) | 207.69º | 0.26% | 0.39% | - |
| XYZ | 8.61 | 9.36 | 13.41 | - |
| YUV | 85.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 88 | 100 | 0.26 | 0.12 | 0 | 0.61 | 207.69 | 0.15 | 0.34 |
| Hex | 4A | 58 | 64 | 1A | C | 0 | 3D | D0 | F | 22 |
| Octal | 112 | 130 | 144 | 32 | 14 | 0 | 75 | 320 | 17 | 42 |
| Binary | 1001010 | 1011000 | 1100100 | 11010 | 1100 | 0 | 111101 | 11010000 | 1111 | 100010 |
Color Harmonies of #4A5864
Complementary color
Monochromatic Colors of #4A5864
Black with #4A5864
Text Example
Text Example
White with #4A5864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5864; }
p { color: rgb(74,88,100); }
H1.HeaderClassName
{
color: #4A5864;
}
.AnyTagClassName
{
color: #4A5864;
}
</style>
background-color css
<style>
a { background-color: #4A5864; }
a { background-color: rgb(74,88,100); }
div.DivClassName
{
background-color: #4A5864;
}
.BgClassName
{
background-color: #4A5864;
}
</style>
border-color css
<style>
span { border-color: #4A5864; }
span { border-color: rgb(74,88,100); }
td.TdClassName
{
border-color: #4A5864;
}
.TagClassName
{
border-color: #4A5864;
}
</style>