Shades of Port Gore #404261
Tints of Port Gore #404261
RGB
CMYK
RGB Variations
Color information
#404261 (or 0x404261) is known color: Port Gore. HEX triplet: 40, 42 and 61. RGB value is (64,66,97). Sum of RGB (Red+Green+Blue) = 64+66+97=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #404261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404261 is #BFBD9E. Grayscale: #444444. Windows color (decimal): -12565919 or 6373952. OLE color: 6373952.
HSL color Cylindrical-coordinate representation of color #404261: hue angle of 236.36º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #404261 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 66 | 97 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.62 |
| HSL | 236.36º | 0.2% | 0.32% | - |
| HSV(B) | 236.36º | 0.34% | 0.38% | - |
| XYZ | 6.22 | 5.85 | 12.11 | - |
| YUV | 68.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 97 | 0.34 | 0.32 | 0 | 0.62 | 236.36 | 0.2 | 0.32 |
| Hex | 40 | 42 | 61 | 22 | 20 | 0 | 3E | EC | 14 | 20 |
| Octal | 100 | 102 | 141 | 42 | 40 | 0 | 76 | 354 | 24 | 40 |
| Binary | 1000000 | 1000010 | 1100001 | 100010 | 100000 | 0 | 111110 | 11101100 | 10100 | 100000 |
Color Harmonies of #404261
Complementary color
Monochromatic Colors of #404261
Black with #404261
Text Example
Text Example
White with #404261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404261; }
p { color: rgb(64,66,97); }
H1.HeaderClassName
{
color: #404261;
}
.AnyTagClassName
{
color: #404261;
}
</style>
background-color css
<style>
a { background-color: #404261; }
a { background-color: rgb(64,66,97); }
div.DivClassName
{
background-color: #404261;
}
.BgClassName
{
background-color: #404261;
}
</style>
border-color css
<style>
span { border-color: #404261; }
span { border-color: rgb(64,66,97); }
td.TdClassName
{
border-color: #404261;
}
.TagClassName
{
border-color: #404261;
}
</style>