Shades of Fiord #4A5863
Tints of Fiord #4A5863
RGB
CMYK
RGB Variations
Color information
#4A5863 (or 0x4A5863) is known color: Fiord. HEX triplet: 4A, 58 and 63. RGB value is (74,88,99). Sum of RGB (Red+Green+Blue) = 74+88+99=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A5863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5863 is #B5A79C. Grayscale: #555555. Windows color (decimal): -11904925 or 6510666. OLE color: 6510666.
HSL color Cylindrical-coordinate representation of color #4A5863: hue angle of 206.4º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4A5863 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 88 | 99 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.61 |
| HSL | 206.4º | 0.14% | 0.34% | - |
| HSV(B) | 206.4º | 0.25% | 0.39% | - |
| XYZ | 8.57 | 9.34 | 13.15 | - |
| YUV | 85.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 88 | 99 | 0.25 | 0.11 | 0 | 0.61 | 206.4 | 0.14 | 0.34 |
| Hex | 4A | 58 | 63 | 19 | B | 0 | 3D | CE | E | 22 |
| Octal | 112 | 130 | 143 | 31 | 13 | 0 | 75 | 316 | 16 | 42 |
| Binary | 1001010 | 1011000 | 1100011 | 11001 | 1011 | 0 | 111101 | 11001110 | 1110 | 100010 |
Color Harmonies of #4A5863
Complementary color
Monochromatic Colors of #4A5863
Black with #4A5863
Text Example
Text Example
White with #4A5863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5863; }
p { color: rgb(74,88,99); }
H1.HeaderClassName
{
color: #4A5863;
}
.AnyTagClassName
{
color: #4A5863;
}
</style>
background-color css
<style>
a { background-color: #4A5863; }
a { background-color: rgb(74,88,99); }
div.DivClassName
{
background-color: #4A5863;
}
.BgClassName
{
background-color: #4A5863;
}
</style>
border-color css
<style>
span { border-color: #4A5863; }
span { border-color: rgb(74,88,99); }
td.TdClassName
{
border-color: #4A5863;
}
.TagClassName
{
border-color: #4A5863;
}
</style>