Shades of Fiord #465B69
Tints of Fiord #465B69
RGB
CMYK
RGB Variations
Color information
#465B69 (or 0x465B69) is known color: Fiord. HEX triplet: 46, 5B and 69. RGB value is (70,91,105). Sum of RGB (Red+Green+Blue) = 70+91+105=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 105 - color contains mainly: blue. Hex color #465B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B69 is #B9A496. Grayscale: #565656. Windows color (decimal): -12166295 or 6904646. OLE color: 6904646.
HSL color Cylindrical-coordinate representation of color #465B69: hue angle of 204º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #465B69 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 91 | 105 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.59 |
| HSL | 204º | 0.2% | 0.34% | - |
| HSV(B) | 204º | 0.33% | 0.41% | - |
| XYZ | 8.82 | 9.8 | 14.79 | - |
| YUV | 86.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 105 | 0.33 | 0.13 | 0 | 0.59 | 204 | 0.2 | 0.34 |
| Hex | 46 | 5B | 69 | 21 | D | 0 | 3B | CC | 14 | 22 |
| Octal | 106 | 133 | 151 | 41 | 15 | 0 | 73 | 314 | 24 | 42 |
| Binary | 1000110 | 1011011 | 1101001 | 100001 | 1101 | 0 | 111011 | 11001100 | 10100 | 100010 |
Color Harmonies of #465B69
Complementary color
Monochromatic Colors of #465B69
Black with #465B69
Text Example
Text Example
White with #465B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B69; }
p { color: rgb(70,91,105); }
H1.HeaderClassName
{
color: #465B69;
}
.AnyTagClassName
{
color: #465B69;
}
</style>
background-color css
<style>
a { background-color: #465B69; }
a { background-color: rgb(70,91,105); }
div.DivClassName
{
background-color: #465B69;
}
.BgClassName
{
background-color: #465B69;
}
</style>
border-color css
<style>
span { border-color: #465B69; }
span { border-color: rgb(70,91,105); }
td.TdClassName
{
border-color: #465B69;
}
.TagClassName
{
border-color: #465B69;
}
</style>