Shades of Fiord #485D68
Tints of Fiord #485D68
RGB
CMYK
RGB Variations
Color information
#485D68 (or 0x485D68) is known color: Fiord. HEX triplet: 48, 5D and 68. RGB value is (72,93,104). Sum of RGB (Red+Green+Blue) = 72+93+104=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 104 - color contains mainly: blue. Hex color #485D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D68 is #B7A297. Grayscale: #575757. Windows color (decimal): -12034712 or 6839624. OLE color: 6839624.
HSL color Cylindrical-coordinate representation of color #485D68: hue angle of 200.62º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #485D68 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 93 | 104 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.59 |
| HSL | 200.63º | 0.18% | 0.35% | - |
| HSV(B) | 200.63º | 0.31% | 0.41% | - |
| XYZ | 9.09 | 10.21 | 14.59 | - |
| YUV | 87.98 | 137.04 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 104 | 0.31 | 0.11 | 0 | 0.59 | 200.63 | 0.18 | 0.35 |
| Hex | 48 | 5D | 68 | 1F | B | 0 | 3B | C9 | 12 | 23 |
| Octal | 110 | 135 | 150 | 37 | 13 | 0 | 73 | 311 | 22 | 43 |
| Binary | 1001000 | 1011101 | 1101000 | 11111 | 1011 | 0 | 111011 | 11001001 | 10010 | 100011 |
Color Harmonies of #485D68
Complementary color
Monochromatic Colors of #485D68
Black with #485D68
Text Example
Text Example
White with #485D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D68; }
p { color: rgb(72,93,104); }
H1.HeaderClassName
{
color: #485D68;
}
.AnyTagClassName
{
color: #485D68;
}
</style>
background-color css
<style>
a { background-color: #485D68; }
a { background-color: rgb(72,93,104); }
div.DivClassName
{
background-color: #485D68;
}
.BgClassName
{
background-color: #485D68;
}
</style>
border-color css
<style>
span { border-color: #485D68; }
span { border-color: rgb(72,93,104); }
td.TdClassName
{
border-color: #485D68;
}
.TagClassName
{
border-color: #485D68;
}
</style>