Shades of Fiord #465B6A
Tints of Fiord #465B6A
RGB
CMYK
RGB Variations
Color information
#465B6A (or 0x465B6A) is known color: Fiord. HEX triplet: 46, 5B and 6A. RGB value is (70,91,106). Sum of RGB (Red+Green+Blue) = 70+91+106=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 106 - color contains mainly: blue. Hex color #465B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B6A is #B9A495. Grayscale: #565656. Windows color (decimal): -12166294 or 6970182. OLE color: 6970182.
HSL color Cylindrical-coordinate representation of color #465B6A: hue angle of 205º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #465B6A is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 91 | 106 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.58 |
| HSL | 205º | 0.2% | 0.35% | - |
| HSV(B) | 205º | 0.34% | 0.42% | - |
| XYZ | 8.87 | 9.82 | 15.06 | - |
| YUV | 86.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 106 | 0.34 | 0.14 | 0 | 0.58 | 205 | 0.2 | 0.35 |
| Hex | 46 | 5B | 6A | 22 | E | 0 | 3A | CD | 14 | 23 |
| Octal | 106 | 133 | 152 | 42 | 16 | 0 | 72 | 315 | 24 | 43 |
| Binary | 1000110 | 1011011 | 1101010 | 100010 | 1110 | 0 | 111010 | 11001101 | 10100 | 100011 |
Color Harmonies of #465B6A
Complementary color
Monochromatic Colors of #465B6A
Black with #465B6A
Text Example
Text Example
White with #465B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B6A; }
p { color: rgb(70,91,106); }
H1.HeaderClassName
{
color: #465B6A;
}
.AnyTagClassName
{
color: #465B6A;
}
</style>
background-color css
<style>
a { background-color: #465B6A; }
a { background-color: rgb(70,91,106); }
div.DivClassName
{
background-color: #465B6A;
}
.BgClassName
{
background-color: #465B6A;
}
</style>
border-color css
<style>
span { border-color: #465B6A; }
span { border-color: rgb(70,91,106); }
td.TdClassName
{
border-color: #465B6A;
}
.TagClassName
{
border-color: #465B6A;
}
</style>