Shades of Port Gore #40476A
Tints of Port Gore #40476A
RGB
CMYK
RGB Variations
Color information
#40476A (or 0x40476A) is known color: Port Gore. HEX triplet: 40, 47 and 6A. RGB value is (64,71,106). Sum of RGB (Red+Green+Blue) = 64+71+106=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 106 - color contains mainly: blue. Hex color #40476A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40476A is #BFB895. Grayscale: #484848. Windows color (decimal): -12564630 or 6965056. OLE color: 6965056.
HSL color Cylindrical-coordinate representation of color #40476A: hue angle of 230º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40476A is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 71 | 106 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.58 |
| HSL | 230º | 0.25% | 0.33% | - |
| HSV(B) | 230º | 0.4% | 0.42% | - |
| XYZ | 6.97 | 6.64 | 14.55 | - |
| YUV | 72.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 106 | 0.40 | 0.33 | 0 | 0.58 | 230 | 0.25 | 0.33 |
| Hex | 40 | 47 | 6A | 28 | 21 | 0 | 3A | E6 | 19 | 21 |
| Octal | 100 | 107 | 152 | 50 | 41 | 0 | 72 | 346 | 31 | 41 |
| Binary | 1000000 | 1000111 | 1101010 | 101000 | 100001 | 0 | 111010 | 11100110 | 11001 | 100001 |
Color Harmonies of #40476A
Complementary color
Monochromatic Colors of #40476A
Black with #40476A
Text Example
Text Example
White with #40476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40476A; }
p { color: rgb(64,71,106); }
H1.HeaderClassName
{
color: #40476A;
}
.AnyTagClassName
{
color: #40476A;
}
</style>
background-color css
<style>
a { background-color: #40476A; }
a { background-color: rgb(64,71,106); }
div.DivClassName
{
background-color: #40476A;
}
.BgClassName
{
background-color: #40476A;
}
</style>
border-color css
<style>
span { border-color: #40476A; }
span { border-color: rgb(64,71,106); }
td.TdClassName
{
border-color: #40476A;
}
.TagClassName
{
border-color: #40476A;
}
</style>