Shades of Fiord #485B66
Tints of Fiord #485B66
RGB
CMYK
RGB Variations
Color information
#485B66 (or 0x485B66) is known color: Fiord. HEX triplet: 48, 5B and 66. RGB value is (72,91,102). Sum of RGB (Red+Green+Blue) = 72+91+102=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 102 - color contains mainly: blue. Hex color #485B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B66 is #B7A499. Grayscale: #565656. Windows color (decimal): -12035226 or 6708040. OLE color: 6708040.
HSL color Cylindrical-coordinate representation of color #485B66: hue angle of 202º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #485B66 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 72 | 91 | 102 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.6 |
| HSL | 202º | 0.17% | 0.34% | - |
| HSV(B) | 202º | 0.29% | 0.4% | - |
| XYZ | 8.81 | 9.82 | 14 | - |
| YUV | 86.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 102 | 0.29 | 0.11 | 0 | 0.6 | 202 | 0.17 | 0.34 |
| Hex | 48 | 5B | 66 | 1D | B | 0 | 3C | CA | 11 | 22 |
| Octal | 110 | 133 | 146 | 35 | 13 | 0 | 74 | 312 | 21 | 42 |
| Binary | 1001000 | 1011011 | 1100110 | 11101 | 1011 | 0 | 111100 | 11001010 | 10001 | 100010 |
Color Harmonies of #485B66
Complementary color
Monochromatic Colors of #485B66
Black with #485B66
Text Example
Text Example
White with #485B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B66; }
p { color: rgb(72,91,102); }
H1.HeaderClassName
{
color: #485B66;
}
.AnyTagClassName
{
color: #485B66;
}
</style>
background-color css
<style>
a { background-color: #485B66; }
a { background-color: rgb(72,91,102); }
div.DivClassName
{
background-color: #485B66;
}
.BgClassName
{
background-color: #485B66;
}
</style>
border-color css
<style>
span { border-color: #485B66; }
span { border-color: rgb(72,91,102); }
td.TdClassName
{
border-color: #485B66;
}
.TagClassName
{
border-color: #485B66;
}
</style>