Shades of Port Gore #444A74
Tints of Port Gore #444A74
RGB
CMYK
RGB Variations
Color information
#444A74 (or 0x444A74) is known color: Port Gore. HEX triplet: 44, 4A and 74. RGB value is (68,74,116). Sum of RGB (Red+Green+Blue) = 68+74+116=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 116 - color contains mainly: blue. Hex color #444A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A74 is #BBB58B. Grayscale: #4C4C4C. Windows color (decimal): -12301708 or 7621188. OLE color: 7621188.
HSL color Cylindrical-coordinate representation of color #444A74: hue angle of 232.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #444A74 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 74 | 116 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.55 |
| HSL | 232.5º | 0.26% | 0.36% | - |
| HSV(B) | 232.5º | 0.41% | 0.45% | - |
| XYZ | 7.99 | 7.39 | 17.53 | - |
| YUV | 76.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 116 | 0.41 | 0.36 | 0 | 0.55 | 232.5 | 0.26 | 0.36 |
| Hex | 44 | 4A | 74 | 29 | 24 | 0 | 37 | E8 | 1A | 24 |
| Octal | 104 | 112 | 164 | 51 | 44 | 0 | 67 | 350 | 32 | 44 |
| Binary | 1000100 | 1001010 | 1110100 | 101001 | 100100 | 0 | 110111 | 11101000 | 11010 | 100100 |
Color Harmonies of #444A74
Complementary color
Monochromatic Colors of #444A74
Black with #444A74
Text Example
Text Example
White with #444A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A74; }
p { color: rgb(68,74,116); }
H1.HeaderClassName
{
color: #444A74;
}
.AnyTagClassName
{
color: #444A74;
}
</style>
background-color css
<style>
a { background-color: #444A74; }
a { background-color: rgb(68,74,116); }
div.DivClassName
{
background-color: #444A74;
}
.BgClassName
{
background-color: #444A74;
}
</style>
border-color css
<style>
span { border-color: #444A74; }
span { border-color: rgb(68,74,116); }
td.TdClassName
{
border-color: #444A74;
}
.TagClassName
{
border-color: #444A74;
}
</style>