Shades of Fiord #465B66
Tints of Fiord #465B66
RGB
CMYK
RGB Variations
Color information
#465B66 (or 0x465B66) is known color: Fiord. HEX triplet: 46, 5B and 66. RGB value is (70,91,102). Sum of RGB (Red+Green+Blue) = 70+91+102=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 102 - color contains mainly: blue. Hex color #465B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B66 is #B9A499. Grayscale: #555555. Windows color (decimal): -12166298 or 6708038. OLE color: 6708038.
HSL color Cylindrical-coordinate representation of color #465B66: hue angle of 200.62º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #465B66 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 91 | 102 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.6 |
| HSL | 200.63º | 0.19% | 0.34% | - |
| HSV(B) | 200.63º | 0.31% | 0.4% | - |
| XYZ | 8.67 | 9.74 | 13.99 | - |
| YUV | 85.98 | 137.04 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 102 | 0.31 | 0.11 | 0 | 0.6 | 200.63 | 0.19 | 0.34 |
| Hex | 46 | 5B | 66 | 1F | B | 0 | 3C | C9 | 13 | 22 |
| Octal | 106 | 133 | 146 | 37 | 13 | 0 | 74 | 311 | 23 | 42 |
| Binary | 1000110 | 1011011 | 1100110 | 11111 | 1011 | 0 | 111100 | 11001001 | 10011 | 100010 |
Color Harmonies of #465B66
Complementary color
Monochromatic Colors of #465B66
Black with #465B66
Text Example
Text Example
White with #465B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B66; }
p { color: rgb(70,91,102); }
H1.HeaderClassName
{
color: #465B66;
}
.AnyTagClassName
{
color: #465B66;
}
</style>
background-color css
<style>
a { background-color: #465B66; }
a { background-color: rgb(70,91,102); }
div.DivClassName
{
background-color: #465B66;
}
.BgClassName
{
background-color: #465B66;
}
</style>
border-color css
<style>
span { border-color: #465B66; }
span { border-color: rgb(70,91,102); }
td.TdClassName
{
border-color: #465B66;
}
.TagClassName
{
border-color: #465B66;
}
</style>