Shades of Port Gore #404866
Tints of Port Gore #404866
RGB
CMYK
RGB Variations
Color information
#404866 (or 0x404866) is known color: Port Gore. HEX triplet: 40, 48 and 66. RGB value is (64,72,102). Sum of RGB (Red+Green+Blue) = 64+72+102=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #404866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404866 is #BFB799. Grayscale: #484848. Windows color (decimal): -12564378 or 6703168. OLE color: 6703168.
HSL color Cylindrical-coordinate representation of color #404866: hue angle of 227.37º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #404866 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 72 | 102 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.6 |
| HSL | 227.37º | 0.23% | 0.33% | - |
| HSV(B) | 227.37º | 0.37% | 0.4% | - |
| XYZ | 6.83 | 6.68 | 13.5 | - |
| YUV | 73.03 | 144.35 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 102 | 0.37 | 0.29 | 0 | 0.6 | 227.37 | 0.23 | 0.33 |
| Hex | 40 | 48 | 66 | 25 | 1D | 0 | 3C | E3 | 17 | 21 |
| Octal | 100 | 110 | 146 | 45 | 35 | 0 | 74 | 343 | 27 | 41 |
| Binary | 1000000 | 1001000 | 1100110 | 100101 | 11101 | 0 | 111100 | 11100011 | 10111 | 100001 |
Color Harmonies of #404866
Complementary color
Monochromatic Colors of #404866
Black with #404866
Text Example
Text Example
White with #404866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404866; }
p { color: rgb(64,72,102); }
H1.HeaderClassName
{
color: #404866;
}
.AnyTagClassName
{
color: #404866;
}
</style>
background-color css
<style>
a { background-color: #404866; }
a { background-color: rgb(64,72,102); }
div.DivClassName
{
background-color: #404866;
}
.BgClassName
{
background-color: #404866;
}
</style>
border-color css
<style>
span { border-color: #404866; }
span { border-color: rgb(64,72,102); }
td.TdClassName
{
border-color: #404866;
}
.TagClassName
{
border-color: #404866;
}
</style>