Shades of Port Gore #40476D
Tints of Port Gore #40476D
RGB
CMYK
RGB Variations
Color information
#40476D (or 0x40476D) is known color: Port Gore. HEX triplet: 40, 47 and 6D. RGB value is (64,71,109). Sum of RGB (Red+Green+Blue) = 64+71+109=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #40476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40476D is #BFB892. Grayscale: #494949. Windows color (decimal): -12564627 or 7161664. OLE color: 7161664.
HSL color Cylindrical-coordinate representation of color #40476D: hue angle of 230.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40476D is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 71 | 109 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.57 |
| HSL | 230.67º | 0.26% | 0.34% | - |
| HSV(B) | 230.67º | 0.41% | 0.43% | - |
| XYZ | 7.13 | 6.7 | 15.39 | - |
| YUV | 73.24 | 148.18 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 109 | 0.41 | 0.35 | 0 | 0.57 | 230.67 | 0.26 | 0.34 |
| Hex | 40 | 47 | 6D | 29 | 23 | 0 | 39 | E7 | 1A | 22 |
| Octal | 100 | 107 | 155 | 51 | 43 | 0 | 71 | 347 | 32 | 42 |
| Binary | 1000000 | 1000111 | 1101101 | 101001 | 100011 | 0 | 111001 | 11100111 | 11010 | 100010 |
Color Harmonies of #40476D
Complementary color
Monochromatic Colors of #40476D
Black with #40476D
Text Example
Text Example
White with #40476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40476D; }
p { color: rgb(64,71,109); }
H1.HeaderClassName
{
color: #40476D;
}
.AnyTagClassName
{
color: #40476D;
}
</style>
background-color css
<style>
a { background-color: #40476D; }
a { background-color: rgb(64,71,109); }
div.DivClassName
{
background-color: #40476D;
}
.BgClassName
{
background-color: #40476D;
}
</style>
border-color css
<style>
span { border-color: #40476D; }
span { border-color: rgb(64,71,109); }
td.TdClassName
{
border-color: #40476D;
}
.TagClassName
{
border-color: #40476D;
}
</style>