Shades of Fiord #485E6D
Tints of Fiord #485E6D
RGB
CMYK
RGB Variations
Color information
#485E6D (or 0x485E6D) is known color: Fiord. HEX triplet: 48, 5E and 6D. RGB value is (72,94,109). Sum of RGB (Red+Green+Blue) = 72+94+109=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 109 - color contains mainly: blue. Hex color #485E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E6D is #B7A192. Grayscale: #595959. Windows color (decimal): -12034451 or 7167560. OLE color: 7167560.
HSL color Cylindrical-coordinate representation of color #485E6D: hue angle of 204.32º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #485E6D is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 94 | 109 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.57 |
| HSL | 204.32º | 0.2% | 0.35% | - |
| HSV(B) | 204.32º | 0.34% | 0.43% | - |
| XYZ | 9.44 | 10.49 | 15.99 | - |
| YUV | 89.13 | 139.21 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 94 | 109 | 0.34 | 0.14 | 0 | 0.57 | 204.32 | 0.2 | 0.35 |
| Hex | 48 | 5E | 6D | 22 | E | 0 | 39 | CC | 14 | 23 |
| Octal | 110 | 136 | 155 | 42 | 16 | 0 | 71 | 314 | 24 | 43 |
| Binary | 1001000 | 1011110 | 1101101 | 100010 | 1110 | 0 | 111001 | 11001100 | 10100 | 100011 |
Color Harmonies of #485E6D
Complementary color
Monochromatic Colors of #485E6D
Black with #485E6D
Text Example
Text Example
White with #485E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485E6D; }
p { color: rgb(72,94,109); }
H1.HeaderClassName
{
color: #485E6D;
}
.AnyTagClassName
{
color: #485E6D;
}
</style>
background-color css
<style>
a { background-color: #485E6D; }
a { background-color: rgb(72,94,109); }
div.DivClassName
{
background-color: #485E6D;
}
.BgClassName
{
background-color: #485E6D;
}
</style>
border-color css
<style>
span { border-color: #485E6D; }
span { border-color: rgb(72,94,109); }
td.TdClassName
{
border-color: #485E6D;
}
.TagClassName
{
border-color: #485E6D;
}
</style>