Shades of Fiord #445F71
Tints of Fiord #445F71
RGB
CMYK
RGB Variations
Color information
#445F71 (or 0x445F71) is known color: Fiord. HEX triplet: 44, 5F and 71. RGB value is (68,95,113). Sum of RGB (Red+Green+Blue) = 68+95+113=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #445F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F71 is #BBA08E. Grayscale: #585858. Windows color (decimal): -12296335 or 7429956. OLE color: 7429956.
HSL color Cylindrical-coordinate representation of color #445F71: hue angle of 204º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #445F71 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 95 | 113 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.56 |
| HSL | 204º | 0.25% | 0.35% | - |
| HSV(B) | 204º | 0.4% | 0.44% | - |
| XYZ | 9.46 | 10.61 | 17.17 | - |
| YUV | 88.98 | 141.55 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 113 | 0.40 | 0.16 | 0 | 0.56 | 204 | 0.25 | 0.35 |
| Hex | 44 | 5F | 71 | 28 | 10 | 0 | 38 | CC | 19 | 23 |
| Octal | 104 | 137 | 161 | 50 | 20 | 0 | 70 | 314 | 31 | 43 |
| Binary | 1000100 | 1011111 | 1110001 | 101000 | 10000 | 0 | 111000 | 11001100 | 11001 | 100011 |
Color Harmonies of #445F71
Complementary color
Monochromatic Colors of #445F71
Black with #445F71
Text Example
Text Example
White with #445F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445F71; }
p { color: rgb(68,95,113); }
H1.HeaderClassName
{
color: #445F71;
}
.AnyTagClassName
{
color: #445F71;
}
</style>
background-color css
<style>
a { background-color: #445F71; }
a { background-color: rgb(68,95,113); }
div.DivClassName
{
background-color: #445F71;
}
.BgClassName
{
background-color: #445F71;
}
</style>
border-color css
<style>
span { border-color: #445F71; }
span { border-color: rgb(68,95,113); }
td.TdClassName
{
border-color: #445F71;
}
.TagClassName
{
border-color: #445F71;
}
</style>