Shades of Port Gore #404767
Tints of Port Gore #404767
RGB
CMYK
RGB Variations
Color information
#404767 (or 0x404767) is known color: Port Gore. HEX triplet: 40, 47 and 67. RGB value is (64,71,103). Sum of RGB (Red+Green+Blue) = 64+71+103=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #404767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404767 is #BFB898. Grayscale: #484848. Windows color (decimal): -12564633 or 6768448. OLE color: 6768448.
HSL color Cylindrical-coordinate representation of color #404767: hue angle of 229.23º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #404767 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 71 | 103 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.60 |
| HSL | 229.23º | 0.23% | 0.33% | - |
| HSV(B) | 229.23º | 0.38% | 0.4% | - |
| XYZ | 6.82 | 6.58 | 13.74 | - |
| YUV | 72.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 103 | 0.38 | 0.31 | 0 | 0.60 | 229.23 | 0.23 | 0.33 |
| Hex | 40 | 47 | 67 | 26 | 1F | 0 | 3C | E5 | 17 | 21 |
| Octal | 100 | 107 | 147 | 46 | 37 | 0 | 74 | 345 | 27 | 41 |
| Binary | 1000000 | 1000111 | 1100111 | 100110 | 11111 | 0 | 111100 | 11100101 | 10111 | 100001 |
Color Harmonies of #404767
Complementary color
Monochromatic Colors of #404767
Black with #404767
Text Example
Text Example
White with #404767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404767; }
p { color: rgb(64,71,103); }
H1.HeaderClassName
{
color: #404767;
}
.AnyTagClassName
{
color: #404767;
}
</style>
background-color css
<style>
a { background-color: #404767; }
a { background-color: rgb(64,71,103); }
div.DivClassName
{
background-color: #404767;
}
.BgClassName
{
background-color: #404767;
}
</style>
border-color css
<style>
span { border-color: #404767; }
span { border-color: rgb(64,71,103); }
td.TdClassName
{
border-color: #404767;
}
.TagClassName
{
border-color: #404767;
}
</style>