Shades of Port Gore #44496D
Tints of Port Gore #44496D
RGB
CMYK
RGB Variations
Color information
#44496D (or 0x44496D) is known color: Port Gore. HEX triplet: 44, 49 and 6D. RGB value is (68,73,109). Sum of RGB (Red+Green+Blue) = 68+73+109=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #44496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44496D is #BBB692. Grayscale: #4B4B4B. Windows color (decimal): -12301971 or 7162180. OLE color: 7162180.
HSL color Cylindrical-coordinate representation of color #44496D: hue angle of 232.68º 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 #44496D is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 73 | 109 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.57 |
| HSL | 232.68º | 0.23% | 0.35% | - |
| HSV(B) | 232.68º | 0.38% | 0.43% | - |
| XYZ | 7.53 | 7.1 | 15.44 | - |
| YUV | 75.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 109 | 0.38 | 0.33 | 0 | 0.57 | 232.68 | 0.23 | 0.35 |
| Hex | 44 | 49 | 6D | 26 | 21 | 0 | 39 | E9 | 17 | 23 |
| Octal | 104 | 111 | 155 | 46 | 41 | 0 | 71 | 351 | 27 | 43 |
| Binary | 1000100 | 1001001 | 1101101 | 100110 | 100001 | 0 | 111001 | 11101001 | 10111 | 100011 |
Color Harmonies of #44496D
Complementary color
Monochromatic Colors of #44496D
Black with #44496D
Text Example
Text Example
White with #44496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44496D; }
p { color: rgb(68,73,109); }
H1.HeaderClassName
{
color: #44496D;
}
.AnyTagClassName
{
color: #44496D;
}
</style>
background-color css
<style>
a { background-color: #44496D; }
a { background-color: rgb(68,73,109); }
div.DivClassName
{
background-color: #44496D;
}
.BgClassName
{
background-color: #44496D;
}
</style>
border-color css
<style>
span { border-color: #44496D; }
span { border-color: rgb(68,73,109); }
td.TdClassName
{
border-color: #44496D;
}
.TagClassName
{
border-color: #44496D;
}
</style>