Shades of Fiord #465F71
Tints of Fiord #465F71
RGB
CMYK
RGB Variations
Color information
#465F71 (or 0x465F71) is known color: Fiord. HEX triplet: 46, 5F and 71. RGB value is (70,95,113). Sum of RGB (Red+Green+Blue) = 70+95+113=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #465F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F71 is #B9A08E. Grayscale: #595959. Windows color (decimal): -12165263 or 7429958. OLE color: 7429958.
HSL color Cylindrical-coordinate representation of color #465F71: hue angle of 205.12º 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 #465F71 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 95 | 113 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.56 |
| HSL | 205.12º | 0.23% | 0.36% | - |
| HSV(B) | 205.12º | 0.38% | 0.44% | - |
| XYZ | 9.6 | 10.68 | 17.18 | - |
| YUV | 89.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 113 | 0.38 | 0.16 | 0 | 0.56 | 205.12 | 0.23 | 0.36 |
| Hex | 46 | 5F | 71 | 26 | 10 | 0 | 38 | CD | 17 | 24 |
| Octal | 106 | 137 | 161 | 46 | 20 | 0 | 70 | 315 | 27 | 44 |
| Binary | 1000110 | 1011111 | 1110001 | 100110 | 10000 | 0 | 111000 | 11001101 | 10111 | 100100 |
Color Harmonies of #465F71
Complementary color
Monochromatic Colors of #465F71
Black with #465F71
Text Example
Text Example
White with #465F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F71; }
p { color: rgb(70,95,113); }
H1.HeaderClassName
{
color: #465F71;
}
.AnyTagClassName
{
color: #465F71;
}
</style>
background-color css
<style>
a { background-color: #465F71; }
a { background-color: rgb(70,95,113); }
div.DivClassName
{
background-color: #465F71;
}
.BgClassName
{
background-color: #465F71;
}
</style>
border-color css
<style>
span { border-color: #465F71; }
span { border-color: rgb(70,95,113); }
td.TdClassName
{
border-color: #465F71;
}
.TagClassName
{
border-color: #465F71;
}
</style>