Shades of Fiord #4B5B64
Tints of Fiord #4B5B64
RGB
CMYK
RGB Variations
Color information
#4B5B64 (or 0x4B5B64) is known color: Fiord. HEX triplet: 4B, 5B and 64. RGB value is (75,91,100). Sum of RGB (Red+Green+Blue) = 75+91+100=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 100 - color contains mainly: blue. Hex color #4B5B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5B64 is #B4A49B. Grayscale: #575757. Windows color (decimal): -11838620 or 6576971. OLE color: 6576971.
HSL color Cylindrical-coordinate representation of color #4B5B64: hue angle of 201.6º 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 #4B5B64 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 91 | 100 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.61 |
| HSL | 201.6º | 0.14% | 0.34% | - |
| HSV(B) | 201.6º | 0.25% | 0.39% | - |
| XYZ | 8.94 | 9.9 | 13.5 | - |
| YUV | 87.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 91 | 100 | 0.25 | 0.09 | 0 | 0.61 | 201.6 | 0.14 | 0.34 |
| Hex | 4B | 5B | 64 | 19 | 9 | 0 | 3D | CA | E | 22 |
| Octal | 113 | 133 | 144 | 31 | 11 | 0 | 75 | 312 | 16 | 42 |
| Binary | 1001011 | 1011011 | 1100100 | 11001 | 1001 | 0 | 111101 | 11001010 | 1110 | 100010 |
Color Harmonies of #4B5B64
Complementary color
Monochromatic Colors of #4B5B64
Black with #4B5B64
Text Example
Text Example
White with #4B5B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5B64; }
p { color: rgb(75,91,100); }
H1.HeaderClassName
{
color: #4B5B64;
}
.AnyTagClassName
{
color: #4B5B64;
}
</style>
background-color css
<style>
a { background-color: #4B5B64; }
a { background-color: rgb(75,91,100); }
div.DivClassName
{
background-color: #4B5B64;
}
.BgClassName
{
background-color: #4B5B64;
}
</style>
border-color css
<style>
span { border-color: #4B5B64; }
span { border-color: rgb(75,91,100); }
td.TdClassName
{
border-color: #4B5B64;
}
.TagClassName
{
border-color: #4B5B64;
}
</style>