Shades of Fiord #485663
Tints of Fiord #485663
RGB
CMYK
RGB Variations
Color information
#485663 (or 0x485663) is known color: Fiord. HEX triplet: 48, 56 and 63. RGB value is (72,86,99). Sum of RGB (Red+Green+Blue) = 72+86+99=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 99 - color contains mainly: blue. Hex color #485663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485663 is #B7A99C. Grayscale: #535353. Windows color (decimal): -12036509 or 6510152. OLE color: 6510152.
HSL color Cylindrical-coordinate representation of color #485663: hue angle of 208.89º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #485663 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 86 | 99 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.61 |
| HSL | 208.89º | 0.16% | 0.34% | - |
| HSV(B) | 208.89º | 0.27% | 0.39% | - |
| XYZ | 8.25 | 8.93 | 13.09 | - |
| YUV | 83.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 86 | 99 | 0.27 | 0.13 | 0 | 0.61 | 208.89 | 0.16 | 0.34 |
| Hex | 48 | 56 | 63 | 1B | D | 0 | 3D | D1 | 10 | 22 |
| Octal | 110 | 126 | 143 | 33 | 15 | 0 | 75 | 321 | 20 | 42 |
| Binary | 1001000 | 1010110 | 1100011 | 11011 | 1101 | 0 | 111101 | 11010001 | 10000 | 100010 |
Color Harmonies of #485663
Complementary color
Monochromatic Colors of #485663
Black with #485663
Text Example
Text Example
White with #485663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485663; }
p { color: rgb(72,86,99); }
H1.HeaderClassName
{
color: #485663;
}
.AnyTagClassName
{
color: #485663;
}
</style>
background-color css
<style>
a { background-color: #485663; }
a { background-color: rgb(72,86,99); }
div.DivClassName
{
background-color: #485663;
}
.BgClassName
{
background-color: #485663;
}
</style>
border-color css
<style>
span { border-color: #485663; }
span { border-color: rgb(72,86,99); }
td.TdClassName
{
border-color: #485663;
}
.TagClassName
{
border-color: #485663;
}
</style>