Shades of Port Gore #404876
Tints of Port Gore #404876
RGB
CMYK
RGB Variations
Color information
#404876 (or 0x404876) is known color: Port Gore. HEX triplet: 40, 48 and 76. RGB value is (64,72,118). Sum of RGB (Red+Green+Blue) = 64+72+118=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #404876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404876 is #BFB789. Grayscale: #4A4A4A. Windows color (decimal): -12564362 or 7751744. OLE color: 7751744.
HSL color Cylindrical-coordinate representation of color #404876: hue angle of 231.11º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #404876 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 72 | 118 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.54 |
| HSL | 231.11º | 0.3% | 0.36% | - |
| HSV(B) | 231.11º | 0.46% | 0.46% | - |
| XYZ | 7.7 | 7.03 | 18.09 | - |
| YUV | 74.85 | 152.35 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 118 | 0.46 | 0.39 | 0 | 0.54 | 231.11 | 0.3 | 0.36 |
| Hex | 40 | 48 | 76 | 2E | 27 | 0 | 36 | E7 | 1E | 24 |
| Octal | 100 | 110 | 166 | 56 | 47 | 0 | 66 | 347 | 36 | 44 |
| Binary | 1000000 | 1001000 | 1110110 | 101110 | 100111 | 0 | 110110 | 11100111 | 11110 | 100100 |
Color Harmonies of #404876
Complementary color
Monochromatic Colors of #404876
Black with #404876
Text Example
Text Example
White with #404876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404876; }
p { color: rgb(64,72,118); }
H1.HeaderClassName
{
color: #404876;
}
.AnyTagClassName
{
color: #404876;
}
</style>
background-color css
<style>
a { background-color: #404876; }
a { background-color: rgb(64,72,118); }
div.DivClassName
{
background-color: #404876;
}
.BgClassName
{
background-color: #404876;
}
</style>
border-color css
<style>
span { border-color: #404876; }
span { border-color: rgb(64,72,118); }
td.TdClassName
{
border-color: #404876;
}
.TagClassName
{
border-color: #404876;
}
</style>