Shades of Port Gore #444865
Tints of Port Gore #444865
RGB
CMYK
RGB Variations
Color information
#444865 (or 0x444865) is known color: Port Gore. HEX triplet: 44, 48 and 65. RGB value is (68,72,101). Sum of RGB (Red+Green+Blue) = 68+72+101=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 101 - color contains mainly: blue. Hex color #444865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444865 is #BBB79A. Grayscale: #494949. Windows color (decimal): -12302235 or 6637636. OLE color: 6637636.
HSL color Cylindrical-coordinate representation of color #444865: hue angle of 232.73º 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 #444865 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 72 | 101 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.60 |
| HSL | 232.73º | 0.2% | 0.33% | - |
| HSV(B) | 232.73º | 0.33% | 0.4% | - |
| XYZ | 7.05 | 6.8 | 13.25 | - |
| YUV | 74.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 101 | 0.33 | 0.29 | 0 | 0.60 | 232.73 | 0.2 | 0.33 |
| Hex | 44 | 48 | 65 | 21 | 1D | 0 | 3C | E9 | 14 | 21 |
| Octal | 104 | 110 | 145 | 41 | 35 | 0 | 74 | 351 | 24 | 41 |
| Binary | 1000100 | 1001000 | 1100101 | 100001 | 11101 | 0 | 111100 | 11101001 | 10100 | 100001 |
Color Harmonies of #444865
Complementary color
Monochromatic Colors of #444865
Black with #444865
Text Example
Text Example
White with #444865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444865; }
p { color: rgb(68,72,101); }
H1.HeaderClassName
{
color: #444865;
}
.AnyTagClassName
{
color: #444865;
}
</style>
background-color css
<style>
a { background-color: #444865; }
a { background-color: rgb(68,72,101); }
div.DivClassName
{
background-color: #444865;
}
.BgClassName
{
background-color: #444865;
}
</style>
border-color css
<style>
span { border-color: #444865; }
span { border-color: rgb(68,72,101); }
td.TdClassName
{
border-color: #444865;
}
.TagClassName
{
border-color: #444865;
}
</style>