Shades of Fiord #485B6B
Tints of Fiord #485B6B
RGB
CMYK
RGB Variations
Color information
#485B6B (or 0x485B6B) is known color: Fiord. HEX triplet: 48, 5B and 6B. RGB value is (72,91,107). Sum of RGB (Red+Green+Blue) = 72+91+107=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 107 - color contains mainly: blue. Hex color #485B6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B6B is #B7A494. Grayscale: #575757. Windows color (decimal): -12035221 or 7035720. OLE color: 7035720.
HSL color Cylindrical-coordinate representation of color #485B6B: hue angle of 207.43º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #485B6B is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 91 | 107 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.58 |
| HSL | 207.43º | 0.2% | 0.35% | - |
| HSV(B) | 207.43º | 0.33% | 0.42% | - |
| XYZ | 9.07 | 9.92 | 15.35 | - |
| YUV | 87.14 | 139.21 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 107 | 0.33 | 0.15 | 0 | 0.58 | 207.43 | 0.2 | 0.35 |
| Hex | 48 | 5B | 6B | 21 | F | 0 | 3A | CF | 14 | 23 |
| Octal | 110 | 133 | 153 | 41 | 17 | 0 | 72 | 317 | 24 | 43 |
| Binary | 1001000 | 1011011 | 1101011 | 100001 | 1111 | 0 | 111010 | 11001111 | 10100 | 100011 |
Color Harmonies of #485B6B
Complementary color
Monochromatic Colors of #485B6B
Black with #485B6B
Text Example
Text Example
White with #485B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B6B; }
p { color: rgb(72,91,107); }
H1.HeaderClassName
{
color: #485B6B;
}
.AnyTagClassName
{
color: #485B6B;
}
</style>
background-color css
<style>
a { background-color: #485B6B; }
a { background-color: rgb(72,91,107); }
div.DivClassName
{
background-color: #485B6B;
}
.BgClassName
{
background-color: #485B6B;
}
</style>
border-color css
<style>
span { border-color: #485B6B; }
span { border-color: rgb(72,91,107); }
td.TdClassName
{
border-color: #485B6B;
}
.TagClassName
{
border-color: #485B6B;
}
</style>