Shades of Fiord #465E6D
Tints of Fiord #465E6D
RGB
CMYK
RGB Variations
Color information
#465E6D (or 0x465E6D) is known color: Fiord. HEX triplet: 46, 5E and 6D. RGB value is (70,94,109). Sum of RGB (Red+Green+Blue) = 70+94+109=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 109 - color contains mainly: blue. Hex color #465E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E6D is #B9A192. Grayscale: #585858. Windows color (decimal): -12165523 or 7167558. OLE color: 7167558.
HSL color Cylindrical-coordinate representation of color #465E6D: hue angle of 203.08º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #465E6D is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 94 | 109 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.57 |
| HSL | 203.08º | 0.22% | 0.35% | - |
| HSV(B) | 203.08º | 0.36% | 0.43% | - |
| XYZ | 9.29 | 10.41 | 15.99 | - |
| YUV | 88.53 | 139.55 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 109 | 0.36 | 0.14 | 0 | 0.57 | 203.08 | 0.22 | 0.35 |
| Hex | 46 | 5E | 6D | 24 | E | 0 | 39 | CB | 16 | 23 |
| Octal | 106 | 136 | 155 | 44 | 16 | 0 | 71 | 313 | 26 | 43 |
| Binary | 1000110 | 1011110 | 1101101 | 100100 | 1110 | 0 | 111001 | 11001011 | 10110 | 100011 |
Color Harmonies of #465E6D
Complementary color
Monochromatic Colors of #465E6D
Black with #465E6D
Text Example
Text Example
White with #465E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465E6D; }
p { color: rgb(70,94,109); }
H1.HeaderClassName
{
color: #465E6D;
}
.AnyTagClassName
{
color: #465E6D;
}
</style>
background-color css
<style>
a { background-color: #465E6D; }
a { background-color: rgb(70,94,109); }
div.DivClassName
{
background-color: #465E6D;
}
.BgClassName
{
background-color: #465E6D;
}
</style>
border-color css
<style>
span { border-color: #465E6D; }
span { border-color: rgb(70,94,109); }
td.TdClassName
{
border-color: #465E6D;
}
.TagClassName
{
border-color: #465E6D;
}
</style>