Shades of Port Gore #404978
Tints of Port Gore #404978
RGB
CMYK
RGB Variations
Color information
#404978 (or 0x404978) is known color: Port Gore. HEX triplet: 40, 49 and 78. RGB value is (64,73,120). Sum of RGB (Red+Green+Blue) = 64+73+120=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #404978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404978 is #BFB687. Grayscale: #4B4B4B. Windows color (decimal): -12564104 or 7883072. OLE color: 7883072.
HSL color Cylindrical-coordinate representation of color #404978: hue angle of 230.36º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #404978 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 73 | 120 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.53 |
| HSL | 230.36º | 0.3% | 0.36% | - |
| HSV(B) | 230.36º | 0.47% | 0.47% | - |
| XYZ | 7.89 | 7.21 | 18.75 | - |
| YUV | 75.67 | 153.02 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 120 | 0.47 | 0.39 | 0 | 0.53 | 230.36 | 0.3 | 0.36 |
| Hex | 40 | 49 | 78 | 2F | 27 | 0 | 35 | E6 | 1E | 24 |
| Octal | 100 | 111 | 170 | 57 | 47 | 0 | 65 | 346 | 36 | 44 |
| Binary | 1000000 | 1001001 | 1111000 | 101111 | 100111 | 0 | 110101 | 11100110 | 11110 | 100100 |
Color Harmonies of #404978
Complementary color
Monochromatic Colors of #404978
Black with #404978
Text Example
Text Example
White with #404978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404978; }
p { color: rgb(64,73,120); }
H1.HeaderClassName
{
color: #404978;
}
.AnyTagClassName
{
color: #404978;
}
</style>
background-color css
<style>
a { background-color: #404978; }
a { background-color: rgb(64,73,120); }
div.DivClassName
{
background-color: #404978;
}
.BgClassName
{
background-color: #404978;
}
</style>
border-color css
<style>
span { border-color: #404978; }
span { border-color: rgb(64,73,120); }
td.TdClassName
{
border-color: #404978;
}
.TagClassName
{
border-color: #404978;
}
</style>