Shades of Fiord #4B5763
Tints of Fiord #4B5763
RGB
CMYK
RGB Variations
Color information
#4B5763 (or 0x4B5763) is known color: Fiord. HEX triplet: 4B, 57 and 63. RGB value is (75,87,99). Sum of RGB (Red+Green+Blue) = 75+87+99=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 87 (34.38% from 255 or 33.33% 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 #4B5763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5763 is #B4A89C. Grayscale: #545454. Windows color (decimal): -11839645 or 6510411. OLE color: 6510411.
HSL color Cylindrical-coordinate representation of color #4B5763: hue angle of 210º 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 #4B5763 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 87 | 99 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.61 |
| HSL | 210º | 0.14% | 0.34% | - |
| HSV(B) | 210º | 0.24% | 0.39% | - |
| XYZ | 8.56 | 9.21 | 13.13 | - |
| YUV | 84.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 87 | 99 | 0.24 | 0.12 | 0 | 0.61 | 210 | 0.14 | 0.34 |
| Hex | 4B | 57 | 63 | 18 | C | 0 | 3D | D2 | E | 22 |
| Octal | 113 | 127 | 143 | 30 | 14 | 0 | 75 | 322 | 16 | 42 |
| Binary | 1001011 | 1010111 | 1100011 | 11000 | 1100 | 0 | 111101 | 11010010 | 1110 | 100010 |
Color Harmonies of #4B5763
Complementary color
Monochromatic Colors of #4B5763
Black with #4B5763
Text Example
Text Example
White with #4B5763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5763; }
p { color: rgb(75,87,99); }
H1.HeaderClassName
{
color: #4B5763;
}
.AnyTagClassName
{
color: #4B5763;
}
</style>
background-color css
<style>
a { background-color: #4B5763; }
a { background-color: rgb(75,87,99); }
div.DivClassName
{
background-color: #4B5763;
}
.BgClassName
{
background-color: #4B5763;
}
</style>
border-color css
<style>
span { border-color: #4B5763; }
span { border-color: rgb(75,87,99); }
td.TdClassName
{
border-color: #4B5763;
}
.TagClassName
{
border-color: #4B5763;
}
</style>