Shades of Fiord #485E67
Tints of Fiord #485E67
RGB
CMYK
RGB Variations
Color information
#485E67 (or 0x485E67) is known color: Fiord. HEX triplet: 48, 5E and 67. RGB value is (72,94,103). Sum of RGB (Red+Green+Blue) = 72+94+103=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 103 - color contains mainly: blue. Hex color #485E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E67 is #B7A198. Grayscale: #585858. Windows color (decimal): -12034457 or 6774344. OLE color: 6774344.
HSL color Cylindrical-coordinate representation of color #485E67: hue angle of 197.42º 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 #485E67 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 94 | 103 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.60 |
| HSL | 197.42º | 0.18% | 0.34% | - |
| HSV(B) | 197.42º | 0.3% | 0.4% | - |
| XYZ | 9.12 | 10.36 | 14.35 | - |
| YUV | 88.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 94 | 103 | 0.30 | 0.09 | 0 | 0.60 | 197.42 | 0.18 | 0.34 |
| Hex | 48 | 5E | 67 | 1E | 9 | 0 | 3C | C5 | 12 | 22 |
| Octal | 110 | 136 | 147 | 36 | 11 | 0 | 74 | 305 | 22 | 42 |
| Binary | 1001000 | 1011110 | 1100111 | 11110 | 1001 | 0 | 111100 | 11000101 | 10010 | 100010 |
Color Harmonies of #485E67
Complementary color
Monochromatic Colors of #485E67
Black with #485E67
Text Example
Text Example
White with #485E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485E67; }
p { color: rgb(72,94,103); }
H1.HeaderClassName
{
color: #485E67;
}
.AnyTagClassName
{
color: #485E67;
}
</style>
background-color css
<style>
a { background-color: #485E67; }
a { background-color: rgb(72,94,103); }
div.DivClassName
{
background-color: #485E67;
}
.BgClassName
{
background-color: #485E67;
}
</style>
border-color css
<style>
span { border-color: #485E67; }
span { border-color: rgb(72,94,103); }
td.TdClassName
{
border-color: #485E67;
}
.TagClassName
{
border-color: #485E67;
}
</style>