Shades of Fiord #45616F
Tints of Fiord #45616F
RGB
CMYK
RGB Variations
Color information
#45616F (or 0x45616F) is known color: Fiord. HEX triplet: 45, 61 and 6F. RGB value is (69,97,111). Sum of RGB (Red+Green+Blue) = 69+97+111=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 111 - color contains mainly: blue. Hex color #45616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45616F is #BA9E90. Grayscale: #5A5A5A. Windows color (decimal): -12230289 or 7299397. OLE color: 7299397.
HSL color Cylindrical-coordinate representation of color #45616F: hue angle of 200º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #45616F is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 97 | 111 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.56 |
| HSL | 200º | 0.23% | 0.35% | - |
| HSV(B) | 200º | 0.38% | 0.44% | - |
| XYZ | 9.6 | 10.96 | 16.65 | - |
| YUV | 90.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 111 | 0.38 | 0.13 | 0 | 0.56 | 200 | 0.23 | 0.35 |
| Hex | 45 | 61 | 6F | 26 | D | 0 | 38 | C8 | 17 | 23 |
| Octal | 105 | 141 | 157 | 46 | 15 | 0 | 70 | 310 | 27 | 43 |
| Binary | 1000101 | 1100001 | 1101111 | 100110 | 1101 | 0 | 111000 | 11001000 | 10111 | 100011 |
Color Harmonies of #45616F
Complementary color
Monochromatic Colors of #45616F
Black with #45616F
Text Example
Text Example
White with #45616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45616F; }
p { color: rgb(69,97,111); }
H1.HeaderClassName
{
color: #45616F;
}
.AnyTagClassName
{
color: #45616F;
}
</style>
background-color css
<style>
a { background-color: #45616F; }
a { background-color: rgb(69,97,111); }
div.DivClassName
{
background-color: #45616F;
}
.BgClassName
{
background-color: #45616F;
}
</style>
border-color css
<style>
span { border-color: #45616F; }
span { border-color: rgb(69,97,111); }
td.TdClassName
{
border-color: #45616F;
}
.TagClassName
{
border-color: #45616F;
}
</style>