Shades of Fiord #4D5A68
Tints of Fiord #4D5A68
RGB
CMYK
RGB Variations
Color information
#4D5A68 (or 0x4D5A68) is known color: Fiord. HEX triplet: 4D, 5A and 68. RGB value is (77,90,104). Sum of RGB (Red+Green+Blue) = 77+90+104=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D5A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5A68 is #B2A597. Grayscale: #575757. Windows color (decimal): -11707800 or 6838861. OLE color: 6838861.
HSL color Cylindrical-coordinate representation of color #4D5A68: hue angle of 211.11º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D5A68 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 90 | 104 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.59 |
| HSL | 211.11º | 0.15% | 0.35% | - |
| HSV(B) | 211.11º | 0.26% | 0.41% | - |
| XYZ | 9.22 | 9.89 | 14.52 | - |
| YUV | 87.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 90 | 104 | 0.26 | 0.13 | 0 | 0.59 | 211.11 | 0.15 | 0.35 |
| Hex | 4D | 5A | 68 | 1A | D | 0 | 3B | D3 | F | 23 |
| Octal | 115 | 132 | 150 | 32 | 15 | 0 | 73 | 323 | 17 | 43 |
| Binary | 1001101 | 1011010 | 1101000 | 11010 | 1101 | 0 | 111011 | 11010011 | 1111 | 100011 |
Color Harmonies of #4D5A68
Complementary color
Monochromatic Colors of #4D5A68
Black with #4D5A68
Text Example
Text Example
White with #4D5A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5A68; }
p { color: rgb(77,90,104); }
H1.HeaderClassName
{
color: #4D5A68;
}
.AnyTagClassName
{
color: #4D5A68;
}
</style>
background-color css
<style>
a { background-color: #4D5A68; }
a { background-color: rgb(77,90,104); }
div.DivClassName
{
background-color: #4D5A68;
}
.BgClassName
{
background-color: #4D5A68;
}
</style>
border-color css
<style>
span { border-color: #4D5A68; }
span { border-color: rgb(77,90,104); }
td.TdClassName
{
border-color: #4D5A68;
}
.TagClassName
{
border-color: #4D5A68;
}
</style>