Shades of Fiord #4B5662
Tints of Fiord #4B5662
RGB
CMYK
RGB Variations
Color information
#4B5662 (or 0x4B5662) is known color: Fiord. HEX triplet: 4B, 56 and 62. RGB value is (75,86,98). Sum of RGB (Red+Green+Blue) = 75+86+98=259 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.96% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 98 - color contains mainly: blue. Hex color #4B5662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5662 is #B4A99D. Grayscale: #545454. Windows color (decimal): -11839902 or 6444619. OLE color: 6444619.
HSL color Cylindrical-coordinate representation of color #4B5662: hue angle of 211.3º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B5662 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 86 | 98 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.62 |
| HSL | 211.3º | 0.13% | 0.34% | - |
| HSV(B) | 211.3º | 0.23% | 0.38% | - |
| XYZ | 8.43 | 9.03 | 12.85 | - |
| YUV | 84.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 86 | 98 | 0.23 | 0.12 | 0 | 0.62 | 211.3 | 0.13 | 0.34 |
| Hex | 4B | 56 | 62 | 17 | C | 0 | 3E | D3 | D | 22 |
| Octal | 113 | 126 | 142 | 27 | 14 | 0 | 76 | 323 | 15 | 42 |
| Binary | 1001011 | 1010110 | 1100010 | 10111 | 1100 | 0 | 111110 | 11010011 | 1101 | 100010 |
Color Harmonies of #4B5662
Complementary color
Monochromatic Colors of #4B5662
Black with #4B5662
Text Example
Text Example
White with #4B5662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5662; }
p { color: rgb(75,86,98); }
H1.HeaderClassName
{
color: #4B5662;
}
.AnyTagClassName
{
color: #4B5662;
}
</style>
background-color css
<style>
a { background-color: #4B5662; }
a { background-color: rgb(75,86,98); }
div.DivClassName
{
background-color: #4B5662;
}
.BgClassName
{
background-color: #4B5662;
}
</style>
border-color css
<style>
span { border-color: #4B5662; }
span { border-color: rgb(75,86,98); }
td.TdClassName
{
border-color: #4B5662;
}
.TagClassName
{
border-color: #4B5662;
}
</style>