Shades of Fiord #44606D
Tints of Fiord #44606D
RGB
CMYK
RGB Variations
Color information
#44606D (or 0x44606D) is known color: Fiord. HEX triplet: 44, 60 and 6D. RGB value is (68,96,109). Sum of RGB (Red+Green+Blue) = 68+96+109=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 96 (37.89% from 255 or 35.16% 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 #44606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44606D is #BB9F92. Grayscale: #595959. Windows color (decimal): -12296083 or 7168068. OLE color: 7168068.
HSL color Cylindrical-coordinate representation of color #44606D: hue angle of 199.02º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #44606D is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 96 | 109 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.57 |
| HSL | 199.02º | 0.23% | 0.35% | - |
| HSV(B) | 199.02º | 0.38% | 0.43% | - |
| XYZ | 9.33 | 10.7 | 16.04 | - |
| YUV | 89.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 96 | 109 | 0.38 | 0.12 | 0 | 0.57 | 199.02 | 0.23 | 0.35 |
| Hex | 44 | 60 | 6D | 26 | C | 0 | 39 | C7 | 17 | 23 |
| Octal | 104 | 140 | 155 | 46 | 14 | 0 | 71 | 307 | 27 | 43 |
| Binary | 1000100 | 1100000 | 1101101 | 100110 | 1100 | 0 | 111001 | 11000111 | 10111 | 100011 |
Color Harmonies of #44606D
Complementary color
Monochromatic Colors of #44606D
Black with #44606D
Text Example
Text Example
White with #44606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44606D; }
p { color: rgb(68,96,109); }
H1.HeaderClassName
{
color: #44606D;
}
.AnyTagClassName
{
color: #44606D;
}
</style>
background-color css
<style>
a { background-color: #44606D; }
a { background-color: rgb(68,96,109); }
div.DivClassName
{
background-color: #44606D;
}
.BgClassName
{
background-color: #44606D;
}
</style>
border-color css
<style>
span { border-color: #44606D; }
span { border-color: rgb(68,96,109); }
td.TdClassName
{
border-color: #44606D;
}
.TagClassName
{
border-color: #44606D;
}
</style>