Shades of Port Gore #40496F
Tints of Port Gore #40496F
RGB
CMYK
RGB Variations
Color information
#40496F (or 0x40496F) is known color: Port Gore. HEX triplet: 40, 49 and 6F. RGB value is (64,73,111). Sum of RGB (Red+Green+Blue) = 64+73+111=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 111 - color contains mainly: blue. Hex color #40496F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40496F is #BFB690. Grayscale: #4A4A4A. Windows color (decimal): -12564113 or 7293248. OLE color: 7293248.
HSL color Cylindrical-coordinate representation of color #40496F: hue angle of 228.51º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40496F is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 73 | 111 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.56 |
| HSL | 228.51º | 0.27% | 0.34% | - |
| HSV(B) | 228.51º | 0.42% | 0.44% | - |
| XYZ | 7.37 | 7 | 16 | - |
| YUV | 74.64 | 148.52 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 111 | 0.42 | 0.34 | 0 | 0.56 | 228.51 | 0.27 | 0.34 |
| Hex | 40 | 49 | 6F | 2A | 22 | 0 | 38 | E5 | 1B | 22 |
| Octal | 100 | 111 | 157 | 52 | 42 | 0 | 70 | 345 | 33 | 42 |
| Binary | 1000000 | 1001001 | 1101111 | 101010 | 100010 | 0 | 111000 | 11100101 | 11011 | 100010 |
Color Harmonies of #40496F
Complementary color
Monochromatic Colors of #40496F
Black with #40496F
Text Example
Text Example
White with #40496F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40496F; }
p { color: rgb(64,73,111); }
H1.HeaderClassName
{
color: #40496F;
}
.AnyTagClassName
{
color: #40496F;
}
</style>
background-color css
<style>
a { background-color: #40496F; }
a { background-color: rgb(64,73,111); }
div.DivClassName
{
background-color: #40496F;
}
.BgClassName
{
background-color: #40496F;
}
</style>
border-color css
<style>
span { border-color: #40496F; }
span { border-color: rgb(64,73,111); }
td.TdClassName
{
border-color: #40496F;
}
.TagClassName
{
border-color: #40496F;
}
</style>