Shades of Fiord #465F6C
Tints of Fiord #465F6C
RGB
CMYK
RGB Variations
Color information
#465F6C (or 0x465F6C) is known color: Fiord. HEX triplet: 46, 5F and 6C. RGB value is (70,95,108). Sum of RGB (Red+Green+Blue) = 70+95+108=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #465F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F6C is #B9A093. Grayscale: #585858. Windows color (decimal): -12165268 or 7102278. OLE color: 7102278.
HSL color Cylindrical-coordinate representation of color #465F6C: hue angle of 200.53º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #465F6C is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 95 | 108 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.58 |
| HSL | 200.53º | 0.21% | 0.35% | - |
| HSV(B) | 200.53º | 0.35% | 0.42% | - |
| XYZ | 9.32 | 10.57 | 15.74 | - |
| YUV | 89.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 108 | 0.35 | 0.12 | 0 | 0.58 | 200.53 | 0.21 | 0.35 |
| Hex | 46 | 5F | 6C | 23 | C | 0 | 3A | C9 | 15 | 23 |
| Octal | 106 | 137 | 154 | 43 | 14 | 0 | 72 | 311 | 25 | 43 |
| Binary | 1000110 | 1011111 | 1101100 | 100011 | 1100 | 0 | 111010 | 11001001 | 10101 | 100011 |
Color Harmonies of #465F6C
Complementary color
Monochromatic Colors of #465F6C
Black with #465F6C
Text Example
Text Example
White with #465F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F6C; }
p { color: rgb(70,95,108); }
H1.HeaderClassName
{
color: #465F6C;
}
.AnyTagClassName
{
color: #465F6C;
}
</style>
background-color css
<style>
a { background-color: #465F6C; }
a { background-color: rgb(70,95,108); }
div.DivClassName
{
background-color: #465F6C;
}
.BgClassName
{
background-color: #465F6C;
}
</style>
border-color css
<style>
span { border-color: #465F6C; }
span { border-color: rgb(70,95,108); }
td.TdClassName
{
border-color: #465F6C;
}
.TagClassName
{
border-color: #465F6C;
}
</style>