Shades of Port Gore #404A6D
Tints of Port Gore #404A6D
RGB
CMYK
RGB Variations
Color information
#404A6D (or 0x404A6D) is known color: Port Gore. HEX triplet: 40, 4A and 6D. RGB value is (64,74,109). Sum of RGB (Red+Green+Blue) = 64+74+109=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #404A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A6D is #BFB592. Grayscale: #4A4A4A. Windows color (decimal): -12563859 or 7162432. OLE color: 7162432.
HSL color Cylindrical-coordinate representation of color #404A6D: hue angle of 226.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 #404A6D is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 74 | 109 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.57 |
| HSL | 226.67º | 0.26% | 0.34% | - |
| HSV(B) | 226.67º | 0.41% | 0.43% | - |
| XYZ | 7.32 | 7.09 | 15.45 | - |
| YUV | 75 | 147.19 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 109 | 0.41 | 0.32 | 0 | 0.57 | 226.67 | 0.26 | 0.34 |
| Hex | 40 | 4A | 6D | 29 | 20 | 0 | 39 | E3 | 1A | 22 |
| Octal | 100 | 112 | 155 | 51 | 40 | 0 | 71 | 343 | 32 | 42 |
| Binary | 1000000 | 1001010 | 1101101 | 101001 | 100000 | 0 | 111001 | 11100011 | 11010 | 100010 |
Color Harmonies of #404A6D
Complementary color
Monochromatic Colors of #404A6D
Black with #404A6D
Text Example
Text Example
White with #404A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A6D; }
p { color: rgb(64,74,109); }
H1.HeaderClassName
{
color: #404A6D;
}
.AnyTagClassName
{
color: #404A6D;
}
</style>
background-color css
<style>
a { background-color: #404A6D; }
a { background-color: rgb(64,74,109); }
div.DivClassName
{
background-color: #404A6D;
}
.BgClassName
{
background-color: #404A6D;
}
</style>
border-color css
<style>
span { border-color: #404A6D; }
span { border-color: rgb(64,74,109); }
td.TdClassName
{
border-color: #404A6D;
}
.TagClassName
{
border-color: #404A6D;
}
</style>