Shades of Fiord #485B68
Tints of Fiord #485B68
RGB
CMYK
RGB Variations
Color information
#485B68 (or 0x485B68) is known color: Fiord. HEX triplet: 48, 5B and 68. RGB value is (72,91,104). Sum of RGB (Red+Green+Blue) = 72+91+104=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 104 - color contains mainly: blue. Hex color #485B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B68 is #B7A497. Grayscale: #565656. Windows color (decimal): -12035224 or 6839112. OLE color: 6839112.
HSL color Cylindrical-coordinate representation of color #485B68: hue angle of 204.38º 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 #485B68 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 91 | 104 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.59 |
| HSL | 204.38º | 0.18% | 0.35% | - |
| HSV(B) | 204.38º | 0.31% | 0.41% | - |
| XYZ | 8.91 | 9.86 | 14.53 | - |
| YUV | 86.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 104 | 0.31 | 0.12 | 0 | 0.59 | 204.38 | 0.18 | 0.35 |
| Hex | 48 | 5B | 68 | 1F | C | 0 | 3B | CC | 12 | 23 |
| Octal | 110 | 133 | 150 | 37 | 14 | 0 | 73 | 314 | 22 | 43 |
| Binary | 1001000 | 1011011 | 1101000 | 11111 | 1100 | 0 | 111011 | 11001100 | 10010 | 100011 |
Color Harmonies of #485B68
Complementary color
Monochromatic Colors of #485B68
Black with #485B68
Text Example
Text Example
White with #485B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B68; }
p { color: rgb(72,91,104); }
H1.HeaderClassName
{
color: #485B68;
}
.AnyTagClassName
{
color: #485B68;
}
</style>
background-color css
<style>
a { background-color: #485B68; }
a { background-color: rgb(72,91,104); }
div.DivClassName
{
background-color: #485B68;
}
.BgClassName
{
background-color: #485B68;
}
</style>
border-color css
<style>
span { border-color: #485B68; }
span { border-color: rgb(72,91,104); }
td.TdClassName
{
border-color: #485B68;
}
.TagClassName
{
border-color: #485B68;
}
</style>