Shades of Port Gore #404861
Tints of Port Gore #404861
RGB
CMYK
RGB Variations
Color information
#404861 (or 0x404861) is known color: Port Gore. HEX triplet: 40, 48 and 61. RGB value is (64,72,97). Sum of RGB (Red+Green+Blue) = 64+72+97=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #404861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404861 is #BFB79E. Grayscale: #484848. Windows color (decimal): -12564383 or 6375488. OLE color: 6375488.
HSL color Cylindrical-coordinate representation of color #404861: hue angle of 225.45º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #404861 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 72 | 97 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.62 |
| HSL | 225.45º | 0.2% | 0.32% | - |
| HSV(B) | 225.45º | 0.34% | 0.38% | - |
| XYZ | 6.59 | 6.59 | 12.23 | - |
| YUV | 72.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 97 | 0.34 | 0.26 | 0 | 0.62 | 225.45 | 0.2 | 0.32 |
| Hex | 40 | 48 | 61 | 22 | 1A | 0 | 3E | E1 | 14 | 20 |
| Octal | 100 | 110 | 141 | 42 | 32 | 0 | 76 | 341 | 24 | 40 |
| Binary | 1000000 | 1001000 | 1100001 | 100010 | 11010 | 0 | 111110 | 11100001 | 10100 | 100000 |
Color Harmonies of #404861
Complementary color
Monochromatic Colors of #404861
Black with #404861
Text Example
Text Example
White with #404861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404861; }
p { color: rgb(64,72,97); }
H1.HeaderClassName
{
color: #404861;
}
.AnyTagClassName
{
color: #404861;
}
</style>
background-color css
<style>
a { background-color: #404861; }
a { background-color: rgb(64,72,97); }
div.DivClassName
{
background-color: #404861;
}
.BgClassName
{
background-color: #404861;
}
</style>
border-color css
<style>
span { border-color: #404861; }
span { border-color: rgb(64,72,97); }
td.TdClassName
{
border-color: #404861;
}
.TagClassName
{
border-color: #404861;
}
</style>