Shades of Fiord #4A5862
Tints of Fiord #4A5862
RGB
CMYK
RGB Variations
Color information
#4A5862 (or 0x4A5862) is known color: Fiord. HEX triplet: 4A, 58 and 62. RGB value is (74,88,98). Sum of RGB (Red+Green+Blue) = 74+88+98=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 98 - color contains mainly: blue. Hex color #4A5862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5862 is #B5A79D. Grayscale: #545454. Windows color (decimal): -11904926 or 6445130. OLE color: 6445130.
HSL color Cylindrical-coordinate representation of color #4A5862: hue angle of 205º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A5862 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 88 | 98 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.62 |
| HSL | 205º | 0.14% | 0.34% | - |
| HSV(B) | 205º | 0.24% | 0.38% | - |
| XYZ | 8.52 | 9.32 | 12.9 | - |
| YUV | 84.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 88 | 98 | 0.24 | 0.10 | 0 | 0.62 | 205 | 0.14 | 0.34 |
| Hex | 4A | 58 | 62 | 18 | A | 0 | 3E | CD | E | 22 |
| Octal | 112 | 130 | 142 | 30 | 12 | 0 | 76 | 315 | 16 | 42 |
| Binary | 1001010 | 1011000 | 1100010 | 11000 | 1010 | 0 | 111110 | 11001101 | 1110 | 100010 |
Color Harmonies of #4A5862
Complementary color
Monochromatic Colors of #4A5862
Black with #4A5862
Text Example
Text Example
White with #4A5862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5862; }
p { color: rgb(74,88,98); }
H1.HeaderClassName
{
color: #4A5862;
}
.AnyTagClassName
{
color: #4A5862;
}
</style>
background-color css
<style>
a { background-color: #4A5862; }
a { background-color: rgb(74,88,98); }
div.DivClassName
{
background-color: #4A5862;
}
.BgClassName
{
background-color: #4A5862;
}
</style>
border-color css
<style>
span { border-color: #4A5862; }
span { border-color: rgb(74,88,98); }
td.TdClassName
{
border-color: #4A5862;
}
.TagClassName
{
border-color: #4A5862;
}
</style>