Shades of Fiord #4B5864
Tints of Fiord #4B5864
RGB
CMYK
RGB Variations
Color information
#4B5864 (or 0x4B5864) is known color: Fiord. HEX triplet: 4B, 58 and 64. RGB value is (75,88,100). Sum of RGB (Red+Green+Blue) = 75+88+100=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 100 - color contains mainly: blue. Hex color #4B5864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5864 is #B4A79B. Grayscale: #555555. Windows color (decimal): -11839388 or 6576203. OLE color: 6576203.
HSL color Cylindrical-coordinate representation of color #4B5864: hue angle of 208.8º 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 #4B5864 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 88 | 100 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.61 |
| HSL | 208.8º | 0.14% | 0.34% | - |
| HSV(B) | 208.8º | 0.25% | 0.39% | - |
| XYZ | 8.69 | 9.4 | 13.41 | - |
| YUV | 85.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 88 | 100 | 0.25 | 0.12 | 0 | 0.61 | 208.8 | 0.14 | 0.34 |
| Hex | 4B | 58 | 64 | 19 | C | 0 | 3D | D1 | E | 22 |
| Octal | 113 | 130 | 144 | 31 | 14 | 0 | 75 | 321 | 16 | 42 |
| Binary | 1001011 | 1011000 | 1100100 | 11001 | 1100 | 0 | 111101 | 11010001 | 1110 | 100010 |
Color Harmonies of #4B5864
Complementary color
Monochromatic Colors of #4B5864
Black with #4B5864
Text Example
Text Example
White with #4B5864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5864; }
p { color: rgb(75,88,100); }
H1.HeaderClassName
{
color: #4B5864;
}
.AnyTagClassName
{
color: #4B5864;
}
</style>
background-color css
<style>
a { background-color: #4B5864; }
a { background-color: rgb(75,88,100); }
div.DivClassName
{
background-color: #4B5864;
}
.BgClassName
{
background-color: #4B5864;
}
</style>
border-color css
<style>
span { border-color: #4B5864; }
span { border-color: rgb(75,88,100); }
td.TdClassName
{
border-color: #4B5864;
}
.TagClassName
{
border-color: #4B5864;
}
</style>