Shades of Fiord #465F6D
Tints of Fiord #465F6D
RGB
CMYK
RGB Variations
Color information
#465F6D (or 0x465F6D) is known color: Fiord. HEX triplet: 46, 5F and 6D. RGB value is (70,95,109). Sum of RGB (Red+Green+Blue) = 70+95+109=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 109 - color contains mainly: blue. Hex color #465F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F6D is #B9A092. Grayscale: #595959. Windows color (decimal): -12165267 or 7167814. OLE color: 7167814.
HSL color Cylindrical-coordinate representation of color #465F6D: hue angle of 201.54º 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 #465F6D is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 95 | 109 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.57 |
| HSL | 201.54º | 0.22% | 0.35% | - |
| HSV(B) | 201.54º | 0.36% | 0.43% | - |
| XYZ | 9.38 | 10.59 | 16.02 | - |
| YUV | 89.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 109 | 0.36 | 0.13 | 0 | 0.57 | 201.54 | 0.22 | 0.35 |
| Hex | 46 | 5F | 6D | 24 | D | 0 | 39 | CA | 16 | 23 |
| Octal | 106 | 137 | 155 | 44 | 15 | 0 | 71 | 312 | 26 | 43 |
| Binary | 1000110 | 1011111 | 1101101 | 100100 | 1101 | 0 | 111001 | 11001010 | 10110 | 100011 |
Color Harmonies of #465F6D
Complementary color
Monochromatic Colors of #465F6D
Black with #465F6D
Text Example
Text Example
White with #465F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F6D; }
p { color: rgb(70,95,109); }
H1.HeaderClassName
{
color: #465F6D;
}
.AnyTagClassName
{
color: #465F6D;
}
</style>
background-color css
<style>
a { background-color: #465F6D; }
a { background-color: rgb(70,95,109); }
div.DivClassName
{
background-color: #465F6D;
}
.BgClassName
{
background-color: #465F6D;
}
</style>
border-color css
<style>
span { border-color: #465F6D; }
span { border-color: rgb(70,95,109); }
td.TdClassName
{
border-color: #465F6D;
}
.TagClassName
{
border-color: #465F6D;
}
</style>