Shades of Fiord #485D6C
Tints of Fiord #485D6C
RGB
CMYK
RGB Variations
Color information
#485D6C (or 0x485D6C) is known color: Fiord. HEX triplet: 48, 5D and 6C. RGB value is (72,93,108). Sum of RGB (Red+Green+Blue) = 72+93+108=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #485D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D6C is #B7A293. Grayscale: #585858. Windows color (decimal): -12034708 or 7101768. OLE color: 7101768.
HSL color Cylindrical-coordinate representation of color #485D6C: hue angle of 205º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #485D6C is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 93 | 108 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.58 |
| HSL | 205º | 0.2% | 0.35% | - |
| HSV(B) | 205º | 0.33% | 0.42% | - |
| XYZ | 9.29 | 10.29 | 15.68 | - |
| YUV | 88.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 108 | 0.33 | 0.14 | 0 | 0.58 | 205 | 0.2 | 0.35 |
| Hex | 48 | 5D | 6C | 21 | E | 0 | 3A | CD | 14 | 23 |
| Octal | 110 | 135 | 154 | 41 | 16 | 0 | 72 | 315 | 24 | 43 |
| Binary | 1001000 | 1011101 | 1101100 | 100001 | 1110 | 0 | 111010 | 11001101 | 10100 | 100011 |
Color Harmonies of #485D6C
Complementary color
Monochromatic Colors of #485D6C
Black with #485D6C
Text Example
Text Example
White with #485D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D6C; }
p { color: rgb(72,93,108); }
H1.HeaderClassName
{
color: #485D6C;
}
.AnyTagClassName
{
color: #485D6C;
}
</style>
background-color css
<style>
a { background-color: #485D6C; }
a { background-color: rgb(72,93,108); }
div.DivClassName
{
background-color: #485D6C;
}
.BgClassName
{
background-color: #485D6C;
}
</style>
border-color css
<style>
span { border-color: #485D6C; }
span { border-color: rgb(72,93,108); }
td.TdClassName
{
border-color: #485D6C;
}
.TagClassName
{
border-color: #485D6C;
}
</style>