Shades of Fiord #485B63
Tints of Fiord #485B63
RGB
CMYK
RGB Variations
Color information
#485B63 (or 0x485B63) is known color: Fiord. HEX triplet: 48, 5B and 63. RGB value is (72,91,99). Sum of RGB (Red+Green+Blue) = 72+91+99=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 99 - color contains mainly: blue. Hex color #485B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B63 is #B7A49C. Grayscale: #565656. Windows color (decimal): -12035229 or 6511432. OLE color: 6511432.
HSL color Cylindrical-coordinate representation of color #485B63: hue angle of 197.78º 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 #485B63 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 91 | 99 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.61 |
| HSL | 197.78º | 0.16% | 0.34% | - |
| HSV(B) | 197.78º | 0.27% | 0.39% | - |
| XYZ | 8.67 | 9.76 | 13.23 | - |
| YUV | 86.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 99 | 0.27 | 0.08 | 0 | 0.61 | 197.78 | 0.16 | 0.34 |
| Hex | 48 | 5B | 63 | 1B | 8 | 0 | 3D | C6 | 10 | 22 |
| Octal | 110 | 133 | 143 | 33 | 10 | 0 | 75 | 306 | 20 | 42 |
| Binary | 1001000 | 1011011 | 1100011 | 11011 | 1000 | 0 | 111101 | 11000110 | 10000 | 100010 |
Color Harmonies of #485B63
Complementary color
Monochromatic Colors of #485B63
Black with #485B63
Text Example
Text Example
White with #485B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B63; }
p { color: rgb(72,91,99); }
H1.HeaderClassName
{
color: #485B63;
}
.AnyTagClassName
{
color: #485B63;
}
</style>
background-color css
<style>
a { background-color: #485B63; }
a { background-color: rgb(72,91,99); }
div.DivClassName
{
background-color: #485B63;
}
.BgClassName
{
background-color: #485B63;
}
</style>
border-color css
<style>
span { border-color: #485B63; }
span { border-color: rgb(72,91,99); }
td.TdClassName
{
border-color: #485B63;
}
.TagClassName
{
border-color: #485B63;
}
</style>