Shades of Fiord #485B67
Tints of Fiord #485B67
RGB
CMYK
RGB Variations
Color information
#485B67 (or 0x485B67) is known color: Fiord. HEX triplet: 48, 5B and 67. RGB value is (72,91,103). Sum of RGB (Red+Green+Blue) = 72+91+103=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 103 - color contains mainly: blue. Hex color #485B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B67 is #B7A498. Grayscale: #565656. Windows color (decimal): -12035225 or 6773576. OLE color: 6773576.
HSL color Cylindrical-coordinate representation of color #485B67: hue angle of 203.23º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #485B67 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 91 | 103 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.60 |
| HSL | 203.23º | 0.18% | 0.34% | - |
| HSV(B) | 203.23º | 0.3% | 0.4% | - |
| XYZ | 8.86 | 9.84 | 14.26 | - |
| YUV | 86.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 103 | 0.30 | 0.12 | 0 | 0.60 | 203.23 | 0.18 | 0.34 |
| Hex | 48 | 5B | 67 | 1E | C | 0 | 3C | CB | 12 | 22 |
| Octal | 110 | 133 | 147 | 36 | 14 | 0 | 74 | 313 | 22 | 42 |
| Binary | 1001000 | 1011011 | 1100111 | 11110 | 1100 | 0 | 111100 | 11001011 | 10010 | 100010 |
Color Harmonies of #485B67
Complementary color
Monochromatic Colors of #485B67
Black with #485B67
Text Example
Text Example
White with #485B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B67; }
p { color: rgb(72,91,103); }
H1.HeaderClassName
{
color: #485B67;
}
.AnyTagClassName
{
color: #485B67;
}
</style>
background-color css
<style>
a { background-color: #485B67; }
a { background-color: rgb(72,91,103); }
div.DivClassName
{
background-color: #485B67;
}
.BgClassName
{
background-color: #485B67;
}
</style>
border-color css
<style>
span { border-color: #485B67; }
span { border-color: rgb(72,91,103); }
td.TdClassName
{
border-color: #485B67;
}
.TagClassName
{
border-color: #485B67;
}
</style>