Shades of Port Gore #444A6D
Tints of Port Gore #444A6D
RGB
CMYK
RGB Variations
Color information
#444A6D (or 0x444A6D) is known color: Port Gore. HEX triplet: 44, 4A and 6D. RGB value is (68,74,109). Sum of RGB (Red+Green+Blue) = 68+74+109=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #444A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A6D is #BBB592. Grayscale: #4C4C4C. Windows color (decimal): -12301715 or 7162436. OLE color: 7162436.
HSL color Cylindrical-coordinate representation of color #444A6D: hue angle of 231.22º 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 #444A6D is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 74 | 109 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.57 |
| HSL | 231.22º | 0.23% | 0.35% | - |
| HSV(B) | 231.22º | 0.38% | 0.43% | - |
| XYZ | 7.59 | 7.23 | 15.46 | - |
| YUV | 76.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 109 | 0.38 | 0.32 | 0 | 0.57 | 231.22 | 0.23 | 0.35 |
| Hex | 44 | 4A | 6D | 26 | 20 | 0 | 39 | E7 | 17 | 23 |
| Octal | 104 | 112 | 155 | 46 | 40 | 0 | 71 | 347 | 27 | 43 |
| Binary | 1000100 | 1001010 | 1101101 | 100110 | 100000 | 0 | 111001 | 11100111 | 10111 | 100011 |
Color Harmonies of #444A6D
Complementary color
Monochromatic Colors of #444A6D
Black with #444A6D
Text Example
Text Example
White with #444A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A6D; }
p { color: rgb(68,74,109); }
H1.HeaderClassName
{
color: #444A6D;
}
.AnyTagClassName
{
color: #444A6D;
}
</style>
background-color css
<style>
a { background-color: #444A6D; }
a { background-color: rgb(68,74,109); }
div.DivClassName
{
background-color: #444A6D;
}
.BgClassName
{
background-color: #444A6D;
}
</style>
border-color css
<style>
span { border-color: #444A6D; }
span { border-color: rgb(68,74,109); }
td.TdClassName
{
border-color: #444A6D;
}
.TagClassName
{
border-color: #444A6D;
}
</style>