Shades of Fiord #445E6C
Tints of Fiord #445E6C
RGB
CMYK
RGB Variations
Color information
#445E6C (or 0x445E6C) is known color: Fiord. HEX triplet: 44, 5E and 6C. RGB value is (68,94,108). Sum of RGB (Red+Green+Blue) = 68+94+108=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #445E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445E6C is #BBA193. Grayscale: #575757. Windows color (decimal): -12296596 or 7102020. OLE color: 7102020.
HSL color Cylindrical-coordinate representation of color #445E6C: hue angle of 201º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #445E6C is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 94 | 108 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.58 |
| HSL | 201º | 0.23% | 0.35% | - |
| HSV(B) | 201º | 0.37% | 0.42% | - |
| XYZ | 9.09 | 10.32 | 15.7 | - |
| YUV | 87.82 | 139.39 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 108 | 0.37 | 0.13 | 0 | 0.58 | 201 | 0.23 | 0.35 |
| Hex | 44 | 5E | 6C | 25 | D | 0 | 3A | C9 | 17 | 23 |
| Octal | 104 | 136 | 154 | 45 | 15 | 0 | 72 | 311 | 27 | 43 |
| Binary | 1000100 | 1011110 | 1101100 | 100101 | 1101 | 0 | 111010 | 11001001 | 10111 | 100011 |
Color Harmonies of #445E6C
Complementary color
Monochromatic Colors of #445E6C
Black with #445E6C
Text Example
Text Example
White with #445E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445E6C; }
p { color: rgb(68,94,108); }
H1.HeaderClassName
{
color: #445E6C;
}
.AnyTagClassName
{
color: #445E6C;
}
</style>
background-color css
<style>
a { background-color: #445E6C; }
a { background-color: rgb(68,94,108); }
div.DivClassName
{
background-color: #445E6C;
}
.BgClassName
{
background-color: #445E6C;
}
</style>
border-color css
<style>
span { border-color: #445E6C; }
span { border-color: rgb(68,94,108); }
td.TdClassName
{
border-color: #445E6C;
}
.TagClassName
{
border-color: #445E6C;
}
</style>