Shades of Fiord #485F6D
Tints of Fiord #485F6D
RGB
CMYK
RGB Variations
Color information
#485F6D (or 0x485F6D) is known color: Fiord. HEX triplet: 48, 5F and 6D. RGB value is (72,95,109). Sum of RGB (Red+Green+Blue) = 72+95+109=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 109 - color contains mainly: blue. Hex color #485F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F6D is #B7A092. Grayscale: #595959. Windows color (decimal): -12034195 or 7167816. OLE color: 7167816.
HSL color Cylindrical-coordinate representation of color #485F6D: hue angle of 202.7º 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 #485F6D is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 95 | 109 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.57 |
| HSL | 202.7º | 0.2% | 0.35% | - |
| HSV(B) | 202.7º | 0.34% | 0.43% | - |
| XYZ | 9.53 | 10.67 | 16.02 | - |
| YUV | 89.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 109 | 0.34 | 0.13 | 0 | 0.57 | 202.7 | 0.2 | 0.35 |
| Hex | 48 | 5F | 6D | 22 | D | 0 | 39 | CB | 14 | 23 |
| Octal | 110 | 137 | 155 | 42 | 15 | 0 | 71 | 313 | 24 | 43 |
| Binary | 1001000 | 1011111 | 1101101 | 100010 | 1101 | 0 | 111001 | 11001011 | 10100 | 100011 |
Color Harmonies of #485F6D
Complementary color
Monochromatic Colors of #485F6D
Black with #485F6D
Text Example
Text Example
White with #485F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F6D; }
p { color: rgb(72,95,109); }
H1.HeaderClassName
{
color: #485F6D;
}
.AnyTagClassName
{
color: #485F6D;
}
</style>
background-color css
<style>
a { background-color: #485F6D; }
a { background-color: rgb(72,95,109); }
div.DivClassName
{
background-color: #485F6D;
}
.BgClassName
{
background-color: #485F6D;
}
</style>
border-color css
<style>
span { border-color: #485F6D; }
span { border-color: rgb(72,95,109); }
td.TdClassName
{
border-color: #485F6D;
}
.TagClassName
{
border-color: #485F6D;
}
</style>