Shades of Fiord #4B5964
Tints of Fiord #4B5964
RGB
CMYK
RGB Variations
Color information
#4B5964 (or 0x4B5964) is known color: Fiord. HEX triplet: 4B, 59 and 64. RGB value is (75,89,100). Sum of RGB (Red+Green+Blue) = 75+89+100=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 100 - color contains mainly: blue. Hex color #4B5964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5964 is #B4A69B. Grayscale: #565656. Windows color (decimal): -11839132 or 6576459. OLE color: 6576459.
HSL color Cylindrical-coordinate representation of color #4B5964: hue angle of 206.4º 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 #4B5964 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 89 | 100 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.61 |
| HSL | 206.4º | 0.14% | 0.34% | - |
| HSV(B) | 206.4º | 0.25% | 0.39% | - |
| XYZ | 8.77 | 9.56 | 13.44 | - |
| YUV | 86.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 89 | 100 | 0.25 | 0.11 | 0 | 0.61 | 206.4 | 0.14 | 0.34 |
| Hex | 4B | 59 | 64 | 19 | B | 0 | 3D | CE | E | 22 |
| Octal | 113 | 131 | 144 | 31 | 13 | 0 | 75 | 316 | 16 | 42 |
| Binary | 1001011 | 1011001 | 1100100 | 11001 | 1011 | 0 | 111101 | 11001110 | 1110 | 100010 |
Color Harmonies of #4B5964
Complementary color
Monochromatic Colors of #4B5964
Black with #4B5964
Text Example
Text Example
White with #4B5964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5964; }
p { color: rgb(75,89,100); }
H1.HeaderClassName
{
color: #4B5964;
}
.AnyTagClassName
{
color: #4B5964;
}
</style>
background-color css
<style>
a { background-color: #4B5964; }
a { background-color: rgb(75,89,100); }
div.DivClassName
{
background-color: #4B5964;
}
.BgClassName
{
background-color: #4B5964;
}
</style>
border-color css
<style>
span { border-color: #4B5964; }
span { border-color: rgb(75,89,100); }
td.TdClassName
{
border-color: #4B5964;
}
.TagClassName
{
border-color: #4B5964;
}
</style>