Shades of Port Gore #40496B
Tints of Port Gore #40496B
RGB
CMYK
RGB Variations
Color information
#40496B (or 0x40496B) is known color: Port Gore. HEX triplet: 40, 49 and 6B. RGB value is (64,73,107). Sum of RGB (Red+Green+Blue) = 64+73+107=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 107 - color contains mainly: blue. Hex color #40496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40496B is #BFB694. Grayscale: #4A4A4A. Windows color (decimal): -12564117 or 7031104. OLE color: 7031104.
HSL color Cylindrical-coordinate representation of color #40496B: hue angle of 227.44º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40496B is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 73 | 107 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.58 |
| HSL | 227.44º | 0.25% | 0.34% | - |
| HSV(B) | 227.44º | 0.4% | 0.42% | - |
| XYZ | 7.15 | 6.92 | 14.87 | - |
| YUV | 74.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 107 | 0.40 | 0.32 | 0 | 0.58 | 227.44 | 0.25 | 0.34 |
| Hex | 40 | 49 | 6B | 28 | 20 | 0 | 3A | E3 | 19 | 22 |
| Octal | 100 | 111 | 153 | 50 | 40 | 0 | 72 | 343 | 31 | 42 |
| Binary | 1000000 | 1001001 | 1101011 | 101000 | 100000 | 0 | 111010 | 11100011 | 11001 | 100010 |
Color Harmonies of #40496B
Complementary color
Monochromatic Colors of #40496B
Black with #40496B
Text Example
Text Example
White with #40496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40496B; }
p { color: rgb(64,73,107); }
H1.HeaderClassName
{
color: #40496B;
}
.AnyTagClassName
{
color: #40496B;
}
</style>
background-color css
<style>
a { background-color: #40496B; }
a { background-color: rgb(64,73,107); }
div.DivClassName
{
background-color: #40496B;
}
.BgClassName
{
background-color: #40496B;
}
</style>
border-color css
<style>
span { border-color: #40496B; }
span { border-color: rgb(64,73,107); }
td.TdClassName
{
border-color: #40496B;
}
.TagClassName
{
border-color: #40496B;
}
</style>