Shades of Port Gore #404871
Tints of Port Gore #404871
RGB
CMYK
RGB Variations
Color information
#404871 (or 0x404871) is known color: Port Gore. HEX triplet: 40, 48 and 71. RGB value is (64,72,113). Sum of RGB (Red+Green+Blue) = 64+72+113=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #404871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404871 is #BFB78E. Grayscale: #4A4A4A. Windows color (decimal): -12564367 or 7424064. OLE color: 7424064.
HSL color Cylindrical-coordinate representation of color #404871: hue angle of 230.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #404871 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 72 | 113 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.56 |
| HSL | 230.2º | 0.28% | 0.35% | - |
| HSV(B) | 230.2º | 0.43% | 0.44% | - |
| XYZ | 7.41 | 6.92 | 16.57 | - |
| YUV | 74.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 113 | 0.43 | 0.36 | 0 | 0.56 | 230.2 | 0.28 | 0.35 |
| Hex | 40 | 48 | 71 | 2B | 24 | 0 | 38 | E6 | 1C | 23 |
| Octal | 100 | 110 | 161 | 53 | 44 | 0 | 70 | 346 | 34 | 43 |
| Binary | 1000000 | 1001000 | 1110001 | 101011 | 100100 | 0 | 111000 | 11100110 | 11100 | 100011 |
Color Harmonies of #404871
Complementary color
Monochromatic Colors of #404871
Black with #404871
Text Example
Text Example
White with #404871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404871; }
p { color: rgb(64,72,113); }
H1.HeaderClassName
{
color: #404871;
}
.AnyTagClassName
{
color: #404871;
}
</style>
background-color css
<style>
a { background-color: #404871; }
a { background-color: rgb(64,72,113); }
div.DivClassName
{
background-color: #404871;
}
.BgClassName
{
background-color: #404871;
}
</style>
border-color css
<style>
span { border-color: #404871; }
span { border-color: rgb(64,72,113); }
td.TdClassName
{
border-color: #404871;
}
.TagClassName
{
border-color: #404871;
}
</style>