Shades of Fiord #4B5863
Tints of Fiord #4B5863
RGB
CMYK
RGB Variations
Color information
#4B5863 (or 0x4B5863) is known color: Fiord. HEX triplet: 4B, 58 and 63. RGB value is (75,88,99). Sum of RGB (Red+Green+Blue) = 75+88+99=262 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.63% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 99 - color contains mainly: blue. Hex color #4B5863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5863 is #B4A79C. Grayscale: #555555. Windows color (decimal): -11839389 or 6510667. OLE color: 6510667.
HSL color Cylindrical-coordinate representation of color #4B5863: hue angle of 207.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4B5863 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 88 | 99 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.61 |
| HSL | 207.5º | 0.14% | 0.34% | - |
| HSV(B) | 207.5º | 0.24% | 0.39% | - |
| XYZ | 8.64 | 9.38 | 13.16 | - |
| YUV | 85.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 88 | 99 | 0.24 | 0.11 | 0 | 0.61 | 207.5 | 0.14 | 0.34 |
| Hex | 4B | 58 | 63 | 18 | B | 0 | 3D | D0 | E | 22 |
| Octal | 113 | 130 | 143 | 30 | 13 | 0 | 75 | 320 | 16 | 42 |
| Binary | 1001011 | 1011000 | 1100011 | 11000 | 1011 | 0 | 111101 | 11010000 | 1110 | 100010 |
Color Harmonies of #4B5863
Complementary color
Monochromatic Colors of #4B5863
Black with #4B5863
Text Example
Text Example
White with #4B5863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5863; }
p { color: rgb(75,88,99); }
H1.HeaderClassName
{
color: #4B5863;
}
.AnyTagClassName
{
color: #4B5863;
}
</style>
background-color css
<style>
a { background-color: #4B5863; }
a { background-color: rgb(75,88,99); }
div.DivClassName
{
background-color: #4B5863;
}
.BgClassName
{
background-color: #4B5863;
}
</style>
border-color css
<style>
span { border-color: #4B5863; }
span { border-color: rgb(75,88,99); }
td.TdClassName
{
border-color: #4B5863;
}
.TagClassName
{
border-color: #4B5863;
}
</style>