Shades of Fiord #4B5C63
Tints of Fiord #4B5C63
RGB
CMYK
RGB Variations
Color information
#4B5C63 (or 0x4B5C63) is known color: Fiord. HEX triplet: 4B, 5C and 63. RGB value is (75,92,99). Sum of RGB (Red+Green+Blue) = 75+92+99=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #4B5C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5C63 is #B4A39C. Grayscale: #575757. Windows color (decimal): -11838365 or 6511691. OLE color: 6511691.
HSL color Cylindrical-coordinate representation of color #4B5C63: hue angle of 197.5º 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 #4B5C63 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 92 | 99 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.61 |
| HSL | 197.5º | 0.14% | 0.34% | - |
| HSV(B) | 197.5º | 0.24% | 0.39% | - |
| XYZ | 8.98 | 10.05 | 13.27 | - |
| YUV | 87.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 92 | 99 | 0.24 | 0.07 | 0 | 0.61 | 197.5 | 0.14 | 0.34 |
| Hex | 4B | 5C | 63 | 18 | 7 | 0 | 3D | C6 | E | 22 |
| Octal | 113 | 134 | 143 | 30 | 7 | 0 | 75 | 306 | 16 | 42 |
| Binary | 1001011 | 1011100 | 1100011 | 11000 | 111 | 0 | 111101 | 11000110 | 1110 | 100010 |
Color Harmonies of #4B5C63
Complementary color
Monochromatic Colors of #4B5C63
Black with #4B5C63
Text Example
Text Example
White with #4B5C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5C63; }
p { color: rgb(75,92,99); }
H1.HeaderClassName
{
color: #4B5C63;
}
.AnyTagClassName
{
color: #4B5C63;
}
</style>
background-color css
<style>
a { background-color: #4B5C63; }
a { background-color: rgb(75,92,99); }
div.DivClassName
{
background-color: #4B5C63;
}
.BgClassName
{
background-color: #4B5C63;
}
</style>
border-color css
<style>
span { border-color: #4B5C63; }
span { border-color: rgb(75,92,99); }
td.TdClassName
{
border-color: #4B5C63;
}
.TagClassName
{
border-color: #4B5C63;
}
</style>