Shades of Port Gore #404561
Tints of Port Gore #404561
RGB
CMYK
RGB Variations
Color information
#404561 (or 0x404561) is known color: Port Gore. HEX triplet: 40, 45 and 61. RGB value is (64,69,97). Sum of RGB (Red+Green+Blue) = 64+69+97=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #404561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404561 is #BFBA9E. Grayscale: #464646. Windows color (decimal): -12565151 or 6374720. OLE color: 6374720.
HSL color Cylindrical-coordinate representation of color #404561: hue angle of 230.91º 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 #404561 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 69 | 97 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.62 |
| HSL | 230.91º | 0.2% | 0.32% | - |
| HSV(B) | 230.91º | 0.34% | 0.38% | - |
| XYZ | 6.4 | 6.21 | 12.17 | - |
| YUV | 70.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 97 | 0.34 | 0.29 | 0 | 0.62 | 230.91 | 0.2 | 0.32 |
| Hex | 40 | 45 | 61 | 22 | 1D | 0 | 3E | E7 | 14 | 20 |
| Octal | 100 | 105 | 141 | 42 | 35 | 0 | 76 | 347 | 24 | 40 |
| Binary | 1000000 | 1000101 | 1100001 | 100010 | 11101 | 0 | 111110 | 11100111 | 10100 | 100000 |
Color Harmonies of #404561
Complementary color
Monochromatic Colors of #404561
Black with #404561
Text Example
Text Example
White with #404561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404561; }
p { color: rgb(64,69,97); }
H1.HeaderClassName
{
color: #404561;
}
.AnyTagClassName
{
color: #404561;
}
</style>
background-color css
<style>
a { background-color: #404561; }
a { background-color: rgb(64,69,97); }
div.DivClassName
{
background-color: #404561;
}
.BgClassName
{
background-color: #404561;
}
</style>
border-color css
<style>
span { border-color: #404561; }
span { border-color: rgb(64,69,97); }
td.TdClassName
{
border-color: #404561;
}
.TagClassName
{
border-color: #404561;
}
</style>