Shades of Fiord #4B5C64
Tints of Fiord #4B5C64
RGB
CMYK
RGB Variations
Color information
#4B5C64 (or 0x4B5C64) is known color: Fiord. HEX triplet: 4B, 5C and 64. RGB value is (75,92,100). Sum of RGB (Red+Green+Blue) = 75+92+100=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 100 - color contains mainly: blue. Hex color #4B5C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5C64 is #B4A39B. Grayscale: #575757. Windows color (decimal): -11838364 or 6577227. OLE color: 6577227.
HSL color Cylindrical-coordinate representation of color #4B5C64: hue angle of 199.2º 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 #4B5C64 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 92 | 100 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.61 |
| HSL | 199.2º | 0.14% | 0.34% | - |
| HSV(B) | 199.2º | 0.25% | 0.39% | - |
| XYZ | 9.03 | 10.07 | 13.52 | - |
| YUV | 87.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 92 | 100 | 0.25 | 0.08 | 0 | 0.61 | 199.2 | 0.14 | 0.34 |
| Hex | 4B | 5C | 64 | 19 | 8 | 0 | 3D | C7 | E | 22 |
| Octal | 113 | 134 | 144 | 31 | 10 | 0 | 75 | 307 | 16 | 42 |
| Binary | 1001011 | 1011100 | 1100100 | 11001 | 1000 | 0 | 111101 | 11000111 | 1110 | 100010 |
Color Harmonies of #4B5C64
Complementary color
Monochromatic Colors of #4B5C64
Black with #4B5C64
Text Example
Text Example
White with #4B5C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5C64; }
p { color: rgb(75,92,100); }
H1.HeaderClassName
{
color: #4B5C64;
}
.AnyTagClassName
{
color: #4B5C64;
}
</style>
background-color css
<style>
a { background-color: #4B5C64; }
a { background-color: rgb(75,92,100); }
div.DivClassName
{
background-color: #4B5C64;
}
.BgClassName
{
background-color: #4B5C64;
}
</style>
border-color css
<style>
span { border-color: #4B5C64; }
span { border-color: rgb(75,92,100); }
td.TdClassName
{
border-color: #4B5C64;
}
.TagClassName
{
border-color: #4B5C64;
}
</style>