Shades of Port Gore #404568
Tints of Port Gore #404568
RGB
CMYK
RGB Variations
Color information
#404568 (or 0x404568) is known color: Port Gore. HEX triplet: 40, 45 and 68. RGB value is (64,69,104). Sum of RGB (Red+Green+Blue) = 64+69+104=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #404568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404568 is #BFBA97. Grayscale: #474747. Windows color (decimal): -12565144 or 6833472. OLE color: 6833472.
HSL color Cylindrical-coordinate representation of color #404568: hue angle of 232.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #404568 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 69 | 104 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.59 |
| HSL | 232.5º | 0.24% | 0.33% | - |
| HSV(B) | 232.5º | 0.38% | 0.41% | - |
| XYZ | 6.74 | 6.35 | 13.97 | - |
| YUV | 71.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 104 | 0.38 | 0.34 | 0 | 0.59 | 232.5 | 0.24 | 0.33 |
| Hex | 40 | 45 | 68 | 26 | 22 | 0 | 3B | E8 | 18 | 21 |
| Octal | 100 | 105 | 150 | 46 | 42 | 0 | 73 | 350 | 30 | 41 |
| Binary | 1000000 | 1000101 | 1101000 | 100110 | 100010 | 0 | 111011 | 11101000 | 11000 | 100001 |
Color Harmonies of #404568
Complementary color
Monochromatic Colors of #404568
Black with #404568
Text Example
Text Example
White with #404568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404568; }
p { color: rgb(64,69,104); }
H1.HeaderClassName
{
color: #404568;
}
.AnyTagClassName
{
color: #404568;
}
</style>
background-color css
<style>
a { background-color: #404568; }
a { background-color: rgb(64,69,104); }
div.DivClassName
{
background-color: #404568;
}
.BgClassName
{
background-color: #404568;
}
</style>
border-color css
<style>
span { border-color: #404568; }
span { border-color: rgb(64,69,104); }
td.TdClassName
{
border-color: #404568;
}
.TagClassName
{
border-color: #404568;
}
</style>