Shades of Fiord #485C68
Tints of Fiord #485C68
RGB
CMYK
RGB Variations
Color information
#485C68 (or 0x485C68) is known color: Fiord. HEX triplet: 48, 5C and 68. RGB value is (72,92,104). Sum of RGB (Red+Green+Blue) = 72+92+104=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 104 - color contains mainly: blue. Hex color #485C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C68 is #B7A397. Grayscale: #575757. Windows color (decimal): -12034968 or 6839368. OLE color: 6839368.
HSL color Cylindrical-coordinate representation of color #485C68: hue angle of 202.5º 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 #485C68 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 92 | 104 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.59 |
| HSL | 202.5º | 0.18% | 0.35% | - |
| HSV(B) | 202.5º | 0.31% | 0.41% | - |
| XYZ | 9 | 10.03 | 14.56 | - |
| YUV | 87.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 104 | 0.31 | 0.12 | 0 | 0.59 | 202.5 | 0.18 | 0.35 |
| Hex | 48 | 5C | 68 | 1F | C | 0 | 3B | CA | 12 | 23 |
| Octal | 110 | 134 | 150 | 37 | 14 | 0 | 73 | 312 | 22 | 43 |
| Binary | 1001000 | 1011100 | 1101000 | 11111 | 1100 | 0 | 111011 | 11001010 | 10010 | 100011 |
Color Harmonies of #485C68
Complementary color
Monochromatic Colors of #485C68
Black with #485C68
Text Example
Text Example
White with #485C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C68; }
p { color: rgb(72,92,104); }
H1.HeaderClassName
{
color: #485C68;
}
.AnyTagClassName
{
color: #485C68;
}
</style>
background-color css
<style>
a { background-color: #485C68; }
a { background-color: rgb(72,92,104); }
div.DivClassName
{
background-color: #485C68;
}
.BgClassName
{
background-color: #485C68;
}
</style>
border-color css
<style>
span { border-color: #485C68; }
span { border-color: rgb(72,92,104); }
td.TdClassName
{
border-color: #485C68;
}
.TagClassName
{
border-color: #485C68;
}
</style>