Shades of Port Gore #404A6E
Tints of Port Gore #404A6E
RGB
CMYK
RGB Variations
Color information
#404A6E (or 0x404A6E) is known color: Port Gore. HEX triplet: 40, 4A and 6E. RGB value is (64,74,110). Sum of RGB (Red+Green+Blue) = 64+74+110=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #404A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A6E is #BFB591. Grayscale: #4A4A4A. Windows color (decimal): -12563858 or 7227968. OLE color: 7227968.
HSL color Cylindrical-coordinate representation of color #404A6E: hue angle of 226.96º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #404A6E is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 74 | 110 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.57 |
| HSL | 226.96º | 0.26% | 0.34% | - |
| HSV(B) | 226.96º | 0.42% | 0.43% | - |
| XYZ | 7.38 | 7.11 | 15.74 | - |
| YUV | 75.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 110 | 0.42 | 0.33 | 0 | 0.57 | 226.96 | 0.26 | 0.34 |
| Hex | 40 | 4A | 6E | 2A | 21 | 0 | 39 | E3 | 1A | 22 |
| Octal | 100 | 112 | 156 | 52 | 41 | 0 | 71 | 343 | 32 | 42 |
| Binary | 1000000 | 1001010 | 1101110 | 101010 | 100001 | 0 | 111001 | 11100011 | 11010 | 100010 |
Color Harmonies of #404A6E
Complementary color
Monochromatic Colors of #404A6E
Black with #404A6E
Text Example
Text Example
White with #404A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A6E; }
p { color: rgb(64,74,110); }
H1.HeaderClassName
{
color: #404A6E;
}
.AnyTagClassName
{
color: #404A6E;
}
</style>
background-color css
<style>
a { background-color: #404A6E; }
a { background-color: rgb(64,74,110); }
div.DivClassName
{
background-color: #404A6E;
}
.BgClassName
{
background-color: #404A6E;
}
</style>
border-color css
<style>
span { border-color: #404A6E; }
span { border-color: rgb(64,74,110); }
td.TdClassName
{
border-color: #404A6E;
}
.TagClassName
{
border-color: #404A6E;
}
</style>