Shades of Fiord #4B5A64
Tints of Fiord #4B5A64
RGB
CMYK
RGB Variations
Color information
#4B5A64 (or 0x4B5A64) is known color: Fiord. HEX triplet: 4B, 5A and 64. RGB value is (75,90,100). Sum of RGB (Red+Green+Blue) = 75+90+100=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 100 - color contains mainly: blue. Hex color #4B5A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5A64 is #B4A59B. Grayscale: #565656. Windows color (decimal): -11838876 or 6576715. OLE color: 6576715.
HSL color Cylindrical-coordinate representation of color #4B5A64: hue angle of 204º 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 #4B5A64 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 90 | 100 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.61 |
| HSL | 204º | 0.14% | 0.34% | - |
| HSV(B) | 204º | 0.25% | 0.39% | - |
| XYZ | 8.86 | 9.73 | 13.47 | - |
| YUV | 86.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 90 | 100 | 0.25 | 0.10 | 0 | 0.61 | 204 | 0.14 | 0.34 |
| Hex | 4B | 5A | 64 | 19 | A | 0 | 3D | CC | E | 22 |
| Octal | 113 | 132 | 144 | 31 | 12 | 0 | 75 | 314 | 16 | 42 |
| Binary | 1001011 | 1011010 | 1100100 | 11001 | 1010 | 0 | 111101 | 11001100 | 1110 | 100010 |
Color Harmonies of #4B5A64
Complementary color
Monochromatic Colors of #4B5A64
Black with #4B5A64
Text Example
Text Example
White with #4B5A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5A64; }
p { color: rgb(75,90,100); }
H1.HeaderClassName
{
color: #4B5A64;
}
.AnyTagClassName
{
color: #4B5A64;
}
</style>
background-color css
<style>
a { background-color: #4B5A64; }
a { background-color: rgb(75,90,100); }
div.DivClassName
{
background-color: #4B5A64;
}
.BgClassName
{
background-color: #4B5A64;
}
</style>
border-color css
<style>
span { border-color: #4B5A64; }
span { border-color: rgb(75,90,100); }
td.TdClassName
{
border-color: #4B5A64;
}
.TagClassName
{
border-color: #4B5A64;
}
</style>