Shades of Port Gore #444866
Tints of Port Gore #444866
RGB
CMYK
RGB Variations
Color information
#444866 (or 0x444866) is known color: Port Gore. HEX triplet: 44, 48 and 66. RGB value is (68,72,102). Sum of RGB (Red+Green+Blue) = 68+72+102=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 102 - color contains mainly: blue. Hex color #444866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444866 is #BBB799. Grayscale: #4A4A4A. Windows color (decimal): -12302234 or 6703172. OLE color: 6703172.
HSL color Cylindrical-coordinate representation of color #444866: hue angle of 232.94º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #444866 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 68 | 72 | 102 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.6 |
| HSL | 232.94º | 0.2% | 0.33% | - |
| HSV(B) | 232.94º | 0.33% | 0.4% | - |
| XYZ | 7.1 | 6.82 | 13.51 | - |
| YUV | 74.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 102 | 0.33 | 0.29 | 0 | 0.6 | 232.94 | 0.2 | 0.33 |
| Hex | 44 | 48 | 66 | 21 | 1D | 0 | 3C | E9 | 14 | 21 |
| Octal | 104 | 110 | 146 | 41 | 35 | 0 | 74 | 351 | 24 | 41 |
| Binary | 1000100 | 1001000 | 1100110 | 100001 | 11101 | 0 | 111100 | 11101001 | 10100 | 100001 |
Color Harmonies of #444866
Complementary color
Monochromatic Colors of #444866
Black with #444866
Text Example
Text Example
White with #444866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444866; }
p { color: rgb(68,72,102); }
H1.HeaderClassName
{
color: #444866;
}
.AnyTagClassName
{
color: #444866;
}
</style>
background-color css
<style>
a { background-color: #444866; }
a { background-color: rgb(68,72,102); }
div.DivClassName
{
background-color: #444866;
}
.BgClassName
{
background-color: #444866;
}
</style>
border-color css
<style>
span { border-color: #444866; }
span { border-color: rgb(68,72,102); }
td.TdClassName
{
border-color: #444866;
}
.TagClassName
{
border-color: #444866;
}
</style>