Shades of Fiord #485A60
Tints of Fiord #485A60
RGB
CMYK
RGB Variations
Color information
#485A60 (or 0x485A60) is known color: Fiord. HEX triplet: 48, 5A and 60. RGB value is (72,90,96). Sum of RGB (Red+Green+Blue) = 72+90+96=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: blue. Hex color #485A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A60 is #B7A59F. Grayscale: #555555. Windows color (decimal): -12035488 or 6314568. OLE color: 6314568.
HSL color Cylindrical-coordinate representation of color #485A60: hue angle of 195º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #485A60 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 90 | 96 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.62 |
| HSL | 195º | 0.14% | 0.33% | - |
| HSV(B) | 195º | 0.25% | 0.38% | - |
| XYZ | 8.44 | 9.53 | 12.46 | - |
| YUV | 85.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 96 | 0.25 | 0.06 | 0 | 0.62 | 195 | 0.14 | 0.33 |
| Hex | 48 | 5A | 60 | 19 | 6 | 0 | 3E | C3 | E | 21 |
| Octal | 110 | 132 | 140 | 31 | 6 | 0 | 76 | 303 | 16 | 41 |
| Binary | 1001000 | 1011010 | 1100000 | 11001 | 110 | 0 | 111110 | 11000011 | 1110 | 100001 |
Color Harmonies of #485A60
Complementary color
Monochromatic Colors of #485A60
Black with #485A60
Text Example
Text Example
White with #485A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A60; }
p { color: rgb(72,90,96); }
H1.HeaderClassName
{
color: #485A60;
}
.AnyTagClassName
{
color: #485A60;
}
</style>
background-color css
<style>
a { background-color: #485A60; }
a { background-color: rgb(72,90,96); }
div.DivClassName
{
background-color: #485A60;
}
.BgClassName
{
background-color: #485A60;
}
</style>
border-color css
<style>
span { border-color: #485A60; }
span { border-color: rgb(72,90,96); }
td.TdClassName
{
border-color: #485A60;
}
.TagClassName
{
border-color: #485A60;
}
</style>