Shades of Fiord #485D6E
Tints of Fiord #485D6E
RGB
CMYK
RGB Variations
Color information
#485D6E (or 0x485D6E) is known color: Fiord. HEX triplet: 48, 5D and 6E. RGB value is (72,93,110). Sum of RGB (Red+Green+Blue) = 72+93+110=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 110 - color contains mainly: blue. Hex color #485D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D6E is #B7A291. Grayscale: #585858. Windows color (decimal): -12034706 or 7232840. OLE color: 7232840.
HSL color Cylindrical-coordinate representation of color #485D6E: hue angle of 206.84º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #485D6E is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 93 | 110 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.57 |
| HSL | 206.84º | 0.21% | 0.36% | - |
| HSV(B) | 206.84º | 0.35% | 0.43% | - |
| XYZ | 9.4 | 10.33 | 16.25 | - |
| YUV | 88.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 110 | 0.35 | 0.15 | 0 | 0.57 | 206.84 | 0.21 | 0.36 |
| Hex | 48 | 5D | 6E | 23 | F | 0 | 39 | CF | 15 | 24 |
| Octal | 110 | 135 | 156 | 43 | 17 | 0 | 71 | 317 | 25 | 44 |
| Binary | 1001000 | 1011101 | 1101110 | 100011 | 1111 | 0 | 111001 | 11001111 | 10101 | 100100 |
Color Harmonies of #485D6E
Complementary color
Monochromatic Colors of #485D6E
Black with #485D6E
Text Example
Text Example
White with #485D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D6E; }
p { color: rgb(72,93,110); }
H1.HeaderClassName
{
color: #485D6E;
}
.AnyTagClassName
{
color: #485D6E;
}
</style>
background-color css
<style>
a { background-color: #485D6E; }
a { background-color: rgb(72,93,110); }
div.DivClassName
{
background-color: #485D6E;
}
.BgClassName
{
background-color: #485D6E;
}
</style>
border-color css
<style>
span { border-color: #485D6E; }
span { border-color: rgb(72,93,110); }
td.TdClassName
{
border-color: #485D6E;
}
.TagClassName
{
border-color: #485D6E;
}
</style>