Shades of Fiord #485A67
Tints of Fiord #485A67
RGB
CMYK
RGB Variations
Color information
#485A67 (or 0x485A67) is known color: Fiord. HEX triplet: 48, 5A and 67. RGB value is (72,90,103). Sum of RGB (Red+Green+Blue) = 72+90+103=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 103 - color contains mainly: blue. Hex color #485A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A67 is #B7A598. Grayscale: #565656. Windows color (decimal): -12035481 or 6773320. OLE color: 6773320.
HSL color Cylindrical-coordinate representation of color #485A67: hue angle of 205.16º 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 #485A67 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 90 | 103 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.60 |
| HSL | 205.16º | 0.18% | 0.34% | - |
| HSV(B) | 205.16º | 0.3% | 0.4% | - |
| XYZ | 8.78 | 9.67 | 14.24 | - |
| YUV | 86.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 103 | 0.30 | 0.13 | 0 | 0.60 | 205.16 | 0.18 | 0.34 |
| Hex | 48 | 5A | 67 | 1E | D | 0 | 3C | CD | 12 | 22 |
| Octal | 110 | 132 | 147 | 36 | 15 | 0 | 74 | 315 | 22 | 42 |
| Binary | 1001000 | 1011010 | 1100111 | 11110 | 1101 | 0 | 111100 | 11001101 | 10010 | 100010 |
Color Harmonies of #485A67
Complementary color
Monochromatic Colors of #485A67
Black with #485A67
Text Example
Text Example
White with #485A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A67; }
p { color: rgb(72,90,103); }
H1.HeaderClassName
{
color: #485A67;
}
.AnyTagClassName
{
color: #485A67;
}
</style>
background-color css
<style>
a { background-color: #485A67; }
a { background-color: rgb(72,90,103); }
div.DivClassName
{
background-color: #485A67;
}
.BgClassName
{
background-color: #485A67;
}
</style>
border-color css
<style>
span { border-color: #485A67; }
span { border-color: rgb(72,90,103); }
td.TdClassName
{
border-color: #485A67;
}
.TagClassName
{
border-color: #485A67;
}
</style>