Shades of Fiord #4B5965
Tints of Fiord #4B5965
RGB
CMYK
RGB Variations
Color information
#4B5965 (or 0x4B5965) is known color: Fiord. HEX triplet: 4B, 59 and 65. RGB value is (75,89,101). Sum of RGB (Red+Green+Blue) = 75+89+101=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 101 - color contains mainly: blue. Hex color #4B5965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5965 is #B4A69A. Grayscale: #565656. Windows color (decimal): -11839131 or 6641995. OLE color: 6641995.
HSL color Cylindrical-coordinate representation of color #4B5965: hue angle of 207.69º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B5965 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 89 | 101 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.60 |
| HSL | 207.69º | 0.15% | 0.35% | - |
| HSV(B) | 207.69º | 0.26% | 0.4% | - |
| XYZ | 8.82 | 9.58 | 13.7 | - |
| YUV | 86.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 89 | 101 | 0.26 | 0.12 | 0 | 0.60 | 207.69 | 0.15 | 0.35 |
| Hex | 4B | 59 | 65 | 1A | C | 0 | 3C | D0 | F | 23 |
| Octal | 113 | 131 | 145 | 32 | 14 | 0 | 74 | 320 | 17 | 43 |
| Binary | 1001011 | 1011001 | 1100101 | 11010 | 1100 | 0 | 111100 | 11010000 | 1111 | 100011 |
Color Harmonies of #4B5965
Complementary color
Monochromatic Colors of #4B5965
Black with #4B5965
Text Example
Text Example
White with #4B5965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5965; }
p { color: rgb(75,89,101); }
H1.HeaderClassName
{
color: #4B5965;
}
.AnyTagClassName
{
color: #4B5965;
}
</style>
background-color css
<style>
a { background-color: #4B5965; }
a { background-color: rgb(75,89,101); }
div.DivClassName
{
background-color: #4B5965;
}
.BgClassName
{
background-color: #4B5965;
}
</style>
border-color css
<style>
span { border-color: #4B5965; }
span { border-color: rgb(75,89,101); }
td.TdClassName
{
border-color: #4B5965;
}
.TagClassName
{
border-color: #4B5965;
}
</style>