Shades of Port Gore #444A63
Tints of Port Gore #444A63
RGB
CMYK
RGB Variations
Color information
#444A63 (or 0x444A63) is known color: Port Gore. HEX triplet: 44, 4A and 63. RGB value is (68,74,99). Sum of RGB (Red+Green+Blue) = 68+74+99=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #444A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A63 is #BBB59C. Grayscale: #4A4A4A. Windows color (decimal): -12301725 or 6507076. OLE color: 6507076.
HSL color Cylindrical-coordinate representation of color #444A63: hue angle of 228.39º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #444A63 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 74 | 99 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.61 |
| HSL | 228.39º | 0.19% | 0.33% | - |
| HSV(B) | 228.39º | 0.31% | 0.39% | - |
| XYZ | 7.08 | 7.03 | 12.79 | - |
| YUV | 75.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 99 | 0.31 | 0.25 | 0 | 0.61 | 228.39 | 0.19 | 0.33 |
| Hex | 44 | 4A | 63 | 1F | 19 | 0 | 3D | E4 | 13 | 21 |
| Octal | 104 | 112 | 143 | 37 | 31 | 0 | 75 | 344 | 23 | 41 |
| Binary | 1000100 | 1001010 | 1100011 | 11111 | 11001 | 0 | 111101 | 11100100 | 10011 | 100001 |
Color Harmonies of #444A63
Complementary color
Monochromatic Colors of #444A63
Black with #444A63
Text Example
Text Example
White with #444A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A63; }
p { color: rgb(68,74,99); }
H1.HeaderClassName
{
color: #444A63;
}
.AnyTagClassName
{
color: #444A63;
}
</style>
background-color css
<style>
a { background-color: #444A63; }
a { background-color: rgb(68,74,99); }
div.DivClassName
{
background-color: #444A63;
}
.BgClassName
{
background-color: #444A63;
}
</style>
border-color css
<style>
span { border-color: #444A63; }
span { border-color: rgb(68,74,99); }
td.TdClassName
{
border-color: #444A63;
}
.TagClassName
{
border-color: #444A63;
}
</style>