Shades of Port Gore #444864
Tints of Port Gore #444864
RGB
CMYK
RGB Variations
Color information
#444864 (or 0x444864) is known color: Port Gore. HEX triplet: 44, 48 and 64. RGB value is (68,72,100). Sum of RGB (Red+Green+Blue) = 68+72+100=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 100 - color contains mainly: blue. Hex color #444864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444864 is #BBB79B. Grayscale: #494949. Windows color (decimal): -12302236 or 6572100. OLE color: 6572100.
HSL color Cylindrical-coordinate representation of color #444864: hue angle of 232.5º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #444864 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 72 | 100 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.61 |
| HSL | 232.5º | 0.19% | 0.33% | - |
| HSV(B) | 232.5º | 0.32% | 0.39% | - |
| XYZ | 7 | 6.78 | 13 | - |
| YUV | 74 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 100 | 0.32 | 0.28 | 0 | 0.61 | 232.5 | 0.19 | 0.33 |
| Hex | 44 | 48 | 64 | 20 | 1C | 0 | 3D | E8 | 13 | 21 |
| Octal | 104 | 110 | 144 | 40 | 34 | 0 | 75 | 350 | 23 | 41 |
| Binary | 1000100 | 1001000 | 1100100 | 100000 | 11100 | 0 | 111101 | 11101000 | 10011 | 100001 |
Color Harmonies of #444864
Complementary color
Monochromatic Colors of #444864
Black with #444864
Text Example
Text Example
White with #444864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444864; }
p { color: rgb(68,72,100); }
H1.HeaderClassName
{
color: #444864;
}
.AnyTagClassName
{
color: #444864;
}
</style>
background-color css
<style>
a { background-color: #444864; }
a { background-color: rgb(68,72,100); }
div.DivClassName
{
background-color: #444864;
}
.BgClassName
{
background-color: #444864;
}
</style>
border-color css
<style>
span { border-color: #444864; }
span { border-color: rgb(68,72,100); }
td.TdClassName
{
border-color: #444864;
}
.TagClassName
{
border-color: #444864;
}
</style>