Shades of Fiord #465F70
Tints of Fiord #465F70
RGB
CMYK
RGB Variations
Color information
#465F70 (or 0x465F70) is known color: Fiord. HEX triplet: 46, 5F and 70. RGB value is (70,95,112). Sum of RGB (Red+Green+Blue) = 70+95+112=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 112 - color contains mainly: blue. Hex color #465F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F70 is #B9A08F. Grayscale: #595959. Windows color (decimal): -12165264 or 7364422. OLE color: 7364422.
HSL color Cylindrical-coordinate representation of color #465F70: hue angle of 204.29º 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 #465F70 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 95 | 112 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.56 |
| HSL | 204.29º | 0.23% | 0.36% | - |
| HSV(B) | 204.29º | 0.38% | 0.44% | - |
| XYZ | 9.54 | 10.66 | 16.88 | - |
| YUV | 89.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 112 | 0.38 | 0.15 | 0 | 0.56 | 204.29 | 0.23 | 0.36 |
| Hex | 46 | 5F | 70 | 26 | F | 0 | 38 | CC | 17 | 24 |
| Octal | 106 | 137 | 160 | 46 | 17 | 0 | 70 | 314 | 27 | 44 |
| Binary | 1000110 | 1011111 | 1110000 | 100110 | 1111 | 0 | 111000 | 11001100 | 10111 | 100100 |
Color Harmonies of #465F70
Complementary color
Monochromatic Colors of #465F70
Black with #465F70
Text Example
Text Example
White with #465F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F70; }
p { color: rgb(70,95,112); }
H1.HeaderClassName
{
color: #465F70;
}
.AnyTagClassName
{
color: #465F70;
}
</style>
background-color css
<style>
a { background-color: #465F70; }
a { background-color: rgb(70,95,112); }
div.DivClassName
{
background-color: #465F70;
}
.BgClassName
{
background-color: #465F70;
}
</style>
border-color css
<style>
span { border-color: #465F70; }
span { border-color: rgb(70,95,112); }
td.TdClassName
{
border-color: #465F70;
}
.TagClassName
{
border-color: #465F70;
}
</style>