Shades of Port Gore #464964
Tints of Port Gore #464964
RGB
CMYK
RGB Variations
Color information
#464964 (or 0x464964) is known color: Port Gore. HEX triplet: 46, 49 and 64. RGB value is (70,73,100). Sum of RGB (Red+Green+Blue) = 70+73+100=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 100 - color contains mainly: blue. Hex color #464964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464964 is #B9B69B. Grayscale: #4B4B4B. Windows color (decimal): -12170908 or 6572358. OLE color: 6572358.
HSL color Cylindrical-coordinate representation of color #464964: hue angle of 234º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #464964 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 73 | 100 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.61 |
| HSL | 234º | 0.18% | 0.33% | - |
| HSV(B) | 234º | 0.3% | 0.39% | - |
| XYZ | 7.21 | 6.99 | 13.03 | - |
| YUV | 75.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 100 | 0.30 | 0.27 | 0 | 0.61 | 234 | 0.18 | 0.33 |
| Hex | 46 | 49 | 64 | 1E | 1B | 0 | 3D | EA | 12 | 21 |
| Octal | 106 | 111 | 144 | 36 | 33 | 0 | 75 | 352 | 22 | 41 |
| Binary | 1000110 | 1001001 | 1100100 | 11110 | 11011 | 0 | 111101 | 11101010 | 10010 | 100001 |
Color Harmonies of #464964
Complementary color
Monochromatic Colors of #464964
Black with #464964
Text Example
Text Example
White with #464964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464964; }
p { color: rgb(70,73,100); }
H1.HeaderClassName
{
color: #464964;
}
.AnyTagClassName
{
color: #464964;
}
</style>
background-color css
<style>
a { background-color: #464964; }
a { background-color: rgb(70,73,100); }
div.DivClassName
{
background-color: #464964;
}
.BgClassName
{
background-color: #464964;
}
</style>
border-color css
<style>
span { border-color: #464964; }
span { border-color: rgb(70,73,100); }
td.TdClassName
{
border-color: #464964;
}
.TagClassName
{
border-color: #464964;
}
</style>