Shades of Port Gore #404463
Tints of Port Gore #404463
RGB
CMYK
RGB Variations
Color information
#404463 (or 0x404463) is known color: Port Gore. HEX triplet: 40, 44 and 63. RGB value is (64,68,99). Sum of RGB (Red+Green+Blue) = 64+68+99=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #404463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404463 is #BFBB9C. Grayscale: #464646. Windows color (decimal): -12565405 or 6505536. OLE color: 6505536.
HSL color Cylindrical-coordinate representation of color #404463: hue angle of 233.14º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #404463 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 68 | 99 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.61 |
| HSL | 233.14º | 0.21% | 0.32% | - |
| HSV(B) | 233.14º | 0.35% | 0.39% | - |
| XYZ | 6.43 | 6.13 | 12.65 | - |
| YUV | 70.34 | 144.17 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 99 | 0.35 | 0.31 | 0 | 0.61 | 233.14 | 0.21 | 0.32 |
| Hex | 40 | 44 | 63 | 23 | 1F | 0 | 3D | E9 | 15 | 20 |
| Octal | 100 | 104 | 143 | 43 | 37 | 0 | 75 | 351 | 25 | 40 |
| Binary | 1000000 | 1000100 | 1100011 | 100011 | 11111 | 0 | 111101 | 11101001 | 10101 | 100000 |
Color Harmonies of #404463
Complementary color
Monochromatic Colors of #404463
Black with #404463
Text Example
Text Example
White with #404463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404463; }
p { color: rgb(64,68,99); }
H1.HeaderClassName
{
color: #404463;
}
.AnyTagClassName
{
color: #404463;
}
</style>
background-color css
<style>
a { background-color: #404463; }
a { background-color: rgb(64,68,99); }
div.DivClassName
{
background-color: #404463;
}
.BgClassName
{
background-color: #404463;
}
</style>
border-color css
<style>
span { border-color: #404463; }
span { border-color: rgb(64,68,99); }
td.TdClassName
{
border-color: #404463;
}
.TagClassName
{
border-color: #404463;
}
</style>