Shades of Fiord #445D6D
Tints of Fiord #445D6D
RGB
CMYK
RGB Variations
Color information
#445D6D (or 0x445D6D) is known color: Fiord. HEX triplet: 44, 5D and 6D. RGB value is (68,93,109). Sum of RGB (Red+Green+Blue) = 68+93+109=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 109 - color contains mainly: blue. Hex color #445D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D6D is #BBA292. Grayscale: #575757. Windows color (decimal): -12296851 or 7167300. OLE color: 7167300.
HSL color Cylindrical-coordinate representation of color #445D6D: hue angle of 203.41º 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 #445D6D is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 93 | 109 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.57 |
| HSL | 203.41º | 0.23% | 0.35% | - |
| HSV(B) | 203.41º | 0.38% | 0.43% | - |
| XYZ | 9.06 | 10.16 | 15.95 | - |
| YUV | 87.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 109 | 0.38 | 0.15 | 0 | 0.57 | 203.41 | 0.23 | 0.35 |
| Hex | 44 | 5D | 6D | 26 | F | 0 | 39 | CB | 17 | 23 |
| Octal | 104 | 135 | 155 | 46 | 17 | 0 | 71 | 313 | 27 | 43 |
| Binary | 1000100 | 1011101 | 1101101 | 100110 | 1111 | 0 | 111001 | 11001011 | 10111 | 100011 |
Color Harmonies of #445D6D
Complementary color
Monochromatic Colors of #445D6D
Black with #445D6D
Text Example
Text Example
White with #445D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445D6D; }
p { color: rgb(68,93,109); }
H1.HeaderClassName
{
color: #445D6D;
}
.AnyTagClassName
{
color: #445D6D;
}
</style>
background-color css
<style>
a { background-color: #445D6D; }
a { background-color: rgb(68,93,109); }
div.DivClassName
{
background-color: #445D6D;
}
.BgClassName
{
background-color: #445D6D;
}
</style>
border-color css
<style>
span { border-color: #445D6D; }
span { border-color: rgb(68,93,109); }
td.TdClassName
{
border-color: #445D6D;
}
.TagClassName
{
border-color: #445D6D;
}
</style>