Shades of Fiord #465D70
Tints of Fiord #465D70
RGB
CMYK
RGB Variations
Color information
#465D70 (or 0x465D70) is known color: Fiord. HEX triplet: 46, 5D and 70. RGB value is (70,93,112). Sum of RGB (Red+Green+Blue) = 70+93+112=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: blue. Hex color #465D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D70 is #B9A28F. Grayscale: #585858. Windows color (decimal): -12165776 or 7363910. OLE color: 7363910.
HSL color Cylindrical-coordinate representation of color #465D70: hue angle of 207.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #465D70 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 93 | 112 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.56 |
| HSL | 207.14º | 0.23% | 0.36% | - |
| HSV(B) | 207.14º | 0.38% | 0.44% | - |
| XYZ | 9.36 | 10.3 | 16.82 | - |
| YUV | 88.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 112 | 0.38 | 0.17 | 0 | 0.56 | 207.14 | 0.23 | 0.36 |
| Hex | 46 | 5D | 70 | 26 | 11 | 0 | 38 | CF | 17 | 24 |
| Octal | 106 | 135 | 160 | 46 | 21 | 0 | 70 | 317 | 27 | 44 |
| Binary | 1000110 | 1011101 | 1110000 | 100110 | 10001 | 0 | 111000 | 11001111 | 10111 | 100100 |
Color Harmonies of #465D70
Complementary color
Monochromatic Colors of #465D70
Black with #465D70
Text Example
Text Example
White with #465D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465D70; }
p { color: rgb(70,93,112); }
H1.HeaderClassName
{
color: #465D70;
}
.AnyTagClassName
{
color: #465D70;
}
</style>
background-color css
<style>
a { background-color: #465D70; }
a { background-color: rgb(70,93,112); }
div.DivClassName
{
background-color: #465D70;
}
.BgClassName
{
background-color: #465D70;
}
</style>
border-color css
<style>
span { border-color: #465D70; }
span { border-color: rgb(70,93,112); }
td.TdClassName
{
border-color: #465D70;
}
.TagClassName
{
border-color: #465D70;
}
</style>