Shades of Port Gore #404865
Tints of Port Gore #404865
RGB
CMYK
RGB Variations
Color information
#404865 (or 0x404865) is known color: Port Gore. HEX triplet: 40, 48 and 65. RGB value is (64,72,101). Sum of RGB (Red+Green+Blue) = 64+72+101=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 101 - color contains mainly: blue. Hex color #404865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404865 is #BFB79A. Grayscale: #484848. Windows color (decimal): -12564379 or 6637632. OLE color: 6637632.
HSL color Cylindrical-coordinate representation of color #404865: hue angle of 227.03º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #404865 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 72 | 101 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.60 |
| HSL | 227.03º | 0.22% | 0.32% | - |
| HSV(B) | 227.03º | 0.37% | 0.4% | - |
| XYZ | 6.78 | 6.66 | 13.24 | - |
| YUV | 72.91 | 143.85 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 101 | 0.37 | 0.29 | 0 | 0.60 | 227.03 | 0.22 | 0.32 |
| Hex | 40 | 48 | 65 | 25 | 1D | 0 | 3C | E3 | 16 | 20 |
| Octal | 100 | 110 | 145 | 45 | 35 | 0 | 74 | 343 | 26 | 40 |
| Binary | 1000000 | 1001000 | 1100101 | 100101 | 11101 | 0 | 111100 | 11100011 | 10110 | 100000 |
Color Harmonies of #404865
Complementary color
Monochromatic Colors of #404865
Black with #404865
Text Example
Text Example
White with #404865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404865; }
p { color: rgb(64,72,101); }
H1.HeaderClassName
{
color: #404865;
}
.AnyTagClassName
{
color: #404865;
}
</style>
background-color css
<style>
a { background-color: #404865; }
a { background-color: rgb(64,72,101); }
div.DivClassName
{
background-color: #404865;
}
.BgClassName
{
background-color: #404865;
}
</style>
border-color css
<style>
span { border-color: #404865; }
span { border-color: rgb(64,72,101); }
td.TdClassName
{
border-color: #404865;
}
.TagClassName
{
border-color: #404865;
}
</style>