Shades of Port Gore #404660
Tints of Port Gore #404660
RGB
CMYK
RGB Variations
Color information
#404660 (or 0x404660) is known color: Port Gore. HEX triplet: 40, 46 and 60. RGB value is (64,70,96). Sum of RGB (Red+Green+Blue) = 64+70+96=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #404660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404660 is #BFB99F. Grayscale: #474747. Windows color (decimal): -12564896 or 6309440. OLE color: 6309440.
HSL color Cylindrical-coordinate representation of color #404660: hue angle of 228.75º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #404660 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 70 | 96 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.62 |
| HSL | 228.75º | 0.2% | 0.31% | - |
| HSV(B) | 228.75º | 0.33% | 0.38% | - |
| XYZ | 6.42 | 6.31 | 11.95 | - |
| YUV | 71.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 96 | 0.33 | 0.27 | 0 | 0.62 | 228.75 | 0.2 | 0.31 |
| Hex | 40 | 46 | 60 | 21 | 1B | 0 | 3E | E5 | 14 | 1F |
| Octal | 100 | 106 | 140 | 41 | 33 | 0 | 76 | 345 | 24 | 37 |
| Binary | 1000000 | 1000110 | 1100000 | 100001 | 11011 | 0 | 111110 | 11100101 | 10100 | 11111 |
Color Harmonies of #404660
Complementary color
Monochromatic Colors of #404660
Black with #404660
Text Example
Text Example
White with #404660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404660; }
p { color: rgb(64,70,96); }
H1.HeaderClassName
{
color: #404660;
}
.AnyTagClassName
{
color: #404660;
}
</style>
background-color css
<style>
a { background-color: #404660; }
a { background-color: rgb(64,70,96); }
div.DivClassName
{
background-color: #404660;
}
.BgClassName
{
background-color: #404660;
}
</style>
border-color css
<style>
span { border-color: #404660; }
span { border-color: rgb(64,70,96); }
td.TdClassName
{
border-color: #404660;
}
.TagClassName
{
border-color: #404660;
}
</style>