Shades of Fiord #465E6F
Tints of Fiord #465E6F
RGB
CMYK
RGB Variations
Color information
#465E6F (or 0x465E6F) is known color: Fiord. HEX triplet: 46, 5E and 6F. RGB value is (70,94,111). Sum of RGB (Red+Green+Blue) = 70+94+111=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: blue. Hex color #465E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E6F is #B9A190. Grayscale: #585858. Windows color (decimal): -12165521 or 7298630. OLE color: 7298630.
HSL color Cylindrical-coordinate representation of color #465E6F: hue angle of 204.88º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #465E6F is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 94 | 111 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.56 |
| HSL | 204.88º | 0.23% | 0.35% | - |
| HSV(B) | 204.88º | 0.37% | 0.44% | - |
| XYZ | 9.4 | 10.46 | 16.56 | - |
| YUV | 88.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 111 | 0.37 | 0.15 | 0 | 0.56 | 204.88 | 0.23 | 0.35 |
| Hex | 46 | 5E | 6F | 25 | F | 0 | 38 | CD | 17 | 23 |
| Octal | 106 | 136 | 157 | 45 | 17 | 0 | 70 | 315 | 27 | 43 |
| Binary | 1000110 | 1011110 | 1101111 | 100101 | 1111 | 0 | 111000 | 11001101 | 10111 | 100011 |
Color Harmonies of #465E6F
Complementary color
Monochromatic Colors of #465E6F
Black with #465E6F
Text Example
Text Example
White with #465E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465E6F; }
p { color: rgb(70,94,111); }
H1.HeaderClassName
{
color: #465E6F;
}
.AnyTagClassName
{
color: #465E6F;
}
</style>
background-color css
<style>
a { background-color: #465E6F; }
a { background-color: rgb(70,94,111); }
div.DivClassName
{
background-color: #465E6F;
}
.BgClassName
{
background-color: #465E6F;
}
</style>
border-color css
<style>
span { border-color: #465E6F; }
span { border-color: rgb(70,94,111); }
td.TdClassName
{
border-color: #465E6F;
}
.TagClassName
{
border-color: #465E6F;
}
</style>