Shades of Port Gore #404A67
Tints of Port Gore #404A67
RGB
CMYK
RGB Variations
Color information
#404A67 (or 0x404A67) is known color: Port Gore. HEX triplet: 40, 4A and 67. RGB value is (64,74,103). Sum of RGB (Red+Green+Blue) = 64+74+103=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 103 - color contains mainly: blue. Hex color #404A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A67 is #BFB598. Grayscale: #4A4A4A. Windows color (decimal): -12563865 or 6769216. OLE color: 6769216.
HSL color Cylindrical-coordinate representation of color #404A67: hue angle of 224.62º 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 #404A67 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 74 | 103 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.60 |
| HSL | 224.62º | 0.23% | 0.33% | - |
| HSV(B) | 224.62º | 0.38% | 0.4% | - |
| XYZ | 7.01 | 6.97 | 13.81 | - |
| YUV | 74.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 103 | 0.38 | 0.28 | 0 | 0.60 | 224.62 | 0.23 | 0.33 |
| Hex | 40 | 4A | 67 | 26 | 1C | 0 | 3C | E1 | 17 | 21 |
| Octal | 100 | 112 | 147 | 46 | 34 | 0 | 74 | 341 | 27 | 41 |
| Binary | 1000000 | 1001010 | 1100111 | 100110 | 11100 | 0 | 111100 | 11100001 | 10111 | 100001 |
Color Harmonies of #404A67
Complementary color
Monochromatic Colors of #404A67
Black with #404A67
Text Example
Text Example
White with #404A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A67; }
p { color: rgb(64,74,103); }
H1.HeaderClassName
{
color: #404A67;
}
.AnyTagClassName
{
color: #404A67;
}
</style>
background-color css
<style>
a { background-color: #404A67; }
a { background-color: rgb(64,74,103); }
div.DivClassName
{
background-color: #404A67;
}
.BgClassName
{
background-color: #404A67;
}
</style>
border-color css
<style>
span { border-color: #404A67; }
span { border-color: rgb(64,74,103); }
td.TdClassName
{
border-color: #404A67;
}
.TagClassName
{
border-color: #404A67;
}
</style>